<tr> <th scope="col" id="firstth" abbr="id">#</th> <th scope="col" abbr="jobname">jobname</th> <th scope="col" abbr="company">company</th> <th scope="col" abbr="customer">contact</th> <th scope="col" abbr="targetdate">target</th> <th scope="col" abbr="dateclosed">closed</th> <th scope="col" abbr="createdon">created</th> <th scope="col" abbr="joanlead">qtd</th> <th scope="col" abbr="rep">rep</th> <th scope="col" abbr="estimated">est. $</th> <th scope="col" abbr="quotefile" id="attachmentth"><img src="images/quote_icon.png" width="16" height="16" title="attachment" /></th> <th scope="col" id="lastth"> </th> </tr> </thead> <?php print getTbody(); ?> <tfoot> <tr> <td colspan="<?php print $numCols; ?>" id="leftfoot"> <div id="footshadow"> <div id="footertext">© <?php print date('Y');?> <?php print $version['company']; ?> | Logged in as <?php print getRep($_SESSION['loggedin']); ?> | <a href="_lib/php/police.php?logout=1">logout </a></div> <div id="btnav"> <span> </span> </div> <div class="c"></div>
$str .= "</tr>"; } return $str; } ?> <script type="text/javascript">addJson(<?php echo json_encode($dataOnglet2); ?> );</script> <fieldset style="width: 45%; margin-left: 5px; height: 80%;"><legend>Responsable</legend> <div> <table class="dataTable" id="onglet2_table"> <thead><th>Civ.</th><th>Nom & Prenom</th><th>Parenté</th></thead> <tbody><?php echo getTbody($dataOnglet2); ?> </tbody> </table> </div> </fieldset> <fieldset style="width: 45%; margin-left: 25px; height: 80%;" class="detail"><legend>Detail du Responsable</legend> <span style="margin-right: 50px"><input type="checkbox" id="accident" value="Accident" disabled="disabled">Accident</span> <span style="margin-right: 50px"><input type="checkbox" id="contact" value="Contact" disabled="disabled">Contact</span> <span><input type="checkbox" id="financier" value="Financier" disabled="disabled">Financier</span> <span class="text" style=" width: 100%; margin-top: 20px;"><label>Identité :</label><label id="identite" class="lab"></label></span> <span class="text" style=" width: 100%; "><label>Lien de parenté :</label><label id="parente" class="lab"></label></span>