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