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
2670cf7a
Commit
2670cf7a
authored
Jul 07, 2017
by
Nilu
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT001 and HT002 shortlisted circle
parent
878b1b1e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
39 additions
and
7 deletions
+39
-7
common.css
cmsWebApp/webroot/css/common.css
+11
-5
job_list.jsp
cmsWebApp/webroot/extensions/adminportal/inc/job_list.jsp
+27
-2
persan-loader-right.png
cmsWebApp/webroot/images/persan-loader-right.png
+0
-0
std_imports.jsp
cmsWebApp/webroot/inc/std_imports.jsp
+1
-0
raphael-min.js
cmsWebApp/webroot/scripts/raphael-min.js
+0
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
2670cf7a
...
@@ -2286,14 +2286,20 @@ a.forgot-pass {
...
@@ -2286,14 +2286,20 @@ a.forgot-pass {
.ja-icon
{
.ja-icon
{
display
:
table-cell
;
display
:
table-cell
;
width
:
39px
;
width
:
39px
;
vertical-align
:
middle
;
}
}
.ja-icon
span
{
.ja-icon
.conic-circle
{
border-style
:
solid
;
border-width
:
6px
;
border-image-source
:
conic-gradient
(
#e5e8eb
,
#e5e8eb
58%
,
#03a0e7
,
#e5e8eb
);
border-image-slice
:
1
;
width
:
40px
;
width
:
40px
;
height
:
41px
;
height
:
41px
;
position
:
relative
;
}
.right-mark-img
{
position
:
absolute
;
top
:
16px
;
left
:
0
;
right
:
0
;
margin
:
0
auto
;
bottom
:
0
;
}
}
.active-states
{
.active-states
{
width
:
16px
;
width
:
16px
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/job_list.jsp
View file @
2670cf7a
...
@@ -17,6 +17,16 @@
...
@@ -17,6 +17,16 @@
$(document).ready(function()
$(document).ready(function()
{
{
$('.conic-circle').percentageLoader({
valElement: 'p',
strokeWidth: 6,
bgColor: '#e5e8eb',
ringColor: '#03a0e7',
textColor: '#03a0e7',
fontSize: '0px',
fontWeight: 'normal'
});
$(".job-row").click(function()
$(".job-row").click(function()
{
{
var id = $(this).closest('.job-list').attr('id');
var id = $(this).closest('.job-list').attr('id');
...
@@ -35,6 +45,7 @@
...
@@ -35,6 +45,7 @@
<%
<%
for(Job job: jobs)
for(Job job: jobs)
{
{
int shortlisted = job.getNoOfCandidatesShortlisted();
%>
%>
<div class="job-list" id="<%= job.getID() %>">
<div class="job-list" id="<%= job.getID() %>">
<div class="job-row" >
<div class="job-row" >
...
@@ -59,9 +70,23 @@
...
@@ -59,9 +70,23 @@
</div>
</div>
</div>
</div>
<div class="job-shortlisted jl-c eq-second-height" style="height: 107px;">
<div class="job-shortlisted jl-c eq-second-height" style="height: 107px;">
<div class="ja-icon"><img src="images/circle.png"></div>
<div class="ja-icon">
<div class="conic-circle">
<p style="display:none;">
<oneit:toString value="<%= shortlisted * 20 %>" mode="PercentageWholeNumber" />
</p>
<%
if(shortlisted == 5)
{
%>
<img src="images/persan-loader-right.png" class="right-mark-img" />
<%
}
%>
</div>
</div>
<div class="ja-count">
<div class="ja-count">
<oneit:toString value="<%=
job.getNoOfCandidatesShortlisted()
%>" mode="EscapeHTML" nullValue="0"/>/5
<oneit:toString value="<%=
shortlisted
%>" mode="EscapeHTML" nullValue="0"/>/5
<span class="grey-span">shortlisted</span>
<span class="grey-span">shortlisted</span>
</div>
</div>
</div>
</div>
...
...
cmsWebApp/webroot/images/persan-loader-right.png
0 → 100644
View file @
2670cf7a
323 Bytes
cmsWebApp/webroot/inc/std_imports.jsp
View file @
2670cf7a
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
<oneit:script src="/scripts/recalc.js" />
<oneit:script src="/scripts/recalc.js" />
<oneit:script src="/scripts/jquery.circleProgressBar.min.js"/>
<oneit:script src="/scripts/jquery.circleProgressBar.min.js"/>
<oneit:script src="/scripts/slick.min.js"/>
<oneit:script src="/scripts/slick.min.js"/>
<oneit:script src="/scripts/raphael-min.js"/>
</oneit:script>
</oneit:script>
<script>
<script>
...
...
cmsWebApp/webroot/scripts/raphael-min.js
0 → 100644
View file @
2670cf7a
This diff is collapsed.
Click to expand it.
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