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
c78e137f
Commit
c78e137f
authored
Sep 13, 2017
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
client list HT010 modifications
parent
4ed5f0e3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
16 deletions
+18
-16
common.css
cmsWebApp/webroot/css/common.css
+4
-0
list_clients.jsp
cmsWebApp/webroot/extensions/adminportal/list_clients.jsp
+14
-16
No files found.
cmsWebApp/webroot/css/common.css
View file @
c78e137f
...
@@ -4929,6 +4929,10 @@ label, label .label-title span {
...
@@ -4929,6 +4929,10 @@ label, label .label-title span {
text-align
:
left
;
text-align
:
left
;
font-size
:
20px
;
font-size
:
20px
;
}
}
.opaque-jobcount
{
opacity
:
0.5
;
}
/* End of Clients HT010 */
/* End of Clients HT010 */
.hire-the-right-candi
{
.hire-the-right-candi
{
...
...
cmsWebApp/webroot/extensions/adminportal/list_clients.jsp
View file @
c78e137f
...
@@ -72,22 +72,20 @@
...
@@ -72,22 +72,20 @@
</a>
</a>
</div>
</div>
</div>
</div>
<div class="application-count jl-c">
<%
<oneit:toString value="<%= client.getApplicationCountByStatus(JobStatus.OPEN) %>" mode="EscapeHTML" nullValue="0"/>
for (JobStatus jobStatus : JobStatus.getJobStatusArray())
<span class="grey-span">Open</span>
{
</div>
int jobCount = client.getApplicationCountByStatus(jobStatus);
<div class="application-count jl-c">
%>
<oneit:toString value="<%= client.getApplicationCountByStatus(JobStatus.COMPLETE) %>" mode="EscapeHTML" nullValue="0"/>
<div class="<%= "application-count jl-c " + (jobCount == 0 ? "opaque-jobcount" : "")%>">
<span class="grey-span">Closed</span>
<oneit:toString value="<%= jobCount %>" mode="EscapeHTML" nullValue="0"/>
</div>
<span class="grey-span">
<div class="application-count jl-c">
<oneit:toString value="<%= jobStatus.getDescription() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= client.getApplicationCountByStatus(JobStatus.DRAFT) %>" mode="EscapeHTML" nullValue="0"/>
</span>
<span class="grey-span">Filled</span>
</div>
</div>
<%
<div class="application-count jl-c">
}
<oneit:toString value="<%= client.getApplicationCountByStatus(JobStatus.FILLED) %>" mode="EscapeHTML" nullValue="0"/>
%>
<span class="grey-span">Draft</span>
</div>
</div>
</div>
</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