Commit 282d184e by Nilu

HT019 - Sign up - (Temporarily) Disable all entry fields and add text

HT017 - Sign In - Remove "Don’t have an account? Sign up"
parent 3e95ff83
...@@ -79,11 +79,6 @@ ...@@ -79,11 +79,6 @@
<oneit:button value="Sign in" name="login" cssClass="box-btn login-btn" <oneit:button value="Sign in" name="login" cssClass="box-btn login-btn"
requestAttribs="<%= CollectionUtils.EMPTY_MAP%>"/> requestAttribs="<%= CollectionUtils.EMPTY_MAP%>"/>
</div> </div>
<div class="form-group">
<oneit:button value="Don&CloseCurlyQuote;t have an account? Sign up" name="gotoPage" cssClass="forgot-pass" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", "sign_up.jsp")
.toMap() %>"></oneit:button>
</div>
</oneit:form> </oneit:form>
<div class="box-br-line"><span></span></div> <div class="box-br-line"><span></span></div>
<div class="box-label">Sign in using your social network of choice</div> <div class="box-label">Sign in using your social network of choice</div>
......
...@@ -65,6 +65,24 @@ ...@@ -65,6 +65,24 @@
opacity: 0.6; opacity: 0.6;
background-color: #0582ba; background-color: #0582ba;
} }
#overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0,0,0,0.5);
z-index: 2;
cursor: pointer;
}
.welcome-pop-top {
margin-top: 20%;
}
.main-welcome-popup h2 {
padding: 0 20px 0;
}
</style> </style>
<div class="hire-the-right-candi">Hire the right candidate</div> <div class="hire-the-right-candi">Hire the right candidate</div>
...@@ -83,5 +101,19 @@ ...@@ -83,5 +101,19 @@
.toMap() %>"/> .toMap() %>"/>
</div> </div>
</oneit:form> </oneit:form>
<div id="overlay">
<div class="modal-dialog welcome-pop-top">
<div class="modal-body main-welcome-popup">
<h2>Talentology will be available for sign up soon!</h2>
<p>In the meantime, if you have any questions or feedback, please <strong>contact us via our messenger</strong>.<br/>
Thanks :)</p>
<div class="create-y-f-job">
<a href="http://www.talentology.com/">
Contact Us
</a>
</div>
</div>
</div>
</div>
<%@ include file="inc/htmlfooter_nopriv.jsp" %> <%@ include file="inc/htmlfooter_nopriv.jsp" %>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment