Adding branch independancy management.
[koha.git] / koha-tmpl / intranet-tmpl / default / fr / request.tmpl
1 <!-- TMPL_INCLUDE Name="cat-top.inc" -->
2 <div id="mainbloc">
3         <form action="placerequest.pl" method="post">
4         <input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="bib" -->">
5         <input type="hidden" name="type" value="str8">
6         <input type="hidden" name="title" value="<!-- TMPL_VAR NAME="title" -->">
7         <h1 class="catalogue">
8                 Demandés par: <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME="bib" -->"><!-- TMPL_VAR NAME="title" --></a> <!-- TMPL_VAR NAME="author" -->
9         </h1>
10         <div id="bloc25">
11                 <h2 class="catalogue">Réservation</h2>
12                 <p>
13                 <label class="label100">Rang</label>
14                         <select name="rank-request">
15                         <!--$priorityoptions-->
16                         <!-- TMPL_LOOP Name="optionloop" -->
17                                 <option value="<!-- TMPL_VAR NAME="num" -->" <!-- TMPL_IF Name="selected" --> selected<!-- /TMPL_IF -->>
18                                         <!-- TMPL_VAR NAME="num" -->
19                                 </option>
20                         <!-- /TMPL_LOOP -->
21                         </select>
22                 </p>
23                 <p><label class="label100">Numéro de Lecteur</label><input type="text" size="10" name="member"></p>
24                 <p><label class="label100">Notes</label><input type="text" size="20" name="notes"></p>
25                 <p><label class="label100">Date</label><!-- TMPL_VAR NAME="date" --></p>
26                 <p><label class="label100">Récupérer</label><!-- TMPL_VAR NAME="CGIbranch" --></p>
27                 <p>
28                         <label class="label100">Réservation</label><input type="checkbox" name="request" value="Tous">Prochain disponible, ou choisissez à partir de la liste ci-dessous
29                 </p>
30                 <table class="small">
31                         <tr>
32                                 <th class="catalogue">Réservation</th>
33                                 <th class="catalogue">Type de document</th>
34                                 <th class="catalogue">Classification</th>
35                                 <th class="catalogue">Volume</th>
36                                 <th class="catalogue">Date de publication</th>
37                                 <th class="catalogue">Exemplaires</th>
38                         </tr>
39                         <!--$bibitemrows-->
40                         <!-- TMPL_LOOP Name="bibitemloop" -->
41                                 <tr>
42                                         <td>
43                                                 <!-- TMPL_IF Name="itemlost" -->
44                                                         Ne peut être sélectionné
45                                                 <!-- TMPL_ELSE -->
46                                                         <input type="checkbox" name="reqbib" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
47                                                         <input type="hidden" name="biblioitem" value="<!-- TMPL_VAR NAME="biblioitemnumber" -->">
48                                                 <!-- /TMPL_IF -->
49                                         </td>
50                                         <td>
51                                                 <!-- TMPL_VAR NAME="description" -->
52                                         </td>
53                                         <td>
54                                                 <!-- TMPL_VAR NAME="class" -->
55                                         </td>
56                                         <td>
57                                                 <!-- TMPL_VAR NAME="volumeddesc" -->
58                                         </td>
59                                         <td>
60                                                 <!-- TMPL_VAR NAME="publicationyear" -->
61                                         </td>
62                                         <td>
63                                                 <!-- TMPL_LOOP Name="barcodeloop" -->
64                                                         <!-- TMPL_VAR NAME="barcode" --> <!-- TMPL_VAR NAME="message" --><br>
65                                                 <!-- /TMPL_LOOP -->
66                                         </td>
67                                 </tr>
68                         <!-- /TMPL_LOOP -->
69                 </table>
70                 <input type="submit" value="Réservation" class="button catalogue">
71                 </form>
72         </div>
73         <!-- TMPL_IF name="reserveloop" -->
74                 <div id="bloc25">
75                         <form name="T<!-- TMPL_VAR NAME="time" -->" action="modrequest.pl" method="post">
76                         <h2 class="catalogue">MODIFIER LA RESERVATION EXISTANTE </h2>
77                         <table class="small">
78                                 <tr>
79                                         <th class="catalogue">Rang</th>
80                                         <th class="catalogue">Lecteur</th>
81                                         <th class="catalogue">Notes</th>
82                                         <th class="catalogue">Date</th>
83                                         <th class="catalogue">Récupérer</th>
84                                         <th class="catalogue">Réservation</th>
85                                 </tr>
86                                 <!--$existingreserves-->
87                                 <!-- TMPL_LOOP Name="reserveloop" -->
88                                         <tr>
89                                                 <td>
90                                                         <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->">
91                                                         <input type="hidden" name="biblio" value="<!-- TMPL_VAR NAME="biblionumber" -->">
92                                                         <select name="rank-request">
93                                                                 <!-- TMPL_IF Name="wait" -->
94                                                                         <option value="W" selected>En attente</option>
95                                                                 <!-- /TMPL_IF -->
96                                                                 <!-- TMPL_LOOP Name="optionloop" -->
97                                                                         <option value="<!-- TMPL_VAR NAME="num" -->" <!-- TMPL_IF Name="selected" --> selected <!-- /TMPL_IF -->>
98                                                                                 <!-- TMPL_VAR NAME="num" -->
99                                                                         </option>
100                                                                 <!-- /TMPL_LOOP -->
101                                                                 <option value="del">Sup</option>
102                                                         </select>
103                                                 </td>
104                                                 <td>
105                                                 <a href="/cgi-bin/koha/members/moremember.pl?bornum=<!-- TMPL_VAR NAME="borrowernumber" -->"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></a>
106                                                 </td>
107                                                 <td><!-- TMPL_VAR NAME="notes" --></td>
108                                                 <td><!-- TMPL_VAR NAME="date" --></td>
109                                                 <td><!-- TMPL_IF Name="wait" -->
110                                                         Exemplaire en attente à <b> <!-- TMPL_VAR NAME="wbrname" --></b> <input type="hidden" name="pickup" value=<!-- TMPL_VAR NAME="wbrcd" -->>
111                                                         <!-- TMPL_ELSE -->
112                                                                 <select name="pickup">
113                                                                         <!-- TMPL_LOOP Name="branchloop" -->
114                                                                                 <option value="<!-- TMPL_VAR NAME="branch" -->"<!-- TMPL_IF Name="selected" --> selected<!-- /TMPL_IF -->>
115                                                                                         <!-- TMPL_VAR NAME="branchname" -->
116                                                                                 </option>
117                                                                         <!-- /TMPL_LOOP -->
118                                                                 </select>
119                                                         <!-- /TMPL_IF -->
120                                                 </td>
121                                                 <td>
122                                                         <!-- TMPL_IF Name="wait" -->
123                                                                 <a href="/cgi-bin/koha/detail.pl?bib=<!-- TMPL_VAR NAME=''biblionumber" -->&amp;type=intra" onClick="openWindow(this, 'Item', 480, 640); return false;">
124                                                                         <!-- TMPL_VAR NAME="barcode" -->
125                                                                 </a>
126                                                         <!-- TMPL_ELSE -->
127                                                                 <!-- TMPL_IF Name="constrainttypea" -->
128                                                                         <i>Suivant Disponible</i>
129                                                                 <!-- TMPL_ELSE -->
130                                                                         <!-- TMPL_IF Name="constrainttypeo" -->
131                                                                                 Uniquement ce type :<b><!-- TMPL_VAR NAME="volumeddesc" --> <!-- TMPL_VAR NAME="itemtype" --></b>
132                                                                         <!-- /TMPL_IF -->
133                                                                 <!-- /TMPL_IF -->
134                                                         <!-- /TMPL_IF -->
135                         
136                                                 </td>
137                                         </tr>
138                                 <!-- /TMPL_LOOP -->
139                                 <tr>
140                                         <td colspan="6" align="right">
141                                                 Supprimer une réservation en sélectionnant
142                                                 <input type="image" name="submit" value="Réservation" border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/2rightarrow.png">
143                                         </td>
144                                 </tr>
145                         </table>
146                         </form>
147                 </div>
148         <!-- /TMPL_IF -->
149 </div>
150 <!-- TMPL_INCLUDE Name="cat-bottom.inc" -->