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 33 34 35 36 37 38 39 40 41 42 43 44 45 46
| <body>
<div id="container">
<div id="topbar">titre
</div>
<!-- MENU -->
<div id="menubar">
<ul class="navlinks">
<li><a href="index1.php">Home</a> </li>
[...]
</ul>
</div>
<!-- CORPS de la page -->
<div id="content">
<div class="corps">
<form action="index1.php?l=cons" method="post"><fieldset>
<legend>Filtres</legend>
<label>
<b>Nature : </b>
<select name="nature" onchange="submit()">
<option value="P" selected = "selected">P</option>
<option value="F" >F</option>
<option value="V" >V</option>
</select>
</label>
</form>
<div class="table_consult">
<table>
<colgroup span="48"></colgroup>
<thead><tr><th>ghdgf</th></tr></thead>
<tbody><tr><td class="pair">2004</td>
<td class="pair">15151515100015</td><td class="pair">1</td>
[...]
<td class="impair">13131313100013</td><td class="impair">1</td>
</tr></tbody>
</table>
</div>
</div>
</div>
</div>
</body> |
Partager