Commit 753316ec by chenith

HT054 - Applicant results for Express

Added factor score for express jobs.
parent 6e64e871
...@@ -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;
} }
...@@ -5934,3 +5934,10 @@ input{ ...@@ -5934,3 +5934,10 @@ 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
...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment