mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-11 01:33:24 +01:00
Update ads codes.
This commit is contained in:
parent
c854c1b377
commit
7ee577c400
@ -257,19 +257,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-md-1" style="padding-top:25px">
|
<div class="col-md-1" style="padding-top:25px">
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
<script type="text/javascript"><!--
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
<!-- WiseMapping Mindmap List -->
|
||||||
/* WiseMapping Mindmap List */
|
<ins class="adsbygoogle"
|
||||||
google_ad_slot = "4071968444";
|
style="display:inline-block;width:120px;height:600px"
|
||||||
google_ad_width = 120;
|
data-ad-client="ca-pub-7564778578019285"
|
||||||
google_ad_height = 600;
|
data-ad-slot="4071968444"></ins>
|
||||||
//-->
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
<div style="margin-top:5px;">
|
|
||||||
<script type="text/javascript"
|
|
||||||
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -55,28 +55,37 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-offset-1 col-md-10">
|
<div class="col-md-offset-1 col-md-10">
|
||||||
<div class="jumbotron" style="margin:40px 0 100px 0;padding: 10px 60px;">
|
<div class="jumbotron" style="margin:40px 0 15px 0;padding: 10px 60px;">
|
||||||
<tiles:insertAttribute name="body"/>
|
<tiles:insertAttribute name="body"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-1" style="padding-top:25px">
|
<div class="col-md-1" style="padding-top:25px">
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
<script type="text/javascript"><!--
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
<!-- Wise: Lateral Image (Small) -->
|
||||||
/* WiseMapping Mindmap List */
|
<ins class="adsbygoogle"
|
||||||
google_ad_slot = "4071968444";
|
style="display:inline-block;width:120px;height:240px"
|
||||||
google_ad_width = 120;
|
data-ad-client="ca-pub-7564778578019285"
|
||||||
google_ad_height = 600;
|
data-ad-slot="6751959325"></ins>
|
||||||
//-->
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
</script>
|
</script>
|
||||||
<div style="margin-top:5px;">
|
|
||||||
<script type="text/javascript"
|
|
||||||
src="https://pagead2.googlesyndication.com/pagead/show_ads.js">
|
|
||||||
</script>
|
|
||||||
</div>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<c:if test="${requestScope['google.ads.enabled']}">
|
||||||
|
<div class="row" style="text-align: center;">
|
||||||
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||||
|
<!-- Template Page (All pages) -->
|
||||||
|
<ins class="adsbygoogle"
|
||||||
|
style="display:inline-block;width:728px;height:90px;text-align: center;"
|
||||||
|
data-ad-client="ca-pub-7564778578019285"
|
||||||
|
data-ad-slot="3798492923"></ins>
|
||||||
|
<script>
|
||||||
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||||
|
</script>
|
||||||
|
</div>
|
||||||
|
</c:if>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<jsp:include page="footer.jsp"/>
|
<jsp:include page="footer.jsp"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user