9539d449b2
Thanks to Friedrich
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">
|
|
Bestelle: <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">Bestellung</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">Benutzernummer</label><input type="text" size="10" name="member"></p>
|
|
<p><label class="label100">Bemerkung</label><input type="text" size="20" name="notes"></p>
|
|
<p><label class="label100">Datum</label><!-- TMPL_VAR NAME="date" --></p>
|
|
<p><label class="label100">Abholung</label><!-- TMPL_VAR NAME="CGIbranch" --></p>
|
|
<p>
|
|
<label class="label100">Bestellung</label><input type="checkbox" name="request" value="alle">Nächstes Verfügbares, oder wählen Sie aus der Liste aus
|
|
</p>
|
|
<table class="small">
|
|
<tr>
|
|
<th class="catalogue">Bestellung</th>
|
|
<th class="catalogue">Medientyp</th>
|
|
<th class="catalogue">Klassifikation</th>
|
|
<th class="catalogue">Band</th>
|
|
<th class="catalogue">Einstelldatum</th>
|
|
<th class="catalogue">Exemplare</th>
|
|
</tr>
|
|
<!--$bibitemrows-->
|
|
<!-- TMPL_LOOP Name="bibitemloop" -->
|
|
<tr>
|
|
<td>
|
|
<!-- TMPL_IF Name="itemlost" -->
|
|
Cannot be selected
|
|
<!-- 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="Bestellen" 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">VORHANDENE BESTELLUNGEN BEARBEITEN </h2>
|
|
<table class="small">
|
|
<tr>
|
|
<th class="catalogue">Rang</th>
|
|
<th class="catalogue">Benutzer</th>
|
|
<th class="catalogue">Bemerkung</th>
|
|
<th class="catalogue">Datum</th>
|
|
<th class="catalogue">Abholung</th>
|
|
<th class="catalogue">Bestellung</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>Warte</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">Del</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" -->
|
|
Exemplar bereitgestellt in <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>Nächstes Verfügbares</i>
|
|
<!-- TMPL_ELSE -->
|
|
<!-- TMPL_IF Name="constrainttypeo" -->
|
|
This type only : <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">
|
|
Bestellung aus der Rangliste löschen durch "del"
|
|
<input type="image" name="submit" value="Bestellen" 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" -->
|