Add a small add to test.

This commit is contained in:
Paulo Gustavo Veiga 2012-11-18 19:29:10 -03:00
parent 3c0055b767
commit 0aa2d67698

View File

@ -111,20 +111,18 @@
<script type="text/javascript" src="js/editor.js"></script>
<c:if test="${requestScope['google.ads.enabled'] && !memoryPersistence && !readOnlyMode}">
<div style="position: fixed;width:470px;height: 62px;z-index: 100;right: 10px; bottom: 10px">
<div style="position: fixed;width:236px;height: 62px;z-index: 100;right: 10px; bottom: 10px">
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7564778578019285";
/* Wisemapping Editor Banner */
google_ad_slot = "6147489273";
google_ad_width = 468;
/* WiseMapping Editor XSmal */
google_ad_slot = "9298402202";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<div>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div>
</c:if>
</body>