mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 14:17:57 +01:00
Add more adds .
This commit is contained in:
parent
42564b2759
commit
2549305621
@ -87,8 +87,7 @@
|
||||
</div>
|
||||
</c:if>
|
||||
<c:if test="${requestScope['google.ads.enabled']}">
|
||||
|
||||
<div class="row" style="text-align: center">
|
||||
<div class="row" style="text-align: center">
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "ca-pub-7564778578019285";
|
||||
/* WiseMapping Login */
|
||||
@ -100,5 +99,5 @@
|
||||
<script type="text/javascript"
|
||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script>
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
|
@ -219,7 +219,7 @@
|
||||
/* WiseMapping Mindmap List */
|
||||
google_ad_slot = "4071968444";
|
||||
google_ad_width = 120;
|
||||
google_ad_height = 440;
|
||||
google_ad_height = 600;
|
||||
//-->
|
||||
</script>
|
||||
<div style="margin-top:5px;">
|
||||
|
@ -2,8 +2,8 @@
|
||||
<%@include file="/jsp/init.jsp" %>
|
||||
|
||||
<script type="text/javascript" language="javascript">
|
||||
$(function() {
|
||||
$('.btn-primary').click(function() {
|
||||
$(function () {
|
||||
$('.btn-primary').click(function () {
|
||||
$(this).button("loading");
|
||||
});
|
||||
});
|
||||
@ -22,7 +22,8 @@
|
||||
<label for="email"><spring:message code="EMAIL"/></label>
|
||||
<input id="email" type="email" required="required" name="email"/>
|
||||
|
||||
<input type="submit" value="<spring:message code="SEND_ME_A_NEW_PASSWORD"/>" class="btn btn-primary" data-loading-text="<spring:message code="SENDING"/>"/>
|
||||
<input type="submit" value="<spring:message code="SEND_ME_A_NEW_PASSWORD"/>" class="btn btn-primary"
|
||||
data-loading-text="<spring:message code="SENDING"/>"/>
|
||||
<input type="button" value="<spring:message code="CANCEL"/>" class="btn"
|
||||
onclick="window.location='<c:url value="c/maps/"/>'"/>
|
||||
</fieldset>
|
||||
@ -39,3 +40,19 @@
|
||||
<spring:message code="JOIN_NOW"/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<c:if test="${requestScope['google.ads.enabled']}">
|
||||
<div class="row" style="text-align: center">
|
||||
<script type="text/javascript"><!--
|
||||
google_ad_client = "ca-pub-7564778578019285";
|
||||
/* WiseMapping Forgot Password */
|
||||
google_ad_slot = "8673453229";
|
||||
google_ad_width = 728;
|
||||
google_ad_height = 90;
|
||||
//-->
|
||||
</script>
|
||||
<script type="text/javascript"
|
||||
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
|
||||
</script>
|
||||
</div>
|
||||
</c:if>
|
Loading…
Reference in New Issue
Block a user