Minot fix.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-20 00:17:33 -03:00
parent 4062b6771c
commit e1e9c9ebeb

View File

@ -44,34 +44,21 @@
<div class="pageBodyContent span8"> <div class="pageBodyContent span8">
<tiles:insertAttribute name="body"/> <tiles:insertAttribute name="body"/>
</div> </div>
<div class="row" style="text-align: center"> <c:if test="${requestScope['google.ads.enabled']}">
<script type="text/javascript"><!-- <div class="row" style="text-align: center;margin: 5px">
google_ad_client = "ca-pub-7564778578019285"; <script type="text/javascript"><!--
/* WiseMapping Login */ google_ad_client = "ca-pub-7564778578019285";
google_ad_slot = "2192653431"; /* WiseMapping Login */
google_ad_width = 728; google_ad_slot = "2192653431";
google_ad_height = 90; google_ad_width = 728;
//--> google_ad_height = 90;
</script> //-->
<script type="text/javascript" </script>
src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> <script type="text/javascript"
</script> src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</div> </script>
<%--<div class="span1" style="padding-top:0px">--%> </div>
<%--<c:if test="${requestScope['google.ads.enabled']}">--%> </c:if>
<%--<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>