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
4fff4f7b
Commit
4fff4f7b
authored
Nov 02, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ui fixes in incomplete applicatn list page
parent
9cf811b4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
44 additions
and
5 deletions
+44
-5
common.css
cmsWebApp/webroot/css/common.css
+28
-1
incomplete_applicants_list.jsp
...extensions/adminportal/inc/incomplete_applicants_list.jsp
+16
-4
clip_icon.png
cmsWebApp/webroot/images/clip_icon.png
+0
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
4fff4f7b
...
@@ -3219,10 +3219,22 @@ span.appli-progress-bar {
...
@@ -3219,10 +3219,22 @@ span.appli-progress-bar {
height
:
24px
;
height
:
24px
;
background
:
#e9ecef
;
background
:
#e9ecef
;
box-shadow
:
none
;
box-shadow
:
none
;
}
}
.progress-bar
{
position
:
relative
;
height
:
13px
;}
.progress-bar
.show-precentage
{
position
:
absolute
;
color
:
#fff
;
right
:
1px
;
top
:
-2px
;
font-size
:
9px
;
font-weight
:
500
;}
.appli-progress-bar
.progress-bar
{
.appli-progress-bar
.progress-bar
{
background
:
#667281
;
background
:
#667281
;
}
}
.green-bar
{
background-color
:
#67B413
!important
;
}
.red-bar
{
background-color
:
#F9623D
!important
;
}
.orange-bar
{
background-color
:
#F5A623
!important
;
}
.expand-box
span
{
.expand-box
span
{
border
:
solid
1px
#edeff0
;
border
:
solid
1px
#edeff0
;
width
:
28px
;
width
:
28px
;
...
@@ -3549,6 +3561,17 @@ input.add-note-btn:hover{
...
@@ -3549,6 +3561,17 @@ input.add-note-btn:hover{
text-transform
:
uppercase
;
text-transform
:
uppercase
;
margin-top
:
10px
;
margin-top
:
10px
;
}
}
.appli-int-status
a
{
color
:
#4A90E2
;
text-transform
:
none
;
text-decoration
:
underline
;
display
:
inline-block
;
}
.appli-int-status
span
{
display
:
inline-block
;
margin-right
:
10px
}
.prev-btn
,
.next-btn
{
.prev-btn
,
.next-btn
{
width
:
28px
;
width
:
28px
;
height
:
28px
;
height
:
28px
;
...
@@ -3581,7 +3604,7 @@ input.add-note-btn:hover{
...
@@ -3581,7 +3604,7 @@ input.add-note-btn:hover{
.int-timeline
li
{
.int-timeline
li
{
display
:
inline-block
;
display
:
inline-block
;
background-color
:
#768595
;
background-color
:
#768595
;
margin-right
:
-
3
px
;
margin-right
:
-
2
px
;
border-radius
:
3px
3px
0
0px
;
border-radius
:
3px
3px
0
0px
;
position
:
relative
;
position
:
relative
;
border-bottom
:
none
;
border-bottom
:
none
;
...
@@ -4022,6 +4045,9 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
...
@@ -4022,6 +4045,9 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
padding
:
14px
0
17px
21px
;
padding
:
14px
0
17px
21px
;
width
:
22%
;
width
:
22%
;
}
}
.appli-list-name.wider-box
{
width
:
37%
;
}
.appli-jcs
{
.appli-jcs
{
color
:
#4a4a4a
;
color
:
#4a4a4a
;
font-size
:
11px
;
font-size
:
11px
;
...
@@ -4103,6 +4129,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
...
@@ -4103,6 +4129,7 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
.appli-list-drop
{
.appli-list-drop
{
float
:
left
;
float
:
left
;
width
:
100%
;
width
:
100%
;
text-align
:
center
;
}
}
.person-status
{
.person-status
{
float
:
left
;
float
:
left
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/incomplete_applicants_list.jsp
View file @
4fff4f7b
...
@@ -49,17 +49,23 @@
...
@@ -49,17 +49,23 @@
<label for="<%= appID %>"></label>
<label for="<%= appID %>"></label>
</div>
</div>
</div>
</div>
<div class="appli-list-name appli-l eq-second-height">
<div class="appli-list-name appli-l eq-second-height
wider-box
">
<oneit:button value=" " name="gotoPage" cssClass="<%= jobApplication.getID() + ""%>" skin="link"
<oneit:button value=" " name="gotoPage" cssClass="<%= jobApplication.getID() + ""%>" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).mapEntry("Applications", applications).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).mapEntry("Applications", applications).toMap())
.toMap() %>">
.toMap() %>">
<oneit:toString value="<%= jobApplication.getCandidate() %>" mode="EscapeHTML" />
<oneit:toString value="<%= jobApplication.getCandidate() %>" mode="EscapeHTML" />
</oneit:button>
<div class="appli-int-status">
<div class="appli-int-status">
<span>
<a href="<%= "mailto:" + jobApplication.getCandidate().getUser().getUserName() %>">Email</a>
<a href="<%= "mailto:" + jobApplication.getCandidate().getUser().getUserName() %>">Email</a>
</span>
<oneit:toString value="<%= jobApplication.getCandidate().getPhone() %>" mode="EscapeHTML" />
<oneit:toString value="<%= jobApplication.getCandidate().getPhone() %>" mode="EscapeHTML" />
<span><img src="images/clip_icon.png"></span>
<span><a href="#">CV</a></span>
<span><a href="#">Cover Leter</a></span>
</div>
</div>
</oneit:button>
</div>
</div>
<%
<%
String widthClass = "appli-jcs2";
String widthClass = "appli-jcs2";
...
@@ -77,7 +83,9 @@
...
@@ -77,7 +83,9 @@
<div class="progress">
<div class="progress">
<div class="progress-bar <%= (criteriaVal == 100 && !missingReq ? " green" : "")%>" role="progressbar" aria-valuenow="<%= criteria %>" aria-valuemin="0" aria-valuemax="100"
<div class="progress-bar <%= (criteriaVal == 100 && !missingReq ? " green" : "")%>" role="progressbar" aria-valuenow="<%= criteria %>" aria-valuemin="0" aria-valuemax="100"
style="<%= "width: " + criteria %>">
style="<%= "width: " + criteria %>">
<span class="show-precentage"><%= criteria %></span>
</div>
</div>
</div>
</div>
<span class="missing-requirements-icon" style="<%= missingReq ? "display:inline-block" : "display:none" %>"></span>
<span class="missing-requirements-icon" style="<%= missingReq ? "display:inline-block" : "display:none" %>"></span>
</span>
</span>
...
@@ -91,9 +99,11 @@
...
@@ -91,9 +99,11 @@
<div class="<%= widthClass %> appli-l eq-second-height">
<div class="<%= widthClass %> appli-l eq-second-height">
<span class="appli-view-bar">
<span class="appli-view-bar">
<div class="progress">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= culture %>" aria-valuemin="0" aria-valuemax="100"
<div class="progress-bar
orange-bar
" role="progressbar" aria-valuenow="<%= culture %>" aria-valuemin="0" aria-valuemax="100"
style="<%= "width: " + culture %>">
style="<%= "width: " + culture %>">
<span class="show-precentage"><%= culture %></span>
</div>
</div>
</div>
</div>
</span>
</span>
culture fit
culture fit
...
@@ -101,9 +111,11 @@
...
@@ -101,9 +111,11 @@
<div class="<%= widthClass %> appli-l eq-second-height">
<div class="<%= widthClass %> appli-l eq-second-height">
<span class="appli-view-bar">
<span class="appli-view-bar">
<div class="progress">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= roleFit %>" aria-valuemin="0" aria-valuemax="100"
<div class="progress-bar
green-bar
" role="progressbar" aria-valuenow="<%= roleFit %>" aria-valuemin="0" aria-valuemax="100"
style="<%= "width: " + roleFit %>">
style="<%= "width: " + roleFit %>">
<span class="show-precentage"><%= roleFit %></span>
</div>
</div>
</div>
</div>
</span>
</span>
role fit
role fit
...
...
cmsWebApp/webroot/images/clip_icon.png
0 → 100644
View file @
4fff4f7b
572 Bytes
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