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
028af8ca
Commit
028af8ca
authored
Nov 23, 2018
by
Nilu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
S12567067 # Client - Incoming Issues (raised by Client) #Applicant Grid report
parent
a569a46a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
12 deletions
+25
-12
applicants_grid_report.jsp
...oot/extensions/adminportal/inc/applicants_grid_report.jsp
+23
-11
applicants_grid_report_header.jsp
...ensions/adminportal/inc/applicants_grid_report_header.jsp
+2
-1
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/applicants_grid_report.jsp
View file @
028af8ca
...
...
@@ -31,18 +31,32 @@
<div class="by-name">
<div class="header-right-status">
<span class="light-calendar">
<span class="number">
<span class="calcField">0</span>
</span>
<span class="calcField">days until closed</span>
<%
if(job.getJobStatus() == JobStatus.OPEN)
{
int daysToClose = job.getNoOfDaystoClosed();
%>
<span class="number">
<oneit:toString value="<%= daysToClose %>" mode="Integer"/>
</span>
<oneit:toString value="<%= (daysToClose == 1 ? "day" : "days") + " until closed" %>" mode="EscapeHTML"/>
<%
}
else
{
%>
<oneit:toString value="<%= job.getJobStatus().getDescription() %>" mode="EscapeHTML"/> on
<oneit:toString value="<%= job.getLastStatusChangeDate() %>" mode="PerformaDate"/>
<%
}
%>
</span>
<span class="job-status-appli">
<span class="
open-status-icon
"></span>
<
span class="calcField">THIS JOB IS Open</span
>
<span class="
<%= job.getJobStatus().getName().toLowerCase() + "-status-icon" %>
"></span>
<
oneit:toString value="<%= job.getJobStatusText() %>" mode="EscapeHTML"/
>
</span>
</div>
<span>
<span
class="austr-post"
>
<%
if(job.isClientAvailable())
{
...
...
@@ -51,12 +65,10 @@
<%
}
%>
</span>
SUPERLAW
by <oneit:toString value="<%= job.getCreatedBy() %>" mode="EscapeHTML" nullValue=""/>
</span> by <oneit:toString value="<%= job.getCreatedBy() %>" mode="EscapeHTML" nullValue=""/>
.
<oneit:toString value="<%= job.getLevel() %>" mode="EscapeHTML" />
</div>
</div>
<div class="white-header">
<div style="clear:both"></div>
...
...
cmsWebApp/webroot/extensions/adminportal/inc/applicants_grid_report_header.jsp
View file @
028af8ca
...
...
@@ -131,7 +131,8 @@
.jcc-box .red-bg span , .jcc-box .green-bg span{color : #fff;}
.jcc-box .green-bg {background-color: #67B413;color : #fff;}
.blue {color: #03a0e7 !important;}
span.austr-post { text-transform: uppercase;}
@page
{
size: A4 portrait;
...
...
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