<aside class="asideLeft"></aside> 
  </header>
  
  <aside class="asideLeftIcons">
	  <nav>
		<a href="index.php" class="aBack">Back</a> 
		<a href="recruitmentSessionHelp.php" class="aHelp">Help</a>
	  </nav>
  </aside>
  <section class="formSectionRight">
  
  <form id="Form" method="post">
  Threshold period in months :  
  <input type="number" step="1" required class="FormNumberInput"  min=0 id="thresholdYears" size ="2" name="ThresholdYears" style="width:50px" value=<?php 
$t = new Threshold();
echo round($t->getThresholdPeriod() * 12);
?>
 />
  
  
  
  <br/>
    <br/>
  <input id="btnID" name="change" type="button" value="Save"  />
   <input type="reset" value="Cancel"/>
  </form>
  </section>
  <footer>Copyright 2015 &copy;</footer>
  </div>
  </body>
  </html>