You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
505 B
14 lines
505 B
3 years ago
|
<?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,'><br>
|
||
|
<img class="check" src="../img/check.png" alt="check">
|
||
|
<img class="excla" src="../img/excla.png" alt="exclamation">
|
||
|
</div>
|
||
|
<small>Error: ',$error,'</small>';
|
||
|
?>
|