Commit 606fe0fc by Nilu Committed by Harsh Shah

HT003

This page's header - If status is **draft** then use a grey circle

This page's header - Clicking the Job name goes to HT003 in its default view
parent cf0e8538
...@@ -2547,11 +2547,13 @@ a.forgot-pass { ...@@ -2547,11 +2547,13 @@ a.forgot-pass {
float: left; float: left;
} }
.chief-officer { .chief-officer {
color: #ffffff;
text-align: left; text-align: left;
font-size: 26px; font-size: 26px;
font-weight: 300; font-weight: 300;
margin-bottom: 24px; margin-bottom: 24px;
}
.chief-officer span{
color: #ffffff;
font-family: "Usual-Light"; font-family: "Usual-Light";
} }
.chief-officer img { .chief-officer img {
...@@ -2581,7 +2583,7 @@ span.ex-management { ...@@ -2581,7 +2583,7 @@ span.ex-management {
font-weight: 500; font-weight: 500;
font-family: "Usual-Medium"; font-family: "Usual-Medium";
} }
.active-status-icon{ .open-status-icon{
width: 20px; width: 20px;
height: 20px; height: 20px;
border: solid 4px #03ac66; border: solid 4px #03ac66;
...@@ -2597,6 +2599,14 @@ span.ex-management { ...@@ -2597,6 +2599,14 @@ span.ex-management {
border-radius: 100px; border-radius: 100px;
margin: -5px 11px; margin: -5px 11px;
} }
.draft-status-icon{
width: 20px;
height: 20px;
border: solid 4px #b5bfca;
display: inline-block;
border-radius: 100px;
margin: -5px 11px;
}
.job-status-appli{ .job-status-appli{
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 1px; letter-spacing: 1px;
...@@ -4530,4 +4540,4 @@ label, label .label-title span { ...@@ -4530,4 +4540,4 @@ label, label .label-title span {
width: 47px; width: 47px;
height: 47px; height: 47px;
margin-left: 3px; margin-left: 3px;
} }
\ No newline at end of file
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
<% <%
Job job = (Job) process.getAttribute("Job"); Job job = (Job) process.getAttribute("Job");
String editJobPage = WebUtils.getSamePageInRenderMode(request, WebUtils.EDIT_JOB); String editJobPage = WebUtils.getSamePageInRenderMode(request, WebUtils.EDIT_JOB);
String jobPage = WebUtils.getSamePageInRenderMode(request, WebUtils.VIEW_APPLICANTS);
%> %>
<oneit:dynIncluded> <oneit:dynIncluded>
...@@ -14,7 +15,12 @@ ...@@ -14,7 +15,12 @@
<div class="officer-box"> <div class="officer-box">
<div class="officer-name"> <div class="officer-name">
<div class="chief-officer"><img src="images/post-p.png" /> <div class="chief-officer"><img src="images/post-p.png" />
<oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML" /> <oneit:button value=" " name="gotoPage" skin="link"
requestAttribs="<%= CollectionUtils.mapEntry("nextPage", jobPage)
.mapEntry("procParams", CollectionUtils.mapEntry("Job", job).toMap())
.toMap() %>">
<oneit:toString value="<%= job.getJobTitle() %>" mode="EscapeHTML" />
</oneit:button>
</div> </div>
<div class="off-name"> <div class="off-name">
<span class="austr-post">Australia Post</span> by <oneit:toString value="<%= SecUserToNameTransform.INSTANCE.transform(job.getSecUser()) %>" mode="EscapeHTML"/><span class="ex-management">&bull;&nbsp; <span class="austr-post">Australia Post</span> by <oneit:toString value="<%= SecUserToNameTransform.INSTANCE.transform(job.getSecUser()) %>" mode="EscapeHTML"/><span class="ex-management">&bull;&nbsp;
...@@ -27,7 +33,7 @@ ...@@ -27,7 +33,7 @@
<oneit:toString value="<%= job.getClosingInText() %>" mode="EscapeHTML"/> <oneit:toString value="<%= job.getClosingInText() %>" mode="EscapeHTML"/>
</span> </span>
<span class="job-status-appli"> <span class="job-status-appli">
<span class="<%= job.getJobStatus()==JobStatus.OPEN ? "active-status-icon" : "complete-status-icon" %>"></span> <span class="<%= job.getJobStatus().getName().toLowerCase() + "-status-icon" %>"></span>
<oneit:toString value="<%= job.getJobStatusText() %>" mode="EscapeHTML"/> <oneit:toString value="<%= job.getJobStatusText() %>" mode="EscapeHTML"/>
</span> </span>
<span class="edit-btn-dropdown"> <span class="edit-btn-dropdown">
......
cmsWebApp/webroot/images/draft.png

1.56 KB | W: | H:

cmsWebApp/webroot/images/draft.png

668 Bytes | W: | H:

cmsWebApp/webroot/images/draft.png
cmsWebApp/webroot/images/draft.png
cmsWebApp/webroot/images/draft.png
cmsWebApp/webroot/images/draft.png
  • 2-up
  • Swipe
  • Onion skin
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