<label class="lib" for="titreincident"> Incident *</label> <input type="text" name="IdIncident" id="IdIncident" value="<?php getVarUpdate('IdIncident', $incident->getIncident()); ?> " required> </div> <div class=" width32"> <label class="lib" for="statut"> Statut *</label> <select id="statut" name="Incident_statut" required onchange="VerifImpactFermer(this.value,<?php echo $_GET['id']; ?> )"> <?php SelectUpdate('Incident_statut', $incident->getStatut(), $STATUT); ?> </select> </div> <div class=" width32 right"> <label class="lib" for="priorite"> Priorité</label> <select id="priorite" name="Incident_priorite"> <?php SelectUpdate('Incident_priorite', $incident->getPriorite(), $PRIORITE); ?> </select> </div> </div> <div class="width100"> <label class="lib" for="titreincident"> Titre Incident</label> <input type="text" name="titreincident" id="titreincident" value="<?php
} ?> content = "" content = content & "<HTML xmlns='http://www.w3.org/1999/xhtml' lang='fr'><HEAD>" content = content & "<meta charset='utf-8'>" content = content & "</HEAD><BODY>" content = "<br /><br />" content = content & "<table border='1' cellspacing='0' cellpadding='0' style='border:outset #767676 3.0pt' width='100%'>" content = content & "<tbody><tr>" content = content & "<td rowspan='2' width='5%' align='center'><img src='cid:p<?php echo $incident->getPriorite(); ?> .png' /></td>" content = content & "<td colspan='3' style='background: <?php echo $STATUTCOLOR[$incident->getStatut()]; ?> ;padding:.75pt .75pt .75pt .75pt' align='center'>" content = content & "<b><span style='font-size:18.0pt;font-family:"Arial","sans-serif"'>" content = content & "INCIDENT : <?php echo EcritureCommachaud($STATUT[$incident->getStatut()]); ?> </span></b></td></tr><tr>" content = content & "<td style='padding:.75pt .75pt .75pt .75pt' colspan='3' align='center'>" content = content & "<span style='font-size:18.0pt;font-family:"Arial","sans-serif";color:black'>" content = content & "<?php echo EcritureCommachaud($incident->getTitre()); ?> " content = content & "</span></b>" content = content & "</td>"