circulation cleaning continued: bufixing
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / circ / waitingreservestransfers.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation
3 <!-- TMPL_IF Name="borrowernumber" -->
4 : Issuing to <!-- TMPL_VAR name="surname" -->, <!-- TMPL_VAR name="firstname" -->
5 (<!-- TMPL_VAR NAME="cardnumber" -->)
6 <!-- /TMPL_IF --></title>
7 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
8 <!-- TMPL_INCLUDE NAME="menus.inc" -->
9 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
10
11
12 <div id="mainbloc">
13         <h1>Transfers to do <!-- TMPL_VAR NAME="show_date" --></h1>
14         <div id="resultlist">
15         <!-- TMPL_LOOP NAME="branchesloop" -->
16                 <!-- TMPL_IF NAME="branchcode" -->
17                 <table>
18                 <tr>
19                         <th class="circulation" colspan="5">Reserves in wait to the library : <!-- TMPL_VAR NAME="branchname" --> </th>
20                 </tr>
21                 <tr>
22                         <th class="circulation">Date of reserve</th>
23                         <th class="circulation">Title</th>
24                         <th class="circulation">Borrower</th>
25                         <th class="circulation">Localisation</th>
26                         <th class="circulation">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" --> Reserve over <!-- /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>
34                                                 &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --> </b>)
35                                                 <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
36                                         </p>
37                                 </td>
38                                 <td>
39                                         <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" --> &nbsp; <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
40                                 <!-- TMPL_IF NAME="borrowermail" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
41         <!-- TMPL_VAR NAME="borrowermail" --></a><!--/TMPL_IF-->
42                                         </p>
43                                 </td>
44                                 <td><p><!-- TMPL_VAR NAME="holdingbranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
45                                 <td>
46                                 <form name="dotransfer" action="waitingreservestransfers.pl" method="post">
47                                                 <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->">
48                                                 <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->">
49                                                 <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="branchcode" -->">
50                                 <input type="submit" value="Transfer this document">
51                                 </form>
52                                 </td>   
53                         </tr>
54                 <!-- /TMPL_LOOP -->     
55                 </table>
56                 <br><br>
57                 <!-- /TMPL_IF -->
58         <!-- /TMPL_LOOP -->
59         </div>
60 </div>
61 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->