1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
| <div id= "15" style="position:center; display:none; overflow: auto; height: 80%; width: 93%;">
<table style=" position : center;"id="tableauClients" class="TableauClients" width="95%">
<tbody>
<tr class="EnTete">
<td colspan="12" style="width: 98%;">CLIENT</td>
<td style="background-color: transparent; width: 1%;"><img
src="Images/developper.gif" alt="Développer tout les clients"
onclick="developperReduireClients('developper');"></td>
<td style="background-color: transparent; width: 1%;"><img
src="Images/reduire.gif" alt="Réduire tout les clients"
onclick="developperReduireClients('reduire');"></td>
</tr>
<tr class="EnTete">
<td style="width: 1%; background-color: transparent;"></td>
<td>Type</td>
<td>Description</td>
<td title="Date de début" style="width: 150px;">Début</td>
<td style="width: 150px;">Durée</td>
<td title="Date de fin" style="width: 150px;">Fin</td>
<td title="Commentaires">Com.</td>
<td colspan="5" style="width: 1%;">Options</td>
<td style="background-color: transparent; width: 1%;"><img
src="Images/developper.gif" alt="Développer tout les contrats"
onclick="developperReduireElements('contrat', 'developper');"></td>
<td style="background-color: transparent; width: 1%;"><img
src="Images/reduire.gif" alt="Réduire tout les contrats"
onclick="developperReduireElements('contrat', 'reduire');"></td>
</tr>
<tr style="height: 10px;">
<td>
</tr> |