Koha/koha-tmpl/opac-tmpl/prog/fr/opac-review.tmpl
2007-05-23 16:16:55 +00:00

37 lines
1.2 KiB
Cheetah

<!-- TMPL_INCLUDE name="doc-head-open.inc" -->Catalogue <!-- TMPL_VAR NAME="LibraryName" --> -- Accueil bibliothèque de <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
<!-- TMPL_INCLUDE name="doc-head-close.inc" -->
<div> <!-- main -->
<h3> Commentaire de: <!--TMPL_VAR NAME="title" --></h3>
<form action="/cgi-bin/koha/opac-review.pl" method="POST" onsubmit="return closeWindow();">
<input type="hidden" name="biblionumber" value="<!--TMPL_VAR NAME="biblionumber"-->">
<input type="hidden" name="type" value="<TMPL_VAR NAME="type">">
<table>
<tr>
<th>
Commentaire
</th>
</tr>
<tr><td>
<textarea name="review" cols=60 rows=8><!--TMPL_VAR NAME="review"--></textarea>
</td></tr>
<tr><td>
<input type="submit" value="Envoyer et fermer la fenêtre">
</td></tr>
</table>
</form>
<p>
Remarque : Votre commentaire sera accepté ou rejeté par un(e) bibliothécaire avant.
</p>
<script type="text/javascript" language="javascript">
function closeWindow() {
window.close();
return true;
}
</script>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc"-->