Skip to content
Snippets Groups Projects
Commit 6195a419 authored by Andy C's avatar Andy C
Browse files

Fixed code comments

parent 41f8907c
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<!-- start header -->
<head>
<meta charset="UTF-8" />
......@@ -29,21 +30,20 @@
<meta name="application-name" content="eRecruitment Advertisment Designer" />
<meta name="msapplication-tooltip" content="Launch eRecruitment Advertisment Designer" />
</head>
<!-- end header -->
<!-- start body -->
<body>
<h1>eRecruitment Advertisement Designer - Continuing Position Template Editor (Prototype 3)</h1>
<a href="prototype2.html">Casual Position Free-text Editor (Prototype 2)</a>
<!-- start wrapper -->
<div id="wrapper">
<div id="input-div">
<h2 id="input-header">Input</h2>
<!-- <select id="sectiondropdown" aria-label="Advert type" name="sectiondropdown">
<option>Please select</option>
<option value="continuing">Continuing position</option>
<option value="casual">Casual position</option>
</select> <button name="sectionbutton" id="sectionbutton">Select</button> -->
<!-- start continuing -->
<!-- start continuing template -->
<form autocomplete="off" id="continuing" class="display-none">
<!-- start job header information section -->
<section class="in-area" aria-labelledby="une-hr-headinfhd" id="jobinformation-header">
<h3 id="une-hr-headinfhd">Header Information</h3>
<table style="table-layout:fixed; width: 100%;">
......@@ -62,8 +62,7 @@
<label id="jobarealabel" for="jobarea">Job Area</label>
</th>
<td colspan="4">
<input type="text" aria-labelledby="jobarealabel" name="jobarea" id="jobarea"
class="width-100 padding-5">
<input type="text" aria-labelledby="jobarealabel" name="jobarea" id="jobarea" class="width-100 padding-5">
</td>
</tr>
<tr>
......@@ -119,15 +118,13 @@
Salary
</th>
<td>
<input type="text" aria-label="Salary Low" name="salarylow" id="salarylow"
class="width-80 padding-5">
<input type="text" aria-label="Salary Low" name="salarylow" id="salarylow" class="width-80 padding-5">
</td>
<td>
<span class="padding-5">to</span>
</td>
<td>
<input type="text" aria-label="Salary High" name="salaryhigh" id="salaryhigh"
class="width-80 padding-5">
<input type="text" aria-label="Salary High" name="salaryhigh" id="salaryhigh" class="width-80 padding-5">
</td>
<td>
<select id="salarylabel" aria-label="Salary label" class="width-100 padding-5">
......@@ -191,6 +188,8 @@
</tbody>
</table>
</section>
<!-- end job header information section -->
<!-- start about the role section -->
<section id="abouttherole" aria-labelledby="abouttherole-hd" class="in-area">
<h3 id="abouttherole-hd">About the role</h3>
<div class="reset padding-5">
......@@ -204,12 +203,14 @@
</div>
</div>
</section>
<!-- end about the role section -->
<!-- start skills and experience section -->
<section aria-labelledby="skillsandexperience-hd" class="in-area" class="in-area" id="skillsandexperience">
<h3 id="skillsandexperience-hd">Skills & experience</h3>
<div class="reset padding-5">
<div class="floatleft width-100">
<input type="text" aria-label="skillsandexperience-hd" name="skillsandexperience-header"
id="skillsandexperience-header" class="width-100 padding-5" value="Skills & Experience" />
<input type="text" aria-label="skillsandexperience-hd" name="skillsandexperience-header" id="skillsandexperience-header"
class="width-100 padding-5" value="Skills & Experience" />
</div>
<div class="floatleft width-100">
<textarea name="skillsandexperience-body" aria-label="skillsandexperience-hd" id="skillsandexperience-body"
......@@ -217,6 +218,8 @@
</div>
</div>
</section>
<!-- end skills and experience section -->
<!-- start additional experience section -->
<section class="in-area" aria-labelledby="additionalinformation-hd" id="additionalinformation">
<h3 id="additionalinformation-hd">Additional information</h3>
<table>
......@@ -256,6 +259,8 @@
</tbody>
</table>
</section>
<!-- end additional experience section -->
<!-- start about Armidale section -->
<section aria-labelledby="aboutarmidale-hd" class="in-area" id="aboutarmidale">
<h3 id="aboutarmidale-hd">About Armidale</h3>
<div class="reset padding-5">
......@@ -269,6 +274,8 @@
</div>
</div>
</section>
<!-- end about Armidale section -->
<!-- start footer section -->
<section aria-labelledby="jobinformation-footer-hd" class="in-area" id="jobinformation-footer">
<h3 id="jobinformation-footer-hd">Footer</h3>
<table>
......@@ -292,17 +299,19 @@
</tbody>
</table>
</section>
<!-- end footer section -->
</form>
<div>&nbsp;</div>
<!-- end continuing -->
<!-- end continuing template -->
<!-- start casual -->
<!-- start casual template -->
<div id="casual" class="display-none">
</div>
<!-- end casual -->
<!-- end casual template -->
</div>
<!-- start centre column -->
<div id="update-code-div">
<div id="update-code-wrapper">
<button id="update-code" aria-label="Update Output"><i class="fas fa-exchange-alt"></i></button>
......@@ -311,17 +320,21 @@
<button id="copy-code" aria-label="Copy Output"><i class="fas fa-clipboard"></i></button>
</div>
</div>
<!-- end centre column -->
<!-- start output section -->
<div id="output-div">
<h2 id="output-header">Ready-to-go output!</h2>
<article id="output-preview">
</article>
</div>
<!-- end output section -->
<div id="clearer">
</div>
</div>
<!-- end wrapper -->
</body>
<!-- end body -->
</html>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment