</div> <div class=" width32 mr_9 "> <label class="lib" for="incidentserviceacteur"> Service Acteur</label> <select name="incidentserviceacteur" id="incidentserviceacteur"> <?php SelectUpdate('incidentserviceacteur', $incident->getActeur(), $SERVICEACTEUR); ?> </select> </div> <div class="width32 right"> <label class="lib" for="Incident_suivi" >Suivi *</label> <select id="Incident_suivi" name="Incident_suivi" required> <?php SelectUpdate('Incident_suivi', $incident->getSuivi(), $SUIVI); ?> </select> </div> </div> <div class="width100"> <div class=" width50"> <label class="lib" for="incidentdatecreci"> Date de publication</label> <input type="text" name="incidentdatecreci" id="incidentdatecreci" value="<?php getVarUpdate('incidentdatecreci', $incident->getDateCreci()); ?> " onchange="VerifDate()"> </div> <div class=" width50 right"> <label class="lib" for="incidentdatedecision"> Date de prise de décision</label>
<div class="width100"> <div class=" width50"> <label class="lib" for="Incident_Impact_stat_typologiegts"> Typologie GTS</label> <select id="stat_typologiegts" name="stat_typologiegts"> <?php SelectUpdate('stat_typologiegts', $stat->getTypologieGts(), $STATTYPOGTS); ?> </select> </div> <div class=" width50 right"> <label class="lib" for="statPowerprod"> Powerprod</label> <select id="statPowerprod" name="statPowerprod" > <?php SelectUpdate('statPowerprod', $stat->getPowerProd(), $STATPOWERPROD); ?> </select> </div> <div class=" width50"> <label class="lib"> Legacy</label> <div style=" font-size:12px;"> <?php RadioUpdate('statLegacy', $stat->getLegacy(), $STATLEGACY); ?> </div> </div> </div> <div class="width100">