150 lines
5.7 KiB
Cheetah
150 lines
5.7 KiB
Cheetah
<!-- TMPL_INCLUDE Name="cat-top.inc" -->
|
|
<div id="mainbloc">
|
|
<form action="placerequest.pl" method="post">
|
|
<input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="bib" -->">
|
|
<input type="hidden" name="type" value="str8">
|
|
<input type="hidden" name="title" value="<!-- TMPL_VAR NAME="title" -->">
|
|
<h1 class="catalogue">
|
|
Demandés par: <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="bib" -->"><!-- TMPL_VAR NAME="title" --></a> <!-- TMPL_VAR NAME="author" -->
|
|
</h1>
|
|
<div id="bloc25">
|
|
<h2 class="catalogue">Réservation</h2>
|
|
<p>
|
|
<label class="label100">Rang</label>
|
|
<select name="rank-request">
|
|
<!--$priorityoptions-->
|
|
<!-- TMPL_LOOP Name="optionloop" -->
|
|
<option value="<!-- TMPL_VAR NAME="num" -->" <!-- TMPL_IF Name="selected" --> selected<!-- /TMPL_IF -->>
|
|
<!-- TMPL_VAR NAME="num" -->
|
|
</option>
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
</p>
|
|
<p><label class="label100">Numéro de Lecteur</label><input type="text" size="10" name="member"></p>
|
|
<p><label class="label100">Notes</label><input type="text" size="20" name="notes"></p>
|
|
<p><label class="label100">Date</label><!-- TMPL_VAR NAME="date" --></p>
|
|
<p><label class="label100">Récupérer</label><!-- TMPL_VAR NAME="CGIbranch" --></p>
|
|
<p>
|
|
<label class="label100">Réservation</label><input type="checkbox" name="request" value="Tous">Prochain disponible, ou choisissez à partir de la liste ci-dessous
|
|
</p>
|
|
<table class="small">
|
|
<tr>
|
|
<th class="catalogue">Réservation</th>
|
|
<th class="catalogue">Type de document</th>
|
|
<th class="catalogue">Classification</th>
|
|
<th class="catalogue">Volume</th>
|
|
<th class="catalogue">Date de publication</th>
|
|
<th class="catalogue">Exemplaires</th>
|
|
</tr>
|
|
<!--$bibitemrows-->
|
|
<!-- TMPL_LOOP Name="bibitemloop" -->
|
|
<tr>
|
|
<td>
|
|
<!-- TMPL_IF Name="itemlost" -->
|
|
Ne peut être sélectionné
|
|
<!-- TMPL_ELSE -->
|
|
<input type="checkbox" name="reqbib" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
|
|
<input type="hidden" name="biblioitem" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
|
|
<!-- /TMPL_IF -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="description" -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="class" -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="volumeddesc" -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_VAR NAME="publicationyear" -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_LOOP Name="barcodeloop" -->
|
|
<!-- TMPL_VAR NAME="barcode" --> <!-- TMPL_VAR NAME="message" --><br>
|
|
<!-- /TMPL_LOOP -->
|
|
</td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
<input type="submit" value="Réservation" class="button catalogue">
|
|
</form>
|
|
</div>
|
|
<!-- TMPL_IF name="reserveloop" -->
|
|
<div id="bloc25">
|
|
<form name="T<!-- TMPL_VAR NAME="time" -->" action="modrequest.pl" method="post">
|
|
<h2 class="catalogue">MODIFIER LA RESERVATION EXISTANTE </h2>
|
|
<table class="small">
|
|
<tr>
|
|
<th class="catalogue">Rang</th>
|
|
<th class="catalogue">Lecteur</th>
|
|
<th class="catalogue">Notes</th>
|
|
<th class="catalogue">Date</th>
|
|
<th class="catalogue">Récupérer</th>
|
|
<th class="catalogue">Réservation</th>
|
|
</tr>
|
|
<!--$existingreserves-->
|
|
<!-- TMPL_LOOP Name="reserveloop" -->
|
|
<tr>
|
|
<td>
|
|
<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->">
|
|
<input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="biblionumber" -->">
|
|
<select name="rank-request">
|
|
<!-- TMPL_IF Name="wait" -->
|
|
<option value="W" selected>En attente</option>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_LOOP Name="optionloop" -->
|
|
<option value="<!-- TMPL_VAR NAME="num" -->" <!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
|
|
<!-- TMPL_VAR NAME="num" -->
|
|
</option>
|
|
<!-- /TMPL_LOOP -->
|
|
<option value="del">Sup</option>
|
|
</select>
|
|
</td>
|
|
<td>
|
|
<a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a>
|
|
</td>
|
|
<td><!-- TMPL_VAR NAME="notes" --></td>
|
|
<td><!-- TMPL_VAR NAME="date" --></td>
|
|
<td><!-- TMPL_IF Name="wait" -->
|
|
Exemplaire en attente à <b> <!-- TMPL_VAR NAME="wbrname" --></b> <input type="hidden" name="pickup" value=<!-- TMPL_VAR NAME="wbrcd" -->>
|
|
<!-- TMPL_ELSE -->
|
|
<select name="pickup">
|
|
<!-- TMPL_LOOP Name="branchloop" -->
|
|
<option value="<!-- TMPL_VAR NAME="branch" -->"<!-- TMPL_IF Name="selected" --> selected<!-- /TMPL_IF -->>
|
|
<!-- TMPL_VAR NAME="branchname" -->
|
|
</option>
|
|
<!-- /TMPL_LOOP -->
|
|
</select>
|
|
<!-- /TMPL_IF -->
|
|
</td>
|
|
<td>
|
|
<!-- TMPL_IF Name="wait" -->
|
|
<a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME=''biblionumber" -->&type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;">
|
|
<!-- TMPL_VAR NAME="barcode" -->
|
|
</a>
|
|
<!-- TMPL_ELSE -->
|
|
<!-- TMPL_IF Name="constrainttypea" -->
|
|
<i>Suivant Disponible</i>
|
|
<!-- TMPL_ELSE -->
|
|
<!-- TMPL_IF Name="constrainttypeo" -->
|
|
Uniquement ce type :<b><!-- TMPL_VAR NAME="volumeddesc" --> <!-- TMPL_VAR NAME="itemtype" --></b>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_IF -->
|
|
|
|
</td>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
<tr>
|
|
<td colspan="6" align="right">
|
|
Supprimer une réservation en sélectionnant
|
|
<input type="image" name="submit" value="Réservation" border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/2rightarrow.png">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
</div>
|
|
<!-- /TMPL_IF -->
|
|
</div>
|
|
<!-- TMPL_INCLUDE Name="cat-bottom.inc" -->
|