Commit 2ee406d0 by Nilu Committed by Harsh Shah

J007 modifications as per zeplin

parent ae47ba5a
...@@ -1503,10 +1503,10 @@ span.rate-label { ...@@ -1503,10 +1503,10 @@ span.rate-label {
text-align: center; text-align: center;
margin-bottom: 22px; margin-bottom: 22px;
} }
p.job-txt { p.job-txt, p.job-txt span{
text-align: center; text-align: center;
padding: 0 7%; padding: 10% 0 7%;
margin-bottom: 17px; font-family: "Usual-Light";
} }
.space-55{ .space-55{
display: inline-block; display: inline-block;
......
...@@ -13,7 +13,9 @@ ...@@ -13,7 +13,9 @@
Debug.assertion(job != null, "Job is null in admin portal create job"); Debug.assertion(job != null, "Job is null in admin portal create job");
String url = LoopbackHTTP.getRemoteAccessURL("/ApplicantPortal-ApplyJob.htm?" + "id=" + job.getID() + "&key=" + job.getRandomKey()); String url = LoopbackHTTP.getRemoteAccessURL("/ApplicantPortal-ApplyJob.htm?" + "id=" + job.getID() + "&key=" + job.getRandomKey());
String nextPage = WebUtils.getSamePageInRenderMode(request, WebUtils.VIEW_APPLICANTS);
%> %>
<script> <script>
function copyToClipboard() { function copyToClipboard() {
...@@ -33,10 +35,7 @@ ...@@ -33,10 +35,7 @@
<div class="main-created-job"> <div class="main-created-job">
<h1 class="page-title created-job-title"> <h1 class="page-title created-job-title">
Congratulations! Your job has been created Congratulations! Your job is now open
<a href="<%= url %>" id="jobURL">
<%= url %>
</a>
</h1> </h1>
<div class="form-page-area"> <div class="form-page-area">
<div class="job-share-icon"> <div class="job-share-icon">
...@@ -49,11 +48,12 @@ ...@@ -49,11 +48,12 @@
<li class="more-icon"><a href="#"><img src="images/more-icon.png" /></a></li> <li class="more-icon"><a href="#"><img src="images/more-icon.png" /></a></li>
</ul> </ul>
</div> </div>
<div class="goto-job-btn"><a href="#">Go to Job</a></div> <p class="job-txt">
<div class="option-title">Optional: Setup Your Interview</div> This job will be open for 30 days until&nbsp;<oneit:toString value="<%= job.getApplyBy() %>" mode="PerformaDate"/>.
<p class="job-txt">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. </p> </p>
<div class="text-center"> <div class="text-center">
<input type="button" class="btn btn-primary top-margin-25 largeBtn" value="Set up Interview for this job" /> <oneit:button value="Go to Job" name="gotoPage" cssClass="btn btn-primary largeBtn"
requestAttribs='<%= CollectionUtils.mapEntry("nextPage", nextPage).toMap() %>'/>
</div> </div>
<div class="space-55"></div> <div class="space-55"></div>
</div> </div>
......
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