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
0f9066dd
Commit
0f9066dd
authored
Aug 02, 2017
by
Nilu
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
renaming profile, culture in grid views
parent
4c79f737
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
view_applicants_shortlist_grid.jsp
...extensions/adminportal/view_applicants_shortlist_grid.jsp
+7
-7
No files found.
cmsWebApp/webroot/extensions/adminportal/view_applicants_shortlist_grid.jsp
View file @
0f9066dd
...
@@ -88,23 +88,23 @@
...
@@ -88,23 +88,23 @@
<div class="<%= "over-all " + (index == 0 ? "f-60 green" : (index < 3 ? "blue" : "gray"))%> ">
<div class="<%= "over-all " + (index == 0 ? "f-60 green" : (index < 3 ? "blue" : "gray"))%> ">
<oneit:toString value="<%= jobApplication.getOverallSuitability() %>" mode="Integer" />
<oneit:toString value="<%= jobApplication.getOverallSuitability() %>" mode="Integer" />
</div>
</div>
<div class="overall">overall
suitablity
</div>
<div class="overall">overall
rank
</div>
</div>
</div>
<div class="jcc-box">
<div class="jcc-box">
<div class="job-match jcc">
<div class="job-match jcc">
<img src="images/app-job-match-icon.svg">
job match
<img src="images/app-job-match-icon.svg">
role fit
<span>
<span>
<oneit:toString value="<%= jobApplication.getJobMatchPercentage() %>" mode="PercentageWholeNumber" />
<oneit:toString value="<%= jobApplication.getJobMatchPercentage() %>" mode="PercentageWholeNumber" />
</span>
</span>
</div>
</div>
<div class="culture jcc">
<div class="culture jcc">
<img src="images/culture-icon.svg"> culture
<img src="images/culture-icon.svg"> culture
fit
<span>
<span>
<oneit:toString value="<%= jobApplication.getCulturePercentage() %>" mode="PercentageWholeNumber" />
<oneit:toString value="<%= jobApplication.getCulturePercentage() %>" mode="PercentageWholeNumber" />
</span>
</span>
</div>
</div>
<div class="criteria jcc">
<div class="criteria jcc">
<img src="images/criteria-icon.svg">
criteria
<img src="images/criteria-icon.svg">
requirements
<span>
<span>
<oneit:toString value="<%= jobApplication.getCriteriaPercentage() %>" mode="PercentageWholeNumber" />
<oneit:toString value="<%= jobApplication.getCriteriaPercentage() %>" mode="PercentageWholeNumber" />
</span>
</span>
...
@@ -145,11 +145,11 @@
...
@@ -145,11 +145,11 @@
<div class="<%= "over-all " + (i == 0 ? "f-60 green" : (i < 3 ? "blue" : "gray"))%>">
<div class="<%= "over-all " + (i == 0 ? "f-60 green" : (i < 3 ? "blue" : "gray"))%>">
<oneit:toString value="<%= jobApplication.getOverallSuitability() %>" mode="Integer" />
<oneit:toString value="<%= jobApplication.getOverallSuitability() %>" mode="Integer" />
</div>
</div>
<div class="overall take-font-up">overall
suitablity
</div>
<div class="overall take-font-up">overall
rank
</div>
</div>
</div>
<div class="jcc-box">
<div class="jcc-box">
<div class="job-match jcc">
<div class="job-match jcc">
<img src="images/app-job-match-icon.svg">
Profile
<img src="images/app-job-match-icon.svg">
Role fit
<span>
<span>
<oneit:toString value="<%= jobApplication.getJobMatchPercentage() %>" mode="PercentageWholeNumber" />
<oneit:toString value="<%= jobApplication.getJobMatchPercentage() %>" mode="PercentageWholeNumber" />
</span>
</span>
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
</div>
</div>
</div>
</div>
<div class="culture jcc">
<div class="culture jcc">
<img src="images/culture-icon.svg"> culture
<img src="images/culture-icon.svg"> culture
fit
<span>
<span>
<oneit:toString value="<%= jobApplication.getCulturePercentage() %>" mode="PercentageWholeNumber" />
<oneit:toString value="<%= jobApplication.getCulturePercentage() %>" mode="PercentageWholeNumber" />
</span>
</span>
...
...
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