Commit c6903bf7 by Nilu

a) Remove the social media links from the Sign-In page

b)  Put the functionality of the sign-up-eap onto the standard sign-up page
parent 89bc962c
......@@ -114,12 +114,9 @@
<NODE name="sign_up_jsp" factory="Participant">
<INHERITS factory="Named" nodename="CoreORMAdminNoPriv"/>
<!--
TODO: uncomment when plans and billing screens are available for all users
<FORM name="*.send" factory="Participant" class="performa.form.SendVerificationMailFP">
<AccountVerificationEmailer factory="Participant" class="oneit.email.ConfigurableArticleTemplateEmailer" templateShortcut="CompanyAccountVerificationMail"/>
</FORM>
-->
</NODE>
<!--TODO: delete when plans and billing screens are available for all users-->
......
......@@ -88,6 +88,11 @@
requestAttribs="<%= CollectionUtils.EMPTY_MAP%>"/>
</div>
</oneit:form>
<%
// hiding social media login as per client request
if(false)
{
%>
<div class="box-br-line"><span></span></div>
<div class="box-label">Sign in using your social network of choice</div>
......@@ -116,5 +121,8 @@
</li>
</ul>
</oneit:form>
<%
}
%>
</div>
<%@ include file="inc/htmlfooter_nopriv.jsp" %>
\ No newline at end of file
......@@ -74,7 +74,7 @@
opacity: 0.6;
background-color: #0582ba;
}
#overlay {
/* #overlay {
position: fixed;
width: 100%;
height: 100%;
......@@ -91,7 +91,7 @@
}
.main-welcome-popup h2 {
padding: 0 20px 0;
}
}*/
</style>
<div class="hire-the-right-candi">Hire the right candidate</div>
......@@ -111,7 +111,7 @@
.toMap() %>"/>
</div>
</oneit:form>
<div id="overlay">
<!-- <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>
......@@ -124,6 +124,6 @@
</div>
</div>
</div>
</div>
</div>-->
<%@ 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