updating french translation
[koha.git] / koha-tmpl / intranet-tmpl / prog / fr / modules / circ / transferstodo.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation
3 <!-- TMPL_IF Name="borrowernumber" -->
4 : En prêt à, <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->(<!-- TMPL_VAR NAME="cardnumber" -->)
5 <!-- /TMPL_IF --></title>
6 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
7 <!-- TMPL_INCLUDE NAME="menus.inc" -->
8 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
9
10
11 <div id="mainbloc">
12     <h1>Transferts à effectuer <!-- TMPL_VAR NAME="show_date" --></h1>
13     <!-- TMPL_IF name="branchesloop" -->
14     <div id="resultlist">
15         <!-- TMPL_LOOP NAME="branchesloop" -->
16             <!-- TMPL_IF NAME="branchcode" -->
17             <table>
18             <tr>
19                 <th colspan="5">Réservations en attente pour : <!-- TMPL_VAR NAME="branchname" --> </th>
20             </tr>
21             <tr>
22                 <th>Date de réservation</th>
23                 <th>Titre</th>
24                 <th>Adhérent</th>
25                 <th>Localisation</th>
26                 <th>Action</th>
27             </tr>
28             <!-- TMPL_LOOP NAME="reserv" -->
29                 <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
30                     <td><p><!-- TMPL_VAR NAME="reservedate" --></p> <!-- TMPL_IF NAME="messcompa" --> Réservation dépassée <!-- /TMPL_IF --></td>
31                     <td>
32                             <p>
33                                     <a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a> &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --> </b>)
34                                     <br />Code à barres : <!-- TMPL_VAR NAME="barcode" -->
35                             </p>
36                     </td>
37                     <td>
38                         <p>
39                             <a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" --> &nbsp; <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br />
40                             <!-- TMPL_VAR NAME="borrowerphone" --><br />
41                             <!-- TMPL_IF NAME="borrowermail" -->
42                                 <a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
43                                     <!-- TMPL_VAR NAME="borrowermail" -->
44                                 </a>
45                             <!--/TMPL_IF-->
46                         </p>
47                     </td>
48                     <td><p><!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
49                     <td>
50                     <form name="dotransfer" action="/cgi-bin/koha/circ/waitingreserves.pl" method="post">
51                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
52                         <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->" />
53                         <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="branchcode" -->" />
54                     <input type="submit" value="Transférer ce document">
55                     </form>
56                     </td>
57                 </tr>
58             <!-- /TMPL_LOOP -->
59             </table>
60             <br><br>
61             <!-- /TMPL_IF -->
62         <!-- /TMPL_LOOP -->
63     </div>
64     <!-- TMPL_ELSE -->
65         <p>Pas de transfert à effectuer</p>
66     <!-- /TMPL_IF -->
67 </div>
68 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->