Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
282d184e
Commit
282d184e
authored
Dec 21, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT019 - Sign up - (Temporarily) Disable all entry fields and add text
HT017 - Sign In - Remove "Don’t have an account? Sign up"
parent
3e95ff83
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
5 deletions
+33
-5
sign_in.jsp
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
+0
-5
sign_up.jsp
cmsWebApp/webroot/extensions/adminportal/sign_up.jsp
+33
-0
No files found.
cmsWebApp/webroot/extensions/adminportal/sign_in.jsp
View file @
282d184e
...
@@ -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’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>
...
...
cmsWebApp/webroot/extensions/adminportal/sign_up.jsp
View file @
282d184e
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment