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
07db59b3
Commit
07db59b3
authored
Sep 20, 2017
by
chenith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styles updated for culture fit and requirement fit details.
parent
6440f0dd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
13 deletions
+39
-13
view_application_tab_applicant.jsp
...nsions/adminportal/inc/view_application_tab_applicant.jsp
+39
-13
No files found.
cmsWebApp/webroot/extensions/adminportal/inc/view_application_tab_applicant.jsp
View file @
07db59b3
...
@@ -57,7 +57,37 @@
...
@@ -57,7 +57,37 @@
tabToggle("#tab1", ".role-fit");
tabToggle("#tab1", ".role-fit");
});
});
</script>
</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="main-applicant-content dashboard-content-area v-applicant-area ">
<div class="applicant-header">
<div class="applicant-header">
<oneit:button name="gotoPage" value=" " cssClass="prev-btn" skin="link"
<oneit:button name="gotoPage" value=" " cssClass="prev-btn" skin="link"
...
@@ -158,7 +188,7 @@
...
@@ -158,7 +188,7 @@
<p style="display:none;"><oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="TwoDPDouble" /></p>
<p style="display:none;"><oneit:toString value="<%= jobApplication.getRequirementFitScore() %>" mode="TwoDPDouble" /></p>
</div>
</div>
<div class="row four-label">
<div class="row four-label">
<div class="col-md-6 col-sm-6 col-xs-6 text-left">
<div class="col-md-6 col-sm-6 col-xs-6 text-left">
<div class="a-label-row">
<div class="a-label-row">
<span class="common-dot yellow-dot"></span><span class="r-y-label text-dot-dot">Item title</span>
<span class="common-dot yellow-dot"></span><span class="r-y-label text-dot-dot">Item title</span>
</div>
</div>
...
@@ -285,15 +315,13 @@
...
@@ -285,15 +315,13 @@
CultureNarrative cultureNarrative = (CultureNarrative) tuple.get2();
CultureNarrative cultureNarrative = (CultureNarrative) tuple.get2();
String dotClass = cultureNarrative != null && cultureNarrative.getColorCode() != null ? cultureNarrative.getColorCode().getDotCSSClass() : "";
String dotClass = cultureNarrative != null && cultureNarrative.getColorCode() != null ? cultureNarrative.getColorCode().getDotCSSClass() : "";
%>
%>
<div class="tab-row">
<div class="
detail-
tab-row">
<div class="
tab-view-label
">
<div class="
detail-tab-row-title col-md-4 col-sm-4 col-xs-4
">
<span class="common-dot <%= dotClass %>"></span>
<span class="common-dot <%= dotClass %>"></span>
<oneit:toString value="<%= tuple.get1() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= tuple.get1() %>" mode="EscapeHTML"/>
</div>
</div>
<div class="tab-view-side">
<div class="detail-tab-row-text col-md-8 col-sm-8 col-xs-8">
<div class="like-strive" style="margin-top: 20px;">
<oneit:toString value="<%= cultureNarrative %>" mode="EscapeHTML"/>
<oneit:toString value="<%= cultureNarrative %>" mode="EscapeHTML"/>
</div>
</div>
</div>
</div>
</div>
<%
<%
...
@@ -353,13 +381,11 @@
...
@@ -353,13 +381,11 @@
{
{
%>
%>
<div class="tab-row">
<div class="tab-row">
<div class="
tab-view-label
">
<div class="
detail-tab-row-title col-md-4 col-sm-4 col-xs-4
">
<oneit:toString value="<%= answer.getAssessmentCriteria().getCriteriaType() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= answer.getAssessmentCriteria().getCriteriaType() %>" mode="EscapeHTML"/>
</div>
</div>
<div class="tab-view-side">
<div class="detail-tab-row-text col-md-8 col-sm-8 col-xs-8">
<div class="like-strive" style="margin-top: 20px;">
<oneit:toString value="<%= answer.getAssessmentCriteria() %>" mode="EscapeHTML"/>
<oneit:toString value="<%= answer.getAssessmentCriteria() %>" mode="EscapeHTML"/>
</div>
</div>
</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