Commit 77f25d1e by Nilu

J007 modifications

parent a8854243
...@@ -82,34 +82,30 @@ ...@@ -82,34 +82,30 @@
<div class="job-desc-box"> <div class="job-desc-box">
<div class="sample-job-advertise"> <div class="sample-job-advertise">
<span> <span>
Sample job advertisment text Sample job advertisement text
</span> </span>
<a class="copy-to-clipboard" onclick="copyToClipboard()"> <a class="copy-to-clipboard" onclick="copyToClipboard()">
COPY TO CLIPBOARD COPY TO CLIPBOARD
</a> </a>
</div> </div>
<div class="details-box"> <div class="details-box">
<p> <p><oneit:toString value="<%= job.getJobDescription() %>" mode="ParagraphHTML" /></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>Organisation Culture Statement</strong>
<strong> <p><oneit:toString value="<%= job.getCultureStatement() %>" mode="ParagraphHTML" /></p>
About the Hiring Team Title
</strong> <strong>Requirements</strong>
<p> <ul>
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> for (AssessmentCriteria criteria : job.getAssessmentCriteriasSet())
<strong> {
About the Hiring Team Title %>
</strong> <li><oneit:toString value="<%= criteria.getName() %>" mode="EscapeHTML"/></li>
<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> </ul>
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> </div>
</div> </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