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
534a3e12
Commit
534a3e12
authored
Aug 21, 2017
by
chenith
Committed by
Harsh Shah
Sep 06, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
C008 and C009 updated.
parent
14846525
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
job_match_assessment.jsp
...broot/extensions/applicantportal/job_match_assessment.jsp
+13
-3
submit_application.jsp
...webroot/extensions/applicantportal/submit_application.jsp
+1
-1
No files found.
cmsWebApp/webroot/extensions/applicantportal/job_match_assessment.jsp
View file @
534a3e12
...
@@ -90,19 +90,29 @@
...
@@ -90,19 +90,29 @@
<%
<%
if(actualNumber == 1 || (showHelp && questionType != QuestionType.SCALAR))
if(actualNumber == 1 || (showHelp && questionType != QuestionType.SCALAR))
{
{
int maxRating = 7;
int midRating = 4;
String otherRating = "2, 3, 5, 6";
if(questionType != QuestionType.SCALAR)
if(questionType != QuestionType.SCALAR)
{
{
process.setAttribute("ShowHelp", false);
process.setAttribute("ShowHelp", false);
maxRating = 3;
midRating = 5;
otherRating = "2, 4";
}
}
%>
%>
<div class="main-sc-section sj-1">
<div class="main-sc-section sj-1">
<p>Using the scale given, indicate how important to you are the following aspects in your work life. Use the following system:</p>
<p>Using the scale given, indicate how important to you are the following aspects in your work life. Use the following system:</p>
<ul class="security-level">
<ul class="security-level">
<li><span>1</span> means of very little importance to you</li>
<li><span>1</span> means of very little importance to you</li>
<li><span>
4
</span> means about average in importance to you</li>
<li><span>
<oneit:toString value="<%= maxRating %>" mode="EscapeHTML"/>
</span> means about average in importance to you</li>
<li><span>
7
</span> means of high importance to you</li>
<li><span>
<oneit:toString value="<%= midRating %>" mode="EscapeHTML"/>
</span> means of high importance to you</li>
</ul>
</ul>
<p>Use the other numbers (
2, 3, 5, 6
) to indicate in-between levels of importance to you.</p>
<p>Use the other numbers (
<oneit:toString value="<%= otherRating %>" mode="EscapeHTML"/>
) to indicate in-between levels of importance to you.</p>
</div>
</div>
<div class="selection-br-line"></div>
<div class="selection-br-line"></div>
<%
<%
...
...
cmsWebApp/webroot/extensions/applicantportal/submit_application.jsp
View file @
534a3e12
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
<div class="section-page-area complete-back">
<div class="section-page-area complete-back">
<div class="job-post-complete">
<div class="job-post-complete">
<div class="big-right-sy"><span><img src="images/big-right-symbol.svg" /></span></div>
<div class="big-right-sy"><span><img src="images/big-right-symbol.svg" /></span></div>
<div class="app-complete-title m-hide">
Thank you
</div>
<div class="app-complete-title m-hide">
Application Successfully Submitted
</div>
<div class="app-complete-text">
<div class="app-complete-text">
Your application for
Your application for
<oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML"/>
...
...
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