Add add to login page and editor page.

This commit is contained in:
Paulo Gustavo Veiga
2012-11-17 15:43:06 -03:00
parent ed37b20dfc
commit b89b08b7b3
3 changed files with 36 additions and 8 deletions

View File

@@ -41,7 +41,8 @@
<div class="control-group" style="text-align: right">
<label>
<button class="btn btn-primary" tabindex="4" data-loading-text="<spring:message code="SIGN_ING"/>"><spring:message code="SIGN_IN"/></button>
<button class="btn btn-primary" tabindex="4" data-loading-text="<spring:message code="SIGN_ING"/>">
<spring:message code="SIGN_IN"/></button>
<input type="checkbox" id="rememberme" name="_spring_security_remember_me"
tabindex="3"/> <spring:message code="REMEMBER_ME"/>
</label>
@@ -85,3 +86,19 @@
</div>
</div>
</c:if>
<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 Login */
google_ad_slot = "2192653431";
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>