Add more adds .

This commit is contained in:
Paulo Gustavo Veiga 2012-11-18 13:38:17 -03:00
parent 42564b2759
commit 2549305621
3 changed files with 24 additions and 8 deletions

View File

@ -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>

View File

@ -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;">

View File

@ -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>
@ -38,4 +39,20 @@
<a href="c/user/registration"> <a href="c/user/registration">
<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>