mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Fix some issues.
This commit is contained in:
parent
0cdabba5eb
commit
4062b6771c
@ -44,21 +44,34 @@
|
|||||||
<div class="pageBodyContent span8">
|
<div class="pageBodyContent span8">
|
||||||
<tiles:insertAttribute name="body"/>
|
<tiles:insertAttribute name="body"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="span1" style="padding-top:0px">
|
<div class="row" style="text-align: center">
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<script type="text/javascript"><!--
|
||||||
<script type="text/javascript"><!--
|
google_ad_client = "ca-pub-7564778578019285";
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
/* WiseMapping Login */
|
||||||
/* WiseMapping Page Template */
|
google_ad_slot = "2192653431";
|
||||||
google_ad_slot = "2051548516";
|
google_ad_width = 728;
|
||||||
google_ad_width = 120;
|
google_ad_height = 90;
|
||||||
google_ad_height = 600;
|
//-->
|
||||||
//-->
|
</script>
|
||||||
</script>
|
<script type="text/javascript"
|
||||||
<script type="text/javascript"
|
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
</script>
|
||||||
</script>
|
|
||||||
</c:if>
|
|
||||||
</div>
|
</div>
|
||||||
|
<%--<div class="span1" style="padding-top:0px">--%>
|
||||||
|
<%--<c:if test="${requestScope['google.ads.enabled']}">--%>
|
||||||
|
<%--<script type="text/javascript"><!----%>
|
||||||
|
<%--google_ad_client = "ca-pub-7564778578019285";--%>
|
||||||
|
<%--/* WiseMapping Page Template */--%>
|
||||||
|
<%--google_ad_slot = "2051548516";--%>
|
||||||
|
<%--google_ad_width = 120;--%>
|
||||||
|
<%--google_ad_height = 600;--%>
|
||||||
|
<%--//-->--%>
|
||||||
|
<%--</script>--%>
|
||||||
|
<%--<script type="text/javascript"--%>
|
||||||
|
<%--src="http://pagead2.googlesyndication.com/pagead/show_ads.js">--%>
|
||||||
|
<%--</script>--%>
|
||||||
|
<%--</c:if>--%>
|
||||||
|
<%--</div>--%>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user