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
| <h1>Recherche</h1>
<form action="test.php" method="post" accept-charset="utf-8">
<ol>
<li id="facebook-list" class="input-text">
<label>Recherche d'un élève</label>
<input type="text" value="" id="facebook-demo" name="result" />
<div id="facebook-auto">
<div class="default">Tappez le nom, le prénom ou la classe d'un élève</div>
<ul class="feed">
</ul>
</div>
<!-- These two writers will be added when the control is loaded -->
</li>
</ol>
<div class="buttons">
<button type="submit">
<img src="icons/magnifier.png" alt=""/>
Lancer la recherche
</button>
<a href="home.html">
<img src="icons/house_go.png" alt=""/>
Retour accueil
</a></div>
</form> |
Partager