Commit 2ee406d0 by Nilu Committed by Harsh Shah

J007 modifications as per zeplin

parent ae47ba5a
......@@ -1503,10 +1503,10 @@ span.rate-label {
text-align: center;
margin-bottom: 22px;
}
p.job-txt {
p.job-txt, p.job-txt span{
text-align: center;
padding: 0 7%;
margin-bottom: 17px;
padding: 10% 0 7%;
font-family: "Usual-Light";
}
.space-55{
display: inline-block;
......
......@@ -13,7 +13,9 @@
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>
function copyToClipboard() {
......@@ -33,10 +35,7 @@
<div class="main-created-job">
<h1 class="page-title created-job-title">
Congratulations! Your job has been created
<a href="<%= url %>" id="jobURL">
<%= url %>
</a>
Congratulations! Your job is now open
</h1>
<div class="form-page-area">
<div class="job-share-icon">
......@@ -49,11 +48,12 @@
<li class="more-icon"><a href="#"><img src="images/more-icon.png" /></a></li>
</ul>
</div>
<div class="goto-job-btn"><a href="#">Go to Job</a></div>
<div class="option-title">Optional: Setup Your Interview</div>
<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 class="job-txt">
This job will be open for 30 days until&nbsp;<oneit:toString value="<%= job.getApplyBy() %>" mode="PerformaDate"/>.
</p>
<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 class="space-55"></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