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 {
float: left;
}
.chief-officer {
color: #ffffff;
text-align: left;
font-size: 26px;
font-weight: 300;
margin-bottom: 24px;
}
.chief-officer span{
color: #ffffff;
font-family: "Usual-Light";
}
.chief-officer img {
......@@ -2581,7 +2583,7 @@ span.ex-management {
font-weight: 500;
font-family: "Usual-Medium";
}
.active-status-icon{
.open-status-icon{
width: 20px;
height: 20px;
border: solid 4px #03ac66;
......@@ -2597,6 +2599,14 @@ span.ex-management {
border-radius: 100px;
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{
text-transform: uppercase;
letter-spacing: 1px;
......
......@@ -7,6 +7,7 @@
<%
Job job = (Job) process.getAttribute("Job");
String editJobPage = WebUtils.getSamePageInRenderMode(request, WebUtils.EDIT_JOB);
String jobPage = WebUtils.getSamePageInRenderMode(request, WebUtils.VIEW_APPLICANTS);
%>
<oneit:dynIncluded>
......@@ -14,7 +15,12 @@
<div class="officer-box">
<div class="officer-name">
<div class="chief-officer"><img src="images/post-p.png" />
<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 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;
......@@ -27,7 +33,7 @@
<oneit:toString value="<%= job.getClosingInText() %>" mode="EscapeHTML"/>
</span>
<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"/>
</span>
<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