memberentryC.tmpl:add test to modify link name
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / circ / branchreserves.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Circulation
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <!-- TMPL_INCLUDE NAME="menus.inc" -->
4 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
5
6 <h1>Circulation: Branch Reserves</h1>
7
8 <div id="mainbloc">
9         <h1 class="circulation">Reserves of your library the : <!-- TMPL_VAR NAME="show_date" --></h1>
10         <!-- TMPL_IF NAME="messagetransfert" -->
11                 <div>
12                                 <h2>Reserve find for the document(<!-- TMPL_VAR NAME="nextreservtitle" -->)must transfered</h2>
13                         <p>This documen is reserved by : <b> <!-- TMPL_VAR NAME="nextreservsurname" --> <!-- TMPL_VAR NAME="nextreservfirstname" --></b> at the library : <b> <!-- TMPL_VAR NAME="branchname" --> </b>, Please put this document in transfer .
14                         </p>
15                         <form name="cancelReservewithtransfert" action="branchreserves.pl" method="post">
16                                 <input type="submit" class="button circulation">
17                         </form>
18                 </div>
19         <!-- /TMPL_IF -->
20         <!-- TMPL_IF NAME="waiting" -->
21                 <div id="bloc25">
22                                 <h2 class="circulation">This document is in Waiting status</h2>
23                         <p>This document (<!-- TMPL_VAR NAME="nextreservtitle" -->) is reserved by <b> : <!-- TMPL_VAR NAME="nextreservsurname" --> <!-- TMPL_VAR NAME="nextreservfirstname" --></b>,
24                         Please keep this document for the next reserve .
25                         </p>
26                         <form name="cancelReservewithwaiting" action="branchreserves.pl" method="post">
27                                 <input type="submit">
28                         </form>
29                 </div>
30         <!-- /TMPL_IF -->
31         <!-- TMPL_UNLESS NAME="message" -->
32         <div id="resultlist">
33                 <table>
34                 <tr>
35                         <th class="circulation" colspan="5">Reserves of your library</th>
36                 </tr>
37                 <tr>
38                         <th class="circulation">Available since</th>
39                         <th class="circulation">Title</th>
40                         <th class="circulation">Borrower</th>
41                         <th class="circulation">Localisation</th>
42                         <th class="circulation">Action</th>
43                 </tr>
44                         <!-- TMPL_LOOP NAME="reserveloop" -->
45                                 <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
46                                         <td><p><!-- TMPL_VAR NAME="waitingdate" --></p> <!-- TMPL_IF NAME="messcompa" --> Reserve Over <!-- /TMPL_IF --></td>
47                                         <td>
48                                                 <p>
49                                                         <a href="/cgi-bin/koha/MARCdetail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
50                                                         &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --></b>)
51                                                         <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
52                                                 </p>
53                                         </td>
54                                         <td>
55                                                 <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 />
56                                         <!-- TMPL_IF NAME="borrowermail" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
57                 <!-- TMPL_VAR NAME="borrowermail" --></a><!--/TMPL_IF-->
58                                                 </p>
59                                         </td>
60                                         <td><p><!-- TMPL_VAR NAME="homebranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
61                                         <td>
62                                                 <form name="cancelReserve -->" action="branchreserves.pl" method="post">
63                                                         <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernum" -->">
64                                                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->">
65                                                         <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->">
66                                                         <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="homebranch" -->">
67                                                         <input type="submit" 
68                                                                 <!-- TMPL_IF NAME="dotransfer" -->
69                                                         value="Cancel reserve and return this document" 
70                                                         <!-- TMPL_ELSE -->
71                                                         value="Cancel reserve" 
72                                                 <!-- /TMPL_IF -->
73                                                 >
74                                                 </form>
75                                         </td>
76                                 </tr>
77                         <!-- /TMPL_LOOP -->
78                 </table>
79         </div>
80         <!-- /TMPL_UNLESS -->
81 </div>
82 <!-- TMPL_INCLUDE name="intranet-bottom.inc" -->