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
2544f1cf
Commit
2544f1cf
authored
Dec 03, 2018
by
Saliya Randunu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes in detailed applicant report pdf
parent
0bf43bc9
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
34 additions
and
13 deletions
+34
-13
common.css
cmsWebApp/webroot/css/common.css
+2
-1
applicant_report.jsp
...p/webroot/extensions/adminportal/inc/applicant_report.jsp
+10
-9
applicant_report_header.jsp
...ot/extensions/adminportal/inc/applicant_report_header.jsp
+14
-2
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+8
-1
No files found.
cmsWebApp/webroot/css/common.css
View file @
2544f1cf
...
@@ -3406,8 +3406,9 @@ span.export-candidate,span.appli-status-short{
...
@@ -3406,8 +3406,9 @@ span.export-candidate,span.appli-status-short{
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
white-space
:
nowrap
;
width
:
8
8
%
;
width
:
8
6
%
;
display
:
inline-block
;
display
:
inline-block
;
}
}
.r-y-label
{
.r-y-label
{
font-size
:
11px
;
font-size
:
11px
;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/applicant_report.jsp
View file @
2544f1cf
...
@@ -132,27 +132,27 @@
...
@@ -132,27 +132,27 @@
continue;
continue;
}
}
%>
%>
<div style="width: 100%;"
>
<div class="width45 text-left"
>
<div class="a-label-row">
<div class="a-label-row
req-row
">
<span class="
r-y-label
pre-dot"><%= ct.getDescription() %></span>
<span class="pre-dot"><%= ct.getDescription() %></span>
<%
<%
if(hDesirableNo > 0)
if(hDesirableNo > 0)
{
{
%>
%>
<div class="width50 text-left" >
<span class="common-dot yellow-dot"></span>
<span class="common-dot yellow-dot"></span>
<span class="r-y-label
pre-dot
">(<%=hDesirableNo%>)</span>
<span class="r-y-label
-num
">(<%=hDesirableNo%>)</span>
</div>
<%
<%
}
}
if(essentialNo > 0)
if(essentialNo > 0)
{
{
%>
%>
<div class="width50 text-left" >
<span class="common-dot red-dot"></span>
<span class="common-dot red-dot"></span>
<span class="r-y-label
pre-dot
">(<%=essentialNo%>)</span>
<span class="r-y-label
-num
">(<%=essentialNo%>)</span>
</div>
<%
<%
}
}
%>
%>
...
@@ -165,6 +165,7 @@
...
@@ -165,6 +165,7 @@
</div>
</div>
<div style="clear: both"></div>
<div class="essential-requirements-note <%= missingReq ? "red-requirements" : hasAllReq ? "green-requirements" : "" %>">
<div class="essential-requirements-note <%= missingReq ? "red-requirements" : hasAllReq ? "green-requirements" : "" %>">
<span><%= missingReq ? "Does not meet essential requirements" : hasAllReq ? "Does meet essential requirements" : ""%></span>
<span><%= missingReq ? "Does not meet essential requirements" : hasAllReq ? "Does meet essential requirements" : ""%></span>
</div>
</div>
...
...
cmsWebApp/webroot/extensions/adminportal/inc/applicant_report_header.jsp
View file @
2544f1cf
...
@@ -107,6 +107,7 @@
...
@@ -107,6 +107,7 @@
.width50 {width:50% ; box-sizing: border-box;float: left; }
.width50 {width:50% ; box-sizing: border-box;float: left; }
.width45 {width:48% ; box-sizing: border-box;float: left; }
.tab-view-side {
.tab-view-side {
...
@@ -239,6 +240,7 @@
...
@@ -239,6 +240,7 @@
position: absolute;
position: absolute;
left: 28.5px;
left: 28.5px;
margin: 0;
margin: 0;
}
}
.common-dot{
.common-dot{
...
@@ -250,8 +252,6 @@
...
@@ -250,8 +252,6 @@
float: left;
float: left;
margin-left: 12px;
margin-left: 12px;
}
}
.red-dot{
.red-dot{
background-color: #fabdc1;
background-color: #fabdc1;
...
@@ -272,6 +272,7 @@
...
@@ -272,6 +272,7 @@
width: 88%;
width: 88%;
display: inline-block;
display: inline-block;
}
}
.r-y-label{
.r-y-label{
font-size: 11px;
font-size: 11px;
color: #67696d;
color: #67696d;
...
@@ -282,6 +283,17 @@
...
@@ -282,6 +283,17 @@
width: 75%;
width: 75%;
margin-bottom: 10px;
margin-bottom: 10px;
}
}
.req-row {text-align: left;padding-left:10px;}
.req-row .common-dot {float: none;margin-left:0px;}
.pre-dot{
width: auto;float: none; font-size: 11px;
color: #67696d;text-align: left;
}
.r-y-label-num {
font-size: 11px;
color: #67696d;
float: none;
}
.contact-row span.calcField {
.contact-row span.calcField {
color: #7D7F82;
color: #7D7F82;
...
...
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
2544f1cf
...
@@ -159,10 +159,11 @@
...
@@ -159,10 +159,11 @@
%>
%>
<div class="a-label-row">
<div class="a-label-row">
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + firstScore.getObjectID() %>')">
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + firstScore.getObjectID() %>')">
<div style="margin-bottom: 6px">
<span class="common-dot <%= dotClass %>"></span>
<span class="common-dot <%= dotClass %>"></span>
<span class="r-y-label text-dot-dot">
<span class="r-y-label text-dot-dot">
<oneit:toString value="<%= firstScore.getFactor() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= firstScore.getFactor() %>" mode="EscapeHTML"/>
</span>
</span>
</div>
</div>
</div>
<%
<%
if(secondScore != null)
if(secondScore != null)
...
@@ -170,11 +171,13 @@
...
@@ -170,11 +171,13 @@
dotClass = secondScore.getColorCode() != null ? secondScore.getColorCode().getDotCSSClass() : "";
dotClass = secondScore.getColorCode() != null ? secondScore.getColorCode().getDotCSSClass() : "";
%>
%>
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + secondScore.getObjectID() %>')">
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + secondScore.getObjectID() %>')">
<div style="margin-bottom: 6px">
<span class="common-dot <%= dotClass %>"></span>
<span class="common-dot <%= dotClass %>"></span>
<span class="r-y-label text-dot-dot">
<span class="r-y-label text-dot-dot">
<oneit:toString value="<%= secondScore.getFactor() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= secondScore.getFactor() %>" mode="EscapeHTML"/>
</span>
</span>
</div>
</div>
</div>
<%
<%
}
}
%>
%>
...
@@ -205,22 +208,26 @@
...
@@ -205,22 +208,26 @@
%>
%>
<div class="a-label-row">
<div class="a-label-row">
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + ((CultureElement)firstTuple.get0()).getObjectID() %>')">
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + ((CultureElement)firstTuple.get0()).getObjectID() %>')">
<div style="margin-bottom: 6px">
<span class="common-dot <%= dotClass %>"></span>
<span class="common-dot <%= dotClass %>"></span>
<span class="r-y-label text-dot-dot">
<span class="r-y-label text-dot-dot">
<oneit:toString value="<%= firstTuple.get0() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= firstTuple.get0() %>" mode="EscapeHTML"/>
</span>
</span>
</div>
</div>
</div>
<%
<%
if(secondTuple != null)
if(secondTuple != null)
{
{
dotClass = ((ColorCode)secondTuple.get1()).getDotCSSClass();
dotClass = ((ColorCode)secondTuple.get1()).getDotCSSClass();
%>
%>
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + ((CultureElement)firstTuple.get0()).getObjectID() %>')">
<div class="col-md-6 col-sm-6 col-xs-6 text-left" onClick="focusDiv('<%= "#" + ((CultureElement)firstTuple.get0()).getObjectID() %>')">
<div style="margin-bottom: 6px">
<span class="common-dot <%= dotClass %>"></span>
<span class="common-dot <%= dotClass %>"></span>
<span class="r-y-label text-dot-dot">
<span class="r-y-label text-dot-dot">
<oneit:toString value="<%= secondTuple.get0() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= secondTuple.get0() %>" mode="EscapeHTML"/>
</span>
</span>
</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