|
@ -1,9 +1,5 @@ |
|
|
<?php |
|
|
<?php |
|
|
echo '<p> ',$titre,' : '; |
|
|
echo '<p> ',$titre,' : </p> |
|
|
if ($help) { |
|
|
|
|
|
echo '<a class="int" href="#" onmouseover=displayHelp(',$sql_name,')><img src="../img/int.png" alt="point_int" width=20px ></a>'; |
|
|
|
|
|
} |
|
|
|
|
|
echo '</p> |
|
|
|
|
|
<input class="container-field__field" type=',$type,' name=',$sql_name,'><br> |
|
|
<input class="container-field__field" type=',$type,' name=',$sql_name,'><br> |
|
|
<img class="container-field__img container-field__img--check" src="../img/check.png" alt="check"> |
|
|
<img class="container-field__img container-field__img--check" src="../img/check.png" alt="check"> |
|
|
<img class="container-field__img container-field__img--excla" src="../img/excla.png" alt="exclamation"> |
|
|
<img class="container-field__img container-field__img--excla" src="../img/excla.png" alt="exclamation"> |
|
|