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
656473e6
Commit
656473e6
authored
Sep 20, 2017
by
chenith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated Requirement fix details.
parent
07db59b3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
43 additions
and
40 deletions
+43
-40
common.css
cmsWebApp/webroot/css/common.css
+33
-0
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+10
-40
No files found.
cmsWebApp/webroot/css/common.css
View file @
656473e6
...
...
@@ -5522,4 +5522,36 @@ input{
.text-justify
{
font-family
:
"Usual-Light"
;
text-align
:
justify
;
}
.detail-tab-row
{
float
:
left
;
height
:
45px
;
width
:
100%
;
border-bottom
:
solid
1px
#e3e3e3
;
}
.detail-tab-row-title
{
width
:
40%
;
height
:
12px
;
font-family
:
"Usual-Regular"
;
font-size
:
10px
;
letter-spacing
:
0.9px
;
text-align
:
left
;
color
:
#4e5258
;
padding
:
16px
30px
;
float
:
left
;
text-transform
:
uppercase
;
}
.detail-tab-row-text
{
width
:
60%
;
height
:
12px
;
font-family
:
"Usual-Regular"
;
font-size
:
10px
;
line-height
:
1.17
;
text-align
:
left
;
color
:
#7d7f82
;
padding
:
16px
;
float
:
left
;
}
\ No newline at end of file
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
656473e6
...
...
@@ -4,6 +4,7 @@
<%@ include file="/inc/stdcms.jsp" %><%-- This is in cougar --%>
<%@ include file="/extensions/performa/inc/stdimports.jsp" %>
<oneit:dynIncluded>
<%
JobApplication jobApplication = (JobApplication) process.getAttribute("JobApplication");
List<JobApplication> applications = (List<JobApplication>) process.getAttribute("Applications");
...
...
@@ -13,10 +14,7 @@
Candidate candidate = jobApplication.getCandidate();
String tabText = candidate.getToString();
String currentPage = WebUtils.getSamePageInRenderMode(request, WebUtils.VIEW_APPLICATION);
%>
<oneit:dynIncluded>
<%
Map<FactorClass, Tuple.T2<Double, ColorCode>> roleScoreMap = (Map<FactorClass, Tuple.T2<Double, ColorCode>>)jobApplication.getRoleFit();
%>
<script>
...
...
@@ -57,37 +55,6 @@
tabToggle("#tab1", ".role-fit");
});
</script>
<style>
.detail-tab-row{
float: left;
height: 45px;
width: 100%;
border-bottom: solid 1px #e3e3e3;
}
.detail-tab-row-title {
width: 40%;
height: 12px;
font-family: "Usual-Regular";
font-size: 10px;
letter-spacing: 0.9px;
text-align: left;
color: #4e5258;
padding: 16px 30px;
float: left;
text-transform: uppercase;
}
.detail-tab-row-text {
width: 60%;
height: 12px;
font-family: "Usual-Regular";
font-size: 10px;
line-height: 1.17;
text-align: left;
color: #7d7f82;
padding: 16px;
float: left;
}
</style>
<div class="main-applicant-content dashboard-content-area v-applicant-area ">
<div class="applicant-header">
<oneit:button name="gotoPage" value=" " cssClass="prev-btn" skin="link"
...
...
@@ -298,7 +265,7 @@
<div class="main-pro-bar">
<div class="pro-bar">
<span class="appli-label"><oneit:toString value="<%= cClass %>" mode="EscapeHTML"/></span>
<span class="appli-percen
"><oneit:toString value="<%= rating %>" mode="TwoDPDouble
" /></span>
<span class="appli-percen
gray"><oneit:toString value="<%= rating %>" mode="WholeNumber
" /></span>
<span class="appli-progress-bar">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%;"></div>
...
...
@@ -354,7 +321,7 @@
<div class="main-pro-bar">
<div class="pro-bar">
<span class="appli-label"><oneit:toString value="<%= importance %>" mode="EscapeHTML"/></span>
<span class="appli-percen
"><oneit:toString value="<%= rating %>" mode="TwoDPDouble
" /></span>
<span class="appli-percen
gray"><oneit:toString value="<%= rating %>" mode="WholeNumber
" /></span>
<span class="appli-progress-bar">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="<%= rating %>" aria-valuemin="0" aria-valuemax="100" style="width:<%= rating %>%"></div>
...
...
@@ -381,11 +348,14 @@
{
%>
<div class="tab-row">
<div class="detail-tab-row-title col-md-4 col-sm-4 col-xs-4">
<div class="detail-tab-row-title col-md-4 col-sm-4 col-xs-4"
style="width: 30%"
>
<oneit:toString value="<%= answer.getAssessmentCriteria().getCriteriaType() %>" mode="EscapeHTML"/>
</div>
<div class="detail-tab-row-text col-md-8 col-sm-8 col-xs-8">
<oneit:toString value="<%= answer.getAssessmentCriteria() %>" mode="EscapeHTML"/>
<div class="detail-tab-row-text col-md-8 col-sm-8 col-xs-8" style="width: 65%">
<oneit:toString value="<%= answer.getAssessmentCriteria() %>" mode="EscapeHTML"/>
<span style="padding-left: 10px; float: right">
<oneit:toString value="<%= answer.getAnswer() ? "Yes" : "No" %>" mode="EscapeHTML"/>
</span>
</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