Browse Source

Delete 'champ.php'

master
BARRAUX Arthur 3 years ago
parent
commit
39b943d71a
  1. 13
      champ.php

13
champ.php

@ -1,13 +0,0 @@
<?php
echo '<p> ',$titre,' : ';
if ($help) {
echo '<a class="int" href="#" onmouseover=displayHelp(',$sql_name,') onmouseout=hideHelp(',$sql_name,') ><img src="img/int.png" alt="point_int" width=20px ></a>';
}
echo '</p>
<div class="champ">
<input class="entry" type=',$type,' name=',$sql_name,' required><br>
<img class="check" src="img/check.png" alt="check">
<img class="excla" src="img/excla.png" alt="exclamation">
</div>
<small>Error: ',$error,'</small>';
?>
Loading…
Cancel
Save