You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.0 KiB

<div class="main">
<div class="box">
<form method="POST" action="?p=front&amp;p2=chercher">
<label for="titre">Chercher un livre selon son titre :</label>
<input type="text" id="titre" name="titre">
<br>
<label for="auteur">Chercher un livre selon son/ses auteurs :</label>
<input type="text" id="auteur" name="auteur">
<br>
<input type="submit" value="Rechercher" name="chercher"/>
</form>
</div>
<!-- BEGIN resultat -->
<div>
<!-- BEGIN un_livre -->
<span>{un_livre.TITLE}</span><br/>
<span>{un_livre.ISBN13}</span><br/>
<img src="{un_livre.IMAGEMEDIUM}" /><br/>
<hr/>
<!-- END un_livre -->
</div>
<a href="?p=front&amp;p2=chercher&amp;index={INDEX_PREV}&amp;champ={CHAMP}&amp;valeur={VALEUR}" >Previous</a>
<a href="?p=front&amp;p2=chercher&amp;index={INDEX_NEXT}&amp;champ={CHAMP}&amp;valeur={VALEUR}" >Next</a>
<!-- END resultat -->
</div>