mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Add more adds .
This commit is contained in:
parent
42564b2759
commit
2549305621
@ -87,8 +87,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${requestScope['google.ads.enabled']}">
|
<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"><!--
|
<script type="text/javascript"><!--
|
||||||
google_ad_client = "ca-pub-7564778578019285";
|
google_ad_client = "ca-pub-7564778578019285";
|
||||||
/* WiseMapping Login */
|
/* WiseMapping Login */
|
||||||
@ -100,5 +99,5 @@
|
|||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
@ -219,7 +219,7 @@
|
|||||||
/* WiseMapping Mindmap List */
|
/* WiseMapping Mindmap List */
|
||||||
google_ad_slot = "4071968444";
|
google_ad_slot = "4071968444";
|
||||||
google_ad_width = 120;
|
google_ad_width = 120;
|
||||||
google_ad_height = 440;
|
google_ad_height = 600;
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<div style="margin-top:5px;">
|
<div style="margin-top:5px;">
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
<%@include file="/jsp/init.jsp" %>
|
<%@include file="/jsp/init.jsp" %>
|
||||||
|
|
||||||
<script type="text/javascript" language="javascript">
|
<script type="text/javascript" language="javascript">
|
||||||
$(function() {
|
$(function () {
|
||||||
$('.btn-primary').click(function() {
|
$('.btn-primary').click(function () {
|
||||||
$(this).button("loading");
|
$(this).button("loading");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@ -22,7 +22,8 @@
|
|||||||
<label for="email"><spring:message code="EMAIL"/></label>
|
<label for="email"><spring:message code="EMAIL"/></label>
|
||||||
<input id="email" type="email" required="required" name="email"/>
|
<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"
|
<input type="button" value="<spring:message code="CANCEL"/>" class="btn"
|
||||||
onclick="window.location='<c:url value="c/maps/"/>'"/>
|
onclick="window.location='<c:url value="c/maps/"/>'"/>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
@ -39,3 +40,19 @@
|
|||||||
<spring:message code="JOIN_NOW"/>
|
<spring:message code="JOIN_NOW"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</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