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
8d7498af
Commit
8d7498af
authored
Oct 12, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding percentage values back to HT004, HT003 - grid, HT005 - grid
parent
68faca2d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+3
-3
view_applicants_shortlist_grid.jsp
...extensions/adminportal/view_applicants_shortlist_grid.jsp
+6
-6
view_applicantss_grid.jsp
.../webroot/extensions/adminportal/view_applicantss_grid.jsp
+3
-3
view_application.jsp
...ebApp/webroot/extensions/adminportal/view_application.jsp
+5
-5
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
8d7498af
...
@@ -287,7 +287,7 @@
...
@@ -287,7 +287,7 @@
<div class="main-pro-bar">
<div class="main-pro-bar">
<div class="pro-bar">
<div class="pro-bar">
<span class="appli-label"><oneit:toString value="<%= factorClass %>" mode="EscapeHTML"/></span>
<span class="appli-label"><oneit:toString value="<%= factorClass %>" mode="EscapeHTML"/></span>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="
TwoDPDouble
"/></span>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="
PercentageWholeNumber
"/></span>
<span class="appli-progress-bar">
<span class="appli-progress-bar">
<div class="progress">
<div class="progress">
<div class="progress-bar <%= cssClass %>" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div>
<div class="progress-bar <%= cssClass %>" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div>
...
@@ -361,7 +361,7 @@
...
@@ -361,7 +361,7 @@
<div class="main-pro-bar">
<div class="main-pro-bar">
<div class="pro-bar">
<div class="pro-bar">
<span class="appli-label"><oneit:toString value="<%= cClass %>" mode="EscapeHTML"/></span>
<span class="appli-label"><oneit:toString value="<%= cClass %>" mode="EscapeHTML"/></span>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="WholeNumber" /></span>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="
Percentage
WholeNumber" /></span>
<span class="appli-progress-bar">
<span class="appli-progress-bar">
<div class="progress">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%;"></div>
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%;"></div>
...
@@ -412,7 +412,7 @@
...
@@ -412,7 +412,7 @@
<div class="main-pro-bar <%= importance %>">
<div class="main-pro-bar <%= importance %>">
<div class="pro-bar">
<div class="pro-bar">
<span class="appli-label"><oneit:toString value="<%= importance %>" mode="EscapeHTML"/></span>
<span class="appli-label"><oneit:toString value="<%= importance %>" mode="EscapeHTML"/></span>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="WholeNumber" /></span>
<span class="appli-percen gray"><oneit:toString value="<%= rating %>" mode="
Percentage
WholeNumber" /></span>
<span class="appli-progress-bar">
<span class="appli-progress-bar">
<div class="progress">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div>
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div>
...
...
cmsWebApp/webroot/extensions/adminportal/view_applicants_shortlist_grid.jsp
View file @
8d7498af
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
<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"> Role fit
<img src="images/app-job-match-icon.svg"> Role fit
<span><oneit:toString value="<%= jobApplication.getRoleFitScore() %>" mode="
TwoDPDouble
" /></span>
<span><oneit:toString value="<%= jobApplication.getRoleFitScore() %>" mode="
PercentageTwoDP
" /></span>
</div>
</div>
<div class="detail-box">
<div class="detail-box">
<%
<%
...
@@ -157,7 +157,7 @@
...
@@ -157,7 +157,7 @@
<oneit:toString value="<%= factorClass %>" mode="EscapeHTML"/>
<oneit:toString value="<%= factorClass %>" mode="EscapeHTML"/>
</div>
</div>
<div class="detail-no green">
<div class="detail-no green">
<oneit:toString value="<%= roleScoreMap.get(factorClass).get0() %>" mode="
TwoDPDouble
"/>
<oneit:toString value="<%= roleScoreMap.get(factorClass).get0() %>" mode="
PercentageWholeNumber
"/>
</div>
</div>
</div>
</div>
<%
<%
...
@@ -172,7 +172,7 @@
...
@@ -172,7 +172,7 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.toMap() %>">
.toMap() %>">
<oneit:toString value="<%= jobApplication.getCultureFitScore() %>" mode="WholeNumber" />
<oneit:toString value="<%= jobApplication.getCultureFitScore() %>" mode="
Percentage
WholeNumber" />
</oneit:button>
</oneit:button>
</span>
</span>
</div>
</div>
...
@@ -189,7 +189,7 @@
...
@@ -189,7 +189,7 @@
%>
%>
<div class="detail-row">
<div class="detail-row">
<div class="detail-label"><oneit:toString value="<%= cClass %>" mode="EscapeHTML"/></div>
<div class="detail-label"><oneit:toString value="<%= cClass %>" mode="EscapeHTML"/></div>
<div class="detail-no green"><oneit:toString value="<%= cultureFitData.get(cClass) != null ? cultureFitData.get(cClass).get0() : 0 %>" mode="WholeNumber" /></div>
<div class="detail-no green"><oneit:toString value="<%= cultureFitData.get(cClass) != null ? cultureFitData.get(cClass).get0() : 0 %>" mode="
Percentage
WholeNumber" /></div>
</div>
</div>
<%
<%
}
}
...
@@ -206,7 +206,7 @@
...
@@ -206,7 +206,7 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.toMap() %>">
.toMap() %>">
<oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="WholeNumber" />
<oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="
Percentage
WholeNumber" />
</oneit:button>
</oneit:button>
</span>
</span>
</div>
</div>
...
@@ -219,7 +219,7 @@
...
@@ -219,7 +219,7 @@
%>
%>
<div class="detail-row">
<div class="detail-row">
<div class="detail-label"><oneit:toString value="<%= importance %>" mode="EscapeHTML"/></div>
<div class="detail-label"><oneit:toString value="<%= importance %>" mode="EscapeHTML"/></div>
<div class="detail-no green"><oneit:toString value="<%= requirementFitData.get(importance) %>" mode="WholeNumber" /></div>
<div class="detail-no green"><oneit:toString value="<%= requirementFitData.get(importance) %>" mode="
Percentage
WholeNumber" /></div>
</div>
</div>
<%
<%
}
}
...
...
cmsWebApp/webroot/extensions/adminportal/view_applicantss_grid.jsp
View file @
8d7498af
...
@@ -147,7 +147,7 @@
...
@@ -147,7 +147,7 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.toMap() %>">
.toMap() %>">
<oneit:toString value="<%= jobApplication.getRoleFitScore() %>" mode="
TwoDPDouble
" />
<oneit:toString value="<%= jobApplication.getRoleFitScore() %>" mode="
PercentageWholeNumber
" />
</oneit:button>
</oneit:button>
</span>
</span>
</div>
</div>
...
@@ -158,7 +158,7 @@
...
@@ -158,7 +158,7 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.toMap() %>">
.toMap() %>">
<oneit:toString value="<%= jobApplication.getCultureFitScore() %>" mode="WholeNumber" />
<oneit:toString value="<%= jobApplication.getCultureFitScore() %>" mode="
Percentage
WholeNumber" />
</oneit:button>
</oneit:button>
</span>
</span>
</div>
</div>
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", applicationPage)
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.mapEntry("procParams", CollectionUtils.mapEntry("JobApplication", jobApplication).toMap())
.toMap() %>">
.toMap() %>">
<oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="WholeNumber" />
<oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="
Percentage
WholeNumber" />
</oneit:button>
</oneit:button>
</span>
</span>
</div>
</div>
...
...
cmsWebApp/webroot/extensions/adminportal/view_application.jsp
View file @
8d7498af
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
showPercent:
fals
e
showPercent:
tru
e
});
});
$('.percent-yellow-b').percentageLoader({
$('.percent-yellow-b').percentageLoader({
valElement: 'p',
valElement: 'p',
...
@@ -59,7 +59,7 @@
...
@@ -59,7 +59,7 @@
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
showPercent:
fals
e
showPercent:
tru
e
});
});
$('.percent-green-b').percentageLoader({
$('.percent-green-b').percentageLoader({
valElement: 'p',
valElement: 'p',
...
@@ -69,7 +69,7 @@
...
@@ -69,7 +69,7 @@
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
showPercent:
fals
e
showPercent:
tru
e
});
});
$('.percent-green').percentageLoader({
$('.percent-green').percentageLoader({
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
showPercent:
fals
e
showPercent:
tru
e
});
});
$('.percent-yellow').percentageLoader({
$('.percent-yellow').percentageLoader({
valElement: 'p',
valElement: 'p',
...
@@ -90,7 +90,7 @@
...
@@ -90,7 +90,7 @@
textColor: '#4a4a4a',
textColor: '#4a4a4a',
fontSize: '30px',
fontSize: '30px',
fontWeight: 'normal',
fontWeight: 'normal',
showPercent:
fals
e
showPercent:
tru
e
});
});
});
});
...
...
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