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
753316ec
Commit
753316ec
authored
Feb 22, 2018
by
chenith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
HT054 - Applicant results for Express
Added factor score for express jobs.
parent
6e64e871
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
2 deletions
+20
-2
common.css
cmsWebApp/webroot/css/common.css
+10
-2
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+10
-0
No files found.
cmsWebApp/webroot/css/common.css
View file @
753316ec
...
@@ -5903,7 +5903,7 @@ input{
...
@@ -5903,7 +5903,7 @@ input{
.ja-exp-fact-c
{
.ja-exp-fact-c
{
color
:
#4E5258
;
color
:
#4E5258
;
font-family
:
Usual
;
font-family
:
"Usual-Bold"
;
font-size
:
12px
;
font-size
:
12px
;
font-weight
:
bold
;
font-weight
:
bold
;
line-height
:
14px
;
line-height
:
14px
;
...
@@ -5911,7 +5911,7 @@ input{
...
@@ -5911,7 +5911,7 @@ input{
.ja-exp-fact
{
.ja-exp-fact
{
color
:
#4E5258
;
color
:
#4E5258
;
font-family
:
Usual
;
font-family
:
"Usual-Light"
;
font-size
:
12px
;
font-size
:
12px
;
line-height
:
24px
;
line-height
:
24px
;
}
}
...
@@ -5933,4 +5933,11 @@ input{
...
@@ -5933,4 +5933,11 @@ input{
.ja-exp-b-p
{
.ja-exp-b-p
{
padding-bottom
:
0
;
padding-bottom
:
0
;
}
.ja-exp-fact-score
{
color
:
#667281
;
font-family
:
"Usual-Light"
;
font-size
:
18px
;
float
:
right
;
}
}
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
753316ec
...
@@ -318,6 +318,16 @@
...
@@ -318,6 +318,16 @@
<div class="tab-row" id="<%= factorScore.getObjectID() %>">
<div class="tab-row" id="<%= factorScore.getObjectID() %>">
<div class="tab-view-label">
<div class="tab-view-label">
<oneit:toString value="<%= factorLevelLink.getFactor() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= factorLevelLink.getFactor() %>" mode="EscapeHTML"/>
<%
if(job.isExpressJob())
{
%>
<div class="ja-exp-fact-score">
<oneit:toString value="<%= factorScore.getScore() %>" mode="EscapeHTML"/>
</div>
<%
}
%>
</div>
</div>
<div class="tab-view-side">
<div class="tab-view-side">
<div class="result-want">
<div class="result-want">
...
...
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