btn nvl inter + gestion des pompiers dans le form
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
<!-- affichage d'une intervention / Derniere modification le 23 mai 2019 par Pascal Blain -->
|
||||
<?php
|
||||
$nbi=count($lesInterventions);
|
||||
|
||||
//$nbi = count($lesInterventions);
|
||||
/*
|
||||
$titre="Ajout";
|
||||
echo ('
|
||||
<div id="fiche">
|
||||
@@ -13,6 +13,7 @@ echo ('
|
||||
</ul>');
|
||||
|
||||
/*================================================================================================== nouvelle intervention (1) */
|
||||
/*
|
||||
echo("
|
||||
<div style='display: block;' class='unOnglet' id='contenuOnglet1'>
|
||||
<fieldset><legend>Nouvelle intervention</legend>
|
||||
@@ -71,7 +72,7 @@ echo(" </table>
|
||||
</fieldset>
|
||||
</div>");
|
||||
/*================================================================================================== Onglet (2) */
|
||||
|
||||
/*
|
||||
echo ("
|
||||
<div style='display: none;' class='unOnglet' id='contenuOnglet2'>
|
||||
<fieldset><legend>XXXX</legend>
|
||||
@@ -83,6 +84,7 @@ echo ("
|
||||
</div>");
|
||||
|
||||
/*================================================================================================== Onglet 3 */
|
||||
/*
|
||||
echo ("
|
||||
<div style='display: none;' class='unOnglet' id='contenuOnglet3'>
|
||||
<fieldset><legend>XXXX</legend>
|
||||
@@ -94,5 +96,11 @@ echo ("
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>");
|
||||
?>
|
||||
</div>");
|
||||
*/
|
||||
?>
|
||||
|
||||
<div class="lesInterventions" style="height: 200px;">
|
||||
<!-- Liste des interventions -->
|
||||
</div>
|
||||
|
||||
|
Reference in New Issue
Block a user