Commit 77f25d1e by Nilu

J007 modifications

parent a8854243
......@@ -79,42 +79,38 @@
<div class="space-55">You have <%= remCount %> jobs remaining for this month.</div>
</div>
<div class="job-desc-box">
<div class="sample-job-advertise">
<span>
Sample job advertisment text
</span>
<div class="job-desc-box">
<div class="sample-job-advertise">
<span>
Sample job advertisement text
</span>
<a class="copy-to-clipboard" onclick="copyToClipboard()">
COPY TO CLIPBOARD
</a>
</div>
<div class="details-box">
<p>
This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about.
</p>
<strong>
About the Hiring Team Title
</strong>
<p>
This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about.
</p>
<strong>
About the Hiring Team Title
</strong>
<p>
This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about.
</p>
<strong>
About the Hiring Team Title
</strong>
<p>
This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about. This opening paragraph should be the about.
</p>
</div>
COPY TO CLIPBOARD
</a>
</div>
<div class="details-box">
<p><oneit:toString value="<%= job.getJobDescription() %>" mode="ParagraphHTML" /></p>
<strong>Organisation Culture Statement</strong>
<p><oneit:toString value="<%= job.getCultureStatement() %>" mode="ParagraphHTML" /></p>
<strong>Requirements</strong>
<ul>
<%
for (AssessmentCriteria criteria : job.getAssessmentCriteriasSet())
{
%>
<li><oneit:toString value="<%= criteria.getName() %>" mode="EscapeHTML"/></li>
<%
}
%>
</ul>
</div>
</div>
</div>
<style>
.job-share-icon li a.linked-col {line-height: 20px;}
</style>
<style>
.job-share-icon li a.linked-col {line-height: 20px;}
</style>
</oneit:form>
</oneit:dynIncluded>
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