updating french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / circ / circulation.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation
3 <!-- TMPL_IF NAME="borrowernumber" -->
4 &rsaquo; : En prêt à, <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)
5 <!-- /TMPL_IF --></title>
6
7 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
8 <!-- TMPL_INCLUDE NAME="menus.inc" -->
9 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
10 <!-- TMPL_IF NAME="borrowernumber" -->
11     <h1>En prêt</h1>
12 <!-- TMPL_ELSE -->
13     <h1>Circulation &rsaquo; Retours</h1>
14 <!-- /TMPL_IF -->
15
16 <!--  INITIAL BLOC : PARAMETERS & BORROWER INFO -->
17 <!-- Branch: <a href="/cgi-bin/koha/circ/selectbranchprinter.pl" title="change"><!-- TMPL_VAR NAME="branchname"--></a>
18 <!-- TMPL_IF name="printername" --> | Printer: <!-- TMPL_VAR NAME="printername" --><!-- /TMPL_IF -->-->
19
20 <!-- TMPL_IF NAME="borrowernumber" -->
21
22 <div id="BorrowerDetails">
23         <fieldset>
24             <legend><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
25             </legend>
26             (<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->"> détails </a> / <a href="/cgi-bin/koha/members/memberentry.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->&amp;modify=edit&amp;destination=circ&categorycode=<!-- TMPL_VAR name="categorycode" -->">modifier</a>)
27         <p>
28         <!--TMPL_IF Name="warndeparture"--><p class="problem"> La carte d'adhérent expire le <!-- TMPL_VAR name="warndeparture" -->,</p><!--/TMPL_IF-->
29         <!-- TMPL_IF NAME="streetaddress"-->
30             <!-- TMPL_VAR NAME="streetaddress" -->,
31         <!-- TMPL_ELSE -->
32             <span class="problem">Pas d'adresse enregistrée pour cet adhérent.</span>
33         <!-- /TMPL_IF -->
34         <!-- TMPL_IF NAME="city" -->
35             <!-- TMPL_VAR NAME="city" -->
36         <!-- TMPL_ELSE -->
37             Pas de commune enregistrée
38         <!-- /TMPL_IF -->
39     <!--TMPL_IF NAME="phone" -->
40         <!-- TMPL_VAR NAME="phone" -->
41     <!-- TMPL_ELSE -->
42         <span class="problem">Pas de téléphone enregistré.</span>    
43     <!-- /TMPL_IF -->
44     </p>
45     <!-- TMPL_IF NAME="emailaddress" -->
46     <a href="mailto:<!-- TMPL_VAR NAME="emailaddress" -->"><!-- TMPL_VAR NAME="emailaddress" --></a>
47     <!-- /TMPL_IF -->
48     <p>Catégorie : <!-- TMPL_VAR name="categorycode" --></p>
49     </fieldset>
50     <!-- TMPL_IF NAME="overduecount" -->
51         <span class="problem"><b><big>Cet adhérent a <!-- TMPL_VAR name="overduecount" --> document(s) en retard</big></b></span>
52     <!--/TMPL_IF-->
53     <!-- TMPL_IF NAME="flagged" -->
54         <fieldset>
55             <legend class="problem">Mise en garde</legend>
56             <!-- TMPL_IF NAME="gna" -->
57                 <p>Adresse : l'adresse de l'adhérent semble erronée</p>
58             <!-- /TMPL_IF -->
59         
60             <!-- TMPL_IF NAME="lost" -->
61                 <p>Perdue : la carte de l'adhérent semble perdue</p>
62             <!-- /TMPL_IF -->
63         
64             <!-- TMPL_IF NAME="dbarred" -->
65                 <p>
66                 Suspendu : L'adhérent est suspendu <a href="/cgi-bin/koha/members/setdebar.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&cardnumber=<!-- TMPL_VAR NAME="cardnumber" -->&destination=circ&status=0">Lever la suspension</a>
67                 </p>
68             <!-- /TMPL_IF -->
69         
70             <!-- TMPL_IF name="odues" -->
71             <p>
72                 <!-- TMPL_IF name="nonreturns" -->
73             Retards : Voir les éléments surlignés <a href="JavaScript:active(1)">ci-dessous</a>
74                 <!-- /TMPL_IF -->
75             </p>
76             <!-- /TMPL_IF --> <!-- odues -->
77         
78             <!-- TMPL_IF NAME="charges" -->
79             <p>
80             Amendes : L'adhérent a des <a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">amendes pour retard</a>.Effectuer <a href="/cgi-bin/koha/members/pay.pl?borrowernumber=<!-- TMPL_VAR name="borrowernumber" -->">le règlement</a>
81             </p>
82             <!-- /TMPL_IF -->
83             <!-- this part must be removed if we keep the new waiting infos display-->
84             <!-- TMPL_IF NAME="waiting" -->
85             <p>
86             Réservations en attente : 
87                 <!-- TMPL_LOOP name="itemswaiting" -->
88                 <li>
89                 <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR name="title" --></a> (<!-- TMPL_VAR name="barcode" --> -- <!-- TMPL_VAR name="branchname" -->)
90                 </li>
91                 <!-- /TMPL_LOOP --> <!-- itemswaiting -->
92             </p>
93             <!-- /TMPL_IF --> <!-- waiting -->
94             <!-- end of this part must be removed if we keep the new waiting infos display-->
95         
96             <!-- TMPL_IF name="notes" -->
97             <p>Notes : <!-- TMPL_VAR name="notesmsg" --></p>
98             <!-- /TMPL_IF --> <!-- notes -->
99         </fieldset>
100     <!-- /TMPL_IF --> <!-- flagged -->
101
102 </div> <!-- id=BorrowerDetails -->
103 <!-- TMPL_ELSE --> <!-- borrowernumber -->
104
105 <!-- TMPL_UNLESS NAME="CGIselectborrower"-->
106 <!-- No card entered yet -->
107 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform" id="mainform">
108 <fieldset id="circ_circulation_borrower_search">
109     <legend>Recherche d'un adhérent</legend>
110
111     <p>
112     <label for="findborrower">Entrer le n° de carte d'adhérent ou une partie du nom :  </label>
113     <input id="findborrower" name="findborrower" type="text" size="40"/>
114     </p>
115
116     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
117     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
118     <input type="submit" value="Valider">
119 </fieldset>
120 </form>
121 <!-- /TMPL_UNLESS -->
122 <!-- /TMPL_IF --> <!-- borrowernumber -->
123
124 <!-- TMPL_IF NAME="NEEDSCONFIRMATION" -->
125 <fieldset id="circ_circulation_needsconfirmation">
126 <legend>Confirmer le prêt</legend>
127
128 <ul>
129 <!-- TMPL_IF NAME="DEBT" -->
130     <li>L'adhérent doit <!-- TMPL_VAR name="DEBT" --> €</li>
131 <!-- /TMPL_IF -->
132
133 <!-- TMPL_IF NAME="RENEW_ISSUE" -->
134     <li>Document actuellement en prêt à cet adhérent. Renouveler ?</li>
135 <!-- /TMPL_IF -->
136
137 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
138     <li>Exemplaire mis de côté pour <!-- TMPL_VAR NAME="RESERVE_WAITING" --></li>
139 <!-- /TMPL_IF -->
140
141 <!-- TMPL_IF NAME="RESERVED" -->
142     <li>Exemplaire en réservation pour <!-- TMPL_VAR NAME="RESERVED" --></li>
143 <!-- /TMPL_IF -->
144
145 <!-- TMPL_IF NAME="ISSUED_TO_ANOTHER" -->
146     <li>Exemplaire (<!-- TMPL_VAR NAME="getTitleMessageIteminfo" -->) prêté à <!-- TMPL_VAR NAME="ISSUED_TO_ANOTHER" --> .Retourner et prêter ?</li>
147 <!-- /TMPL_IF -->
148
149 <!-- TMPL_IF NAME="TOO_MANY" -->
150     <li>Trop de prêts en cours (prétés / maximum : <!-- TMPL_VAR name="TOO_MANY" -->)</li>
151 <!-- /TMPL_IF -->
152 </ul>
153
154 <form method="post" action="/cgi-bin/koha/circ/circulation.pl">
155     
156 <!-- TMPL_IF NAME="RESERVED" -->
157     <p>
158     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" />
159     <label for="cancelreserve">Annuler réservation</label>
160     </p>
161 <!-- /TMPL_IF -->
162
163 <!-- TMPL_IF NAME="RESERVE_WAITING" -->
164     <p>
165     <input type="checkbox" id="cancelreserve" name="cancelreserve" value="1" />
166     <label for="cancelreserve">Annuler réservation</label>
167     </p>
168 <!-- /TMPL_IF -->
169
170     <input type="hidden" name="barcode" value="<!-- TMPL_VAR NAME="barcode" -->" />
171     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
172     <input type="hidden" name="issueconfirmed" value="1" />
173     <input type="hidden" name="day" value="<!-- TMPL_VAR name="day" -->" />
174     <input type="hidden" name="month" value="<!-- TMPL_VAR name="month" -->" />
175     <input type="hidden" name="year" value="<!-- TMPL_VAR name="year" -->" />
176     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
177
178     <div id="action">
179     <input type="submit" value="Confirmer le prêt" accesskey="y">
180     </div>
181
182 </form>
183
184 <form method="get" action="/cgi-bin/koha/circ/circulation.pl">
185     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
186
187     <div id="action">
188     <input type="submit" value="Ne pas prêter" accesskey="n">
189     </div>
190 </form>
191
192 </fieldset>
193
194 <!-- /TMPL_IF --> <!-- NEEDSCONFIRMATION -->
195
196 <!-- TMPL_IF NAME="issued" -->
197 <p>Document(s) en prêt</p>
198 <!-- /TMPL_IF -->
199
200 <!-- TMPL_IF NAME="message" -->
201 <p>
202 Pas d'adhérent trouvé pour <!-- TMPL_VAR name="message" --> <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=A"/>Inscription adulte</a> <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=C"/>Inscription enfant</a>  
203 </p>
204 <!-- /TMPL_IF -->
205
206
207 <!-- TMPL_IF NAME="CGIselectborrower" -->
208 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" id="mainform" name="mainform">
209 <fieldset id="circ_circulation_selectborrower">
210     <legend>Sélection d'un adhérent</legend>
211
212     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
213     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
214
215     <p>
216     <label for="borrowernumber">Sélectionnez un lecteur : </label>
217     <!-- TMPL_VAR name="CGIselectborrower" -->
218     </p>
219
220     <p><input type="submit" value="Sélectionner"></p>
221
222     <p>
223     Adhérent pas trouvé ? <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=A"/>Inscription adulte</a> <a href="/cgi-bin/koha/members/memberentry.pl?op=add&category_type=C"/>Inscription enfant</a> ou <a href="JavaScript:back();">Essayer une autre recherche</a>
224     </p>
225 </fieldset>
226 </form>
227 <!-- TMPL_ELSE --> <!-- CGIselectborrower -->
228
229 <!-- BARCODE ENTRY -->
230
231 <!-- TMPL_IF NAME="borrowernumber" -->
232 <form method="post" action="/cgi-bin/koha/circ/circulation.pl" name="mainform">
233 <fieldset id="circ_circulation_issue">
234     <legend>Prêter un document</legend>
235
236     <p>
237     <label for="barcode">Entrez le code à barres </label><input type="text" name="barcode" size="14" />
238     
239         <!-- RESULT OF ISSUING REQUEST -->
240         <!-- TMPL_IF NAME="IMPOSSIBLE" -->
241         <ul>
242         <!-- TMPL_IF NAME="INVALID_DATE" -->
243             <li><span class="problem">La date de retour n'est pas correcte</span></li>
244         <!-- /TMPL_IF -->  
245         <!-- TMPL_IF NAME="UNKNOWN_BARCODE" -->
246             <li><span class="problem">Le code à barres est inconnu</span></li>
247         <!-- /TMPL_IF -->
248
249         <!-- TMPL_IF NAME="NOT_FOR_LOAN" -->
250             <li><span class="problem">Exemplaire exclu du prêt</span></li>
251         <!-- /TMPL_IF -->
252
253         <!-- TMPL_IF NAME="WTHDRAWN" -->
254             <li><span class="problem">L'exemplaire est supprimé</span></li>
255         <!-- /TMPL_IF -->
256
257         <!-- TMPL_IF NAME="GNA" -->
258             <li><span class="problem">L'adresse de l'adhérent semble erronée</span></li>
259         <!-- /TMPL_IF -->
260
261         <!-- TMPL_IF NAME="CARD_LOST" -->
262             <li><span class="problem">La carte d'adhérent est perdue</span></li>
263         <!-- /TMPL_IF -->
264
265         <!-- TMPL_IF NAME="DEBARRED" -->
266             <li><span class="problem">L'adhérent est suspendu</span></li>
267         <!-- /TMPL_IF -->
268
269         <!-- TMPL_IF NAME="NO_MORE_RENEWALS" -->
270             <li><span class="problem">Pas de renouvellement supplémentaire possible</span></li>
271         <!-- /TMPL_IF -->
272
273         <!-- TMPL_IF NAME="EXPIRED" -->
274             <li><span class="problem">La carte d'adhérent a expiré</span></li>
275         <!-- /TMPL_IF -->
276         </ul>
277 </p>
278     <!-- TMPL_IF NAME="memberofinstution" -->
279     <p><!-- TMPL_VAR NAME="CGIorganisations" --></p>
280     <!-- /TMPL_IF -->
281
282     <!--/TMPL_IF --> <!-- impossible -->
283     <p><label for="day">Spécifier une date de retour :  </label>
284         <select name="day" id="day">
285             <option value="0">Jour</option>
286             <!-- TMPL_IF NAME="day1" -->
287                 <option value="1" selected="selected">1</option>
288             <!-- TMPL_ELSE -->
289                 <option value="1">1</option>
290             <!-- /TMPL_IF -->
291             
292             <!-- TMPL_IF NAME="day2" -->
293                 <option value="2" selected="selected">2</option>
294             <!-- TMPL_ELSE -->
295                 <option value="2">2</option>
296             <!-- /TMPL_IF -->
297             
298             <!-- TMPL_IF NAME="day3" -->
299                 <option value="3" selected="selected">3</option>
300             <!-- TMPL_ELSE -->
301                 <option value="3">3</option>
302             <!-- /TMPL_IF -->
303             
304             <!-- TMPL_IF NAME="day4" -->
305                 <option value="4" selected="selected">4</option>
306             <!-- TMPL_ELSE -->
307                 <option value="4">4</option>
308             <!-- /TMPL_IF -->
309             
310             <!-- TMPL_IF NAME="day5" -->
311                 <option value="5" selected="selected">5</option>
312             <!-- TMPL_ELSE -->
313                 <option value="5">5</option>
314             <!-- /TMPL_IF -->
315             
316             <!-- TMPL_IF NAME="day6" -->
317                 <option value="6" selected="selected">6</option>
318             <!-- TMPL_ELSE -->
319                 <option value="6">6</option>
320             <!-- /TMPL_IF -->
321             
322             <!-- TMPL_IF NAME="day7" -->
323                 <option value="7" selected="selected">7</option>
324             <!-- TMPL_ELSE -->
325                 <option value="7">7</option>
326             <!-- /TMPL_IF -->
327             
328             <!-- TMPL_IF NAME="day8" -->
329                 <option value="8" selected="selected">8</option>
330             <!-- TMPL_ELSE -->
331                 <option value="8">8</option>
332             <!-- /TMPL_IF -->
333             
334             <!-- TMPL_IF NAME="day9" -->
335                 <option value="9" selected="selected">9</option>
336             <!-- TMPL_ELSE -->
337                 <option value="9">9</option>
338             <!-- /TMPL_IF -->
339             
340             <!-- TMPL_IF NAME="day10" -->
341                 <option value="10" selected="selected">10</option>
342             <!-- TMPL_ELSE -->
343                 <option value="10">10</option>
344             <!-- /TMPL_IF -->
345             
346             <!-- TMPL_IF NAME="day11" -->
347                 <option value="11" selected="selected">11</option>
348             <!-- TMPL_ELSE -->
349                 <option value="11">11</option>
350             <!-- /TMPL_IF -->
351             
352             <!-- TMPL_IF NAME="day12" -->
353                 <option value="12" selected="selected">12</option>
354             <!-- TMPL_ELSE -->
355                 <option value="12">12</option>
356             <!-- /TMPL_IF -->
357             
358             <!-- TMPL_IF NAME="day13" -->
359                 <option value="13" selected="selected">13</option>
360             <!-- TMPL_ELSE -->
361                 <option value="13">13</option>
362             <!-- /TMPL_IF -->
363             
364             <!-- TMPL_IF NAME="day14" -->
365                 <option value="14" selected="selected">14</option>
366             <!-- TMPL_ELSE -->
367                 <option value="14">14</option>
368             <!-- /TMPL_IF -->
369             
370             <!-- TMPL_IF NAME="day15" -->
371                 <option value="15" selected="selected">15</option>
372             <!-- TMPL_ELSE -->
373                 <option value="15">15</option>
374             <!-- /TMPL_IF -->
375             
376             <!-- TMPL_IF NAME="day16" -->
377                 <option value="16" selected="selected">16</option>
378             <!-- TMPL_ELSE -->
379                 <option value="16">16</option>
380             <!-- /TMPL_IF -->
381             
382             <!-- TMPL_IF NAME="day17" -->
383                 <option value="17" selected="selected">17</option>
384             <!-- TMPL_ELSE -->
385                 <option value="17">17</option>
386             <!-- /TMPL_IF -->
387             
388             <!-- TMPL_IF NAME="day18" -->
389                 <option value="18" selected="selected">18</option>
390             <!-- TMPL_ELSE -->
391                 <option value="18">18</option>
392             <!-- /TMPL_IF -->
393             
394             <!-- TMPL_IF NAME="day19" -->
395                 <option value="19" selected="selected">19</option>
396             <!-- TMPL_ELSE -->
397                 <option value="19">19</option>
398             <!-- /TMPL_IF -->
399             
400             <!-- TMPL_IF NAME="day20" -->
401                 <option value="20" selected="selected">20</option>
402             <!-- TMPL_ELSE -->
403                 <option value="20">20</option>
404             <!-- /TMPL_IF -->
405             
406             <!-- TMPL_IF NAME="day21" -->
407                 <option value="21" selected="selected">21</option>
408             <!-- TMPL_ELSE -->
409                 <option value="21">21</option>
410             <!-- /TMPL_IF -->
411             
412             <!-- TMPL_IF NAME="day22" -->
413                 <option value="22" selected="selected">22</option>
414             <!-- TMPL_ELSE -->
415                 <option value="22">22</option>
416             <!-- /TMPL_IF -->
417             
418             <!-- TMPL_IF NAME="day23" -->
419                 <option value="23" selected="selected">23</option>
420             <!-- TMPL_ELSE -->
421                 <option value="23">23</option>
422             <!-- /TMPL_IF -->
423             
424             <!-- TMPL_IF NAME="day24" -->
425                 <option value="24" selected="selected">24</option>
426             <!-- TMPL_ELSE -->
427                 <option value="24">24</option>
428             <!-- /TMPL_IF -->
429             
430             <!-- TMPL_IF NAME="day25" -->
431                 <option value="25" selected="selected">25</option>
432             <!-- TMPL_ELSE -->
433                 <option value="25">25</option>
434             <!-- /TMPL_IF -->
435             
436             <!-- TMPL_IF NAME="day26" -->
437                 <option value="26" selected="selected">26</option>
438             <!-- TMPL_ELSE -->
439                 <option value="26">26</option>
440             <!-- /TMPL_IF -->
441             
442             <!-- TMPL_IF NAME="day27" -->
443                 <option value="27" selected="selected">27</option>
444             <!-- TMPL_ELSE -->
445                 <option value="27">27</option>
446             <!-- /TMPL_IF -->
447             
448             <!-- TMPL_IF NAME="day28" -->
449                 <option value="28" selected="selected">28</option>
450             <!-- TMPL_ELSE -->
451                 <option value="28">28</option>
452             <!-- /TMPL_IF -->
453             
454             <!-- TMPL_IF NAME="day29" -->
455                 <option value="29" selected="selected">29</option>
456             <!-- TMPL_ELSE -->
457                 <option value="29">29</option>
458             <!-- /TMPL_IF -->
459             
460             <!-- TMPL_IF NAME="day30" -->
461                 <option value="30" selected="selected">30</option>
462             <!-- TMPL_ELSE -->
463                 <option value="30">30</option>
464             <!-- /TMPL_IF -->
465             
466             <!-- TMPL_IF NAME="day31" -->
467                 <option value="31" selected="selected">31</option>
468             <!-- TMPL_ELSE -->
469                 <option value="31">31</option>
470             <!-- /TMPL_IF -->
471             </select>
472         
473         <select name="month">
474             <option value="0">Mois</option>
475             <!-- TMPL_IF NAME="month1" -->
476                 <option value="1" selected="selected">Janv</option>
477             <!-- TMPL_ELSE -->
478                 <option value="1">Janv</option>
479             <!-- /TMPL_IF -->
480             
481             <!-- TMPL_IF NAME="month2" -->
482                 <option value="2" selected="selected">Fév.</option>
483             <!-- TMPL_ELSE -->
484                 <option value="2">Fév.</option>
485             <!-- /TMPL_IF -->
486             
487             <!-- TMPL_IF NAME="month3" -->
488                 <option value="3" selected="selected">Mars</option>
489             <!-- TMPL_ELSE -->
490                 <option value="3">Mars</option>
491             <!-- /TMPL_IF -->
492             
493             <!-- TMPL_IF NAME="month4" -->
494                 <option value="4" selected="selected">Avr</option>
495             <!-- TMPL_ELSE -->
496                 <option value="4">Avr</option>
497             <!-- /TMPL_IF -->
498             
499             <!-- TMPL_IF NAME="month5" -->
500                 <option value="5" selected="selected">Mai</option>
501             <!-- TMPL_ELSE -->
502                 <option value="5">Mai</option>
503             <!-- /TMPL_IF -->
504             
505             <!-- TMPL_IF NAME="month6" -->
506                 <option value="6" selected="selected">Juin</option>
507             <!-- TMPL_ELSE -->
508                 <option value="6">Juin</option>
509             <!-- /TMPL_IF -->
510             
511             <!-- TMPL_IF NAME="month7" -->
512                 <option value="7" selected="selected">Juil</option>
513             <!-- TMPL_ELSE -->
514                 <option value="7">Juil</option>
515             <!-- /TMPL_IF -->
516             
517             <!-- TMPL_IF NAME="month8" -->
518                 <option value="8" selected="selected">Août</option>
519             <!-- TMPL_ELSE -->
520                 <option value="8">Août</option>
521             <!-- /TMPL_IF -->
522             
523             <!-- TMPL_IF NAME="month9" -->
524                 <option value="9" selected="selected">Sept</option>
525             <!-- TMPL_ELSE -->
526                 <option value="9">Sept</option>
527             <!-- /TMPL_IF -->
528             
529             <!-- TMPL_IF NAME="month10" -->
530                 <option value="10" selected="selected">Oct</option>
531             <!-- TMPL_ELSE -->
532                 <option value="10">Oct</option>
533             <!-- /TMPL_IF -->
534             
535             <!-- TMPL_IF NAME="month11" -->
536                 <option value="11" selected="selected">Nov</option>
537             <!-- TMPL_ELSE -->
538                 <option value="11">Nov</option>
539             <!-- /TMPL_IF -->
540             
541             <!-- TMPL_IF NAME="month12" -->
542                 <option value="12" selected="selected">Dcbre</option>
543             <!-- TMPL_ELSE -->
544                 <option value="12">Dcbre</option>
545             <!-- /TMPL_IF -->
546         </select>
547             
548         <select name="year">
549             <option value="0">Année</option>
550             <!-- TMPL_IF NAME="year2007" -->
551                 <option value="2007" selected="selected">2007</option>
552             <!-- TMPL_ELSE -->
553                 <option value="2007">2007</option>
554             <!-- /TMPL_IF -->
555             <!-- TMPL_IF NAME="year2008" -->
556                 <option value="2008" selected="selected">2008</option>
557             <!-- TMPL_ELSE -->
558                 <option value="2008">2008</option>
559             <!-- /TMPL_IF -->
560             <!-- TMPL_IF NAME="year2009" -->
561                 <option value="2009" selected="selected">2009</option>
562             <!-- TMPL_ELSE -->
563                 <option value="2009">2009</option>
564             <!-- /TMPL_IF -->
565             <!-- TMPL_IF NAME="year2010" -->
566                 <option value="2010" selected="selected">2010</option>
567             <!-- TMPL_ELSE -->
568                 <option value="2010">2010</option>
569             <!-- /TMPL_IF -->
570         <!-- TMPL_IF NAME="year2011" -->
571                 <option value="2011" selected="selected">2011</option>
572             <!-- TMPL_ELSE -->
573                 <option value="2011">2011</option>
574             <!-- /TMPL_IF -->   
575         </select>
576         
577         <label for="stickyduedate">
578         <!-- TMPL_IF NAME="stickyduedate" -->
579             <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> checked />
580             Conserver la date de retour pour cet emprunteur
581 <!-- TMPL_ELSE -->
582             <input type="checkbox" id="stickyduedate" name="stickyduedate" <!-- TMPL_VAR NAME="selected" --> />
583 <!-- /TMPL_IF -->
584             </label>
585         </p>
586
587     <input type="hidden" name="day" value="0" />
588     <input type="hidden" name="month" value="0" />
589     <input type="hidden" name="year" value="0" />
590     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
591     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />
592     <input type="hidden" name="printer" value="<!-- TMPL_VAR NAME="printer" -->" />
593     <input type="hidden" name="print" value="maybe" />
594     <!-- TMPL_IF NAME="CHARGES" -->
595     <input type="hidden" name="charges" value="yes" />
596     <input type="hidden" name="oldamount" value="<!-- TMPL_VAR NAME="amountold" -->" />
597     <!-- /TMPL_IF -->
598
599     <div id="action">
600     <input type="submit" value="Prêt">
601     </div>
602
603 </fieldset>
604 </form>
605
606 <!-- TMPL_IF NAME="WaitingReserveLoop" -->      
607 <fieldset id="circ_circulation_issue">
608     <legend class="problem">Réservations en attente</legend>
609         Cet adhérent a des réservations disponibles
610         <!-- TMPL_LOOP NAME="WaitingReserveLoop" -->
611         <p>
612             <ul> 
613                 <li> <!-- TMPL_VAR NAME="title"--> (<!-- TMPL_VAR NAME="itemtype"-->), auteur : <!-- TMPL_VAR NAME="author"-->, réservé le : <!-- TMPL_VAR NAME="reservedate"--> 
614             <!-- TMPL_IF NAME="waitingat" -->
615                 Exemplaire en attente à : <!-- TMPL_VAR NAME="waitingat" -->   
616             <!-- /TMPL_IF -->
617                 </li>
618             </ul>
619         </p>
620     <!-- /TMPL_LOOP -->
621 </fieldset>
622
623 <!-- /TMPL_IF -->
624
625 <div id="tabs">
626     <h2><!-- TMPL_VAR NAME="firstname"--> <!-- TMPL_VAR NAME="surname"--> (<!-- TMPL_VAR NAME="cardnumber"-->)a</h2>
627     <!-- TMPL_IF NAME="countreserv"-->
628         <a href="javascript:active(0)" class="tab_inactive" id="link0">
629             <!--TMPL_VAR NAME="countreserv"--> réservation(s)
630         </a>
631     <!-- TMPL_ELSE -->
632         <a href="#" class="tab_inactive">
633             0 Réservation(s)
634         </a>
635     <!-- /TMPL_IF -->
636     
637     <!--TMPL_IF NAME="issuecount"-->
638         <a href="javascript:active(1)" class="tab_inactive" id="link1">
639             <!-- TMPL_VAR NAME="issuecount"--> prêt(s)
640         </a>
641     <!-- TMPL_ELSE -->
642         <a href="#" class="tab_inactive">
643             0 prêt(s)
644         </a>
645     <!-- /TMPL_IF -->
646 </div>
647
648 <!-- TMPL_IF NAME="reservloop" -->
649 <div id="0XX" class="content_hidden">
650     <table>
651         <tr>
652             <th>Date de réservation</th>
653             <th>Code à barres</th>
654             <th>Titre</th>
655             <th>Auteur</th>
656             <th>Localisation</th>
657         </tr>
658         <!-- TMPL_LOOP NAME="reservloop" -->
659         <tr class="<!-- TMPL_VAR NAME="color" -->">
660                     <td>
661                         <!-- TMPL_VAR NAME="reservedate" -->
662                     </td>
663                     <td>
664                         <!-- TMPL_IF name="barcodereserv" -->
665                         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra" onclick="openWindow(this, 'Item', 480, 640); return false;"><!-- TMPL_VAR NAME="barcodereserv" --></a>
666                         <!-- /TMPL_IF -->
667                         <!-- TMPL_IF NAME="waitingposition" -->
668                         Priorité de la réservation : <b><!-- TMPL_VAR NAME="waitingposition" --></b>
669                         <!-- /TMPL_IF -->
670                     </td>
671                     <td>
672                         <!-- TMPL_VAR NAME="title" --> (<b><!-- TMPL_VAR NAME="itemtype" --></b>) 
673
674                         <!-- TMPL_IF name="waiting" -->
675                         <br/>
676                         <i>Ce document est disponible</i>
677                         <!-- /TMPL_IF -->
678                         <!-- TMPL_IF name="transfered" -->
679                         <br/>
680                         <i>Ce document a été transféré du site : <!-- TMPL_VAR NAME="frombranch" --> le : <!-- TMPL_VAR NAME="datesent" --> </i>
681                         <!-- /TMPL_IF -->
682
683                         <!-- TMPL_IF name="nottransfered" -->
684                         <br/>
685                         <i>Ce document n'a pas encore été transféré du site : <!-- TMPL_VAR NAME="nottransferedby" --></i>
686                         <!-- /TMPL_IF -->
687                     </td>
688                     <td><!-- TMPL_VAR NAME="author" --></td>
689                     <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
690             </tr>
691         <!-- /TMPL_LOOP -->
692     </table>
693 </div>
694 <!-- /TMPL_IF --> <!-- reservesloop -->
695 <!-- /TMPL_IF --> <!-- borrowernumber -->
696
697 <!-- SUMMARY : TODAY & PREVIOUS ISSUES -->
698 <!-- TMPL_IF NAME="borrowernumber" -->
699 <div id="1XX">
700     <form action="/cgi-bin/koha/reserve/renewscript.pl" method="post">
701     <p>
702     <span class="click" onclick="window.open('/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;print=page')">Imprimer page</span>
703     / <span class="click" onclick="javascript:window.open('/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;print=slip')">Imprimer reçu</span>
704     </p>
705     
706     <input type="hidden" value="circ" name="destination" />
707     <input type="hidden" name="cardnumber" value="<!-- TMPL_VAR NAME="cardnumber" -->" />
708     <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
709     <input type="hidden" name="branch" value="<!-- TMPL_VAR NAME="branch" -->" />       
710     
711 <!-- TMPL_IF NAME="todayissues" -->
712     <table>
713     <tr>
714         <th>Titre</th>
715         <th>Date de retour</th>
716         <th>Type de document</th>
717         <th>Cote n°</th>
718         <th>Code à barres</th>
719         <th>Renouvellement</th>
720     </tr>
721     
722     <tr>
723         <th colspan="6"><a name="today" id="today">Emprunts du jour</a></th>
724     </tr>
725     <!-- TMPL_LOOP NAME="todayissues" -->
726     <!-- TMPL_IF NAME="togglecolor" -->
727     <tr>
728     <!-- TMPL_ELSE -->
729     <tr class="highlight">
730     <!-- /TMPL_IF -->
731         <td>
732         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a>
733         <br /><!-- TMPL_VAR NAME="author" --> - <!-- TMPL_VAR name="itemnotes" -->
734         </td>
735         <td><!-- TMPL_VAR NAME="dd" --></td>
736         <td>
737             <!-- TMPL_VAR NAME="itemtype" -->
738             <!-- TMPL_IF NAME="itemtype_image" -->
739             <img src="<!-- TMPL_VAR NAME="itemtype_image" -->" />
740             <!-- /TMPL_IF -->
741         </td>
742         <td><!-- TMPL_VAR NAME="classification" --></td>
743         <td><!-- TMPL_VAR NAME="barcode" --></td>
744         <td>
745         <!-- TMPL_IF NAME="od" -->
746             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked"/>
747         <!-- TMPL_ELSE -->
748             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
749         <!-- /TMPL_IF -->
750         <input type="checkbox"
751                 name="all_items[]"
752                 value="<!-- TMPL_VAR NAME="itemnumber" -->"
753             checked="checked"
754                 style="display: none;"
755         />
756         </td>
757     </tr>
758     <!-- /TMPL_LOOP --> <!-- todayissues -->
759     <!-- /TMPL_IF --> <!-- todayissues -->
760 <!-- TMPL_IF NAME="previssues" -->
761     <table>
762     <tr>
763         <th>Titre</th>
764         <th>Date de retour</th>
765         <th>Type de document</th>
766         <th>Cote n°</th>
767         <th>Code à barres</th>
768         <th>Renouvellement</th>
769     </tr>
770     <tr>
771         <th colspan="6"><a name="previous" id="previous">Prêts précédents</a></th>
772     </tr>
773     <!-- TMPL_LOOP NAME="previssues" -->
774     <!-- TMPL_IF NAME="togglecolor" -->
775         <tr>
776     <!-- TMPL_ELSE -->
777         <tr class="highlight">
778     <!-- /TMPL_IF -->
779         <td>
780         <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->&amp;type=intra"><!-- TMPL_VAR NAME="title" --></a>
781         <br/><!-- TMPL_VAR NAME="author" --> - <!-- TMPL_VAR name="itemnotes" -->
782         </td>
783         <td>
784         <!-- TMPL_VAR NAME="dd" -->
785         </td>
786         <td>
787             <!-- TMPL_VAR NAME="itemtype" -->
788             <!-- TMPL_IF NAME="itemtype_image" -->
789             <img src="<!-- TMPL_VAR NAME="itemtype_image" -->" />
790             <!-- /TMPL_IF -->
791         </td>
792         <td><!-- TMPL_VAR NAME="classification" --></td>
793         <td><!-- TMPL_VAR NAME="barcode" --></td>
794         <td>
795         <!-- TMPL_IF NAME="od" -->
796             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" />
797         <!-- TMPL_ELSE -->
798             <input type="checkbox" name="items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
799         <!-- /TMPL_IF -->
800         <input type="checkbox" name="all_items[]" value="<!-- TMPL_VAR NAME="itemnumber" -->" checked="checked" style="display: none;" />
801         </td>
802     </tr>
803     <!-- /TMPL_LOOP --> <!-- previssues -->
804 <!-- /TMPL_IF --> <!-- previssues -->
805     </table>
806
807     <div id="action">
808     <input type="submit" name="renew_checked" value="Renouveler le(s) document(s) coché(s)">
809     <input type="submit" name="renew_all" value="Tout renouveler">
810     </div>
811 </form>
812 </div>
813 <!-- /TMPL_IF --> <!-- borrowernumber -->
814 <!--/TMPL_IF -->
815
816 <script type="text/JavaScript" language="JavaScript">
817
818     /**
819     *  MoreBorrowerDetails();
820     *  This function displays or not borrower information.
821     */
822     function MoreBorrowerDetails() {
823         var div = document.getElementById('BorrowerDetails');
824         if(div.getAttribute('class') == "content_visible"){
825             div.removeAttribute('class');
826             div.setAttribute('class',"content_hidden");
827         }
828         else {
829             div.setAttribute('class',"content_visible");
830             div.setAttribute('style',"height:180px;");
831         }
832     }
833     /**
834     *  active(numlayer)
835     *  This function activate the numlayer div.
836     */
837     function active(numlayer){
838         for (i=0; i <= 1 ; i++ ) {
839             var tab;
840             try{
841                 tab = document.getElementById(i+'XX');
842                 tab.getAttribute('id'); // that throw an exception.
843             }
844             catch(e){
845                 continue; // go to the next step.
846             }
847             if (numlayer==i) {
848                 tab.setAttribute("class","content_visible");
849                 var tabactive=document.getElementById('link'+i);
850                 tabactive.removeAttribute("class");
851                 tabactive.setAttribute("class","tab_active");
852             } else {
853                 tab.setAttribute("class","content_hidden");
854                 try {
855                     var tabactive=document.getElementById('link'+i);
856                     tabactive.removeAttribute("class");
857                     tabactive.setAttribute("class","tab_inactive");
858                 }
859                 catch(e){};
860             }
861         }
862     }
863
864     <!-- TMPL_IF NAME="borrowernumber" -->
865         document.mainform.barcode.focus(); // set the focus to the barcode entry.
866     <!-- TMPL_ELSE -->
867         document.mainform.findborrower.focus(); // set the focus to te form to search a borrower
868     <!-- /TMPL_IF -->
869
870 </script>
871
872 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->