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
c380a086
Commit
c380a086
authored
Mar 01, 2019
by
Jay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S21280521 # Client - Incoming Issues (raised by Client) #Add percentages to bar chart.
parent
13137117
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
3 deletions
+9
-3
common.css
cmsWebApp/webroot/css/common.css
+6
-0
view_applicants_list.jsp
...broot/extensions/adminportal/inc/view_applicants_list.jsp
+3
-3
No files found.
cmsWebApp/webroot/css/common.css
View file @
c380a086
...
@@ -3561,6 +3561,7 @@ span.appli-progress-bar {
...
@@ -3561,6 +3561,7 @@ span.appli-progress-bar {
.appli-progress-bar
.progress-bar
{
.appli-progress-bar
.progress-bar
{
background
:
#667281
;
background
:
#667281
;
}
}
.progress-bar
.show-precentage
{
position
:
absolute
;
color
:
#fff
;
right
:
1px
;
font-size
:
9px
;
font-weight
:
500
;}
.green-bar
{
.green-bar
{
background-color
:
#67B413
!important
;
background-color
:
#67B413
!important
;
}
}
...
@@ -4473,11 +4474,16 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
...
@@ -4473,11 +4474,16 @@ no-applicant.inactive a:hover,no-applicant.inactive a:hover span{
}
}
.appli-view-bar
.progress-bar
{
.appli-view-bar
.progress-bar
{
background
:
#667281
;
background
:
#667281
;
position
:
relative
;
height
:
13px
!important
;
}
}
.appli-view-bar
.progress-bar.green
{
.appli-view-bar
.progress-bar.green
{
background
:
#67B413
;
background
:
#67B413
;
}
}
.appli-view-bar
.progress-bar
span
{
top
:
-2px
;
}
.appli-view-bar
.missing-requirements-icon
{
.appli-view-bar
.missing-requirements-icon
{
top
:
-7px
;
top
:
-7px
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_applicants_list.jsp
View file @
c380a086
...
@@ -85,7 +85,7 @@
...
@@ -85,7 +85,7 @@
<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="
completion-progress-bar <%= roleFitVal == 100 ? "green-bar": (roleFitVal >= 50 && roleFitVal < 100 ? "orange-bar" : "red-bar") %>
" role="progressbar" aria-valuenow="<%= roleFit %>" aria-valuemin="0" aria-valuemax="100"
<div class="
progress-bar
" role="progressbar" aria-valuenow="<%= roleFit %>" aria-valuemin="0" aria-valuemax="100"
style="<%= "width: " + roleFit %>">
style="<%= "width: " + roleFit %>">
<span class="show-precentage"><%= roleFit %></span>
<span class="show-precentage"><%= roleFit %></span>
</div>
</div>
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
<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="
completion-progress-bar <%= cultureVal == 100 ? "green-bar": (cultureVal >= 50 && cultureVal < 100 ? "orange-bar" : "red-bar") %>
" role="progressbar" aria-valuenow="<%= culture %>" aria-valuemin="0" aria-valuemax="100"
<div class="
progress-bar
" role="progressbar" aria-valuenow="<%= culture %>" aria-valuemin="0" aria-valuemax="100"
style="<%= "width: " + culture %>">
style="<%= "width: " + culture %>">
<span class="show-precentage"><%= culture %></span>
<span class="show-precentage"><%= culture %></span>
</div>
</div>
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<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="
completion-progress-bar <%= criteriaVal == 100 ? "green-bar": (criteriaVal >= 50 && criteriaVal < 100 ? "orange-bar" : "red-bar")
%>" 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>
<span class="show-precentage"><%= criteria %></span>
</div>
</div>
...
...
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