More changes to enable YUI-Grids CSS layout
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / waitingreserves.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Circulation</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="header.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-circ.inc" -->
6
7 <div id="doc3" class="yui-t2">
8    
9    <div id="bd">
10         <div id="yui-main">
11         <div class="yui-b"><div class="yui-g">
12
13 <h1>Circulation: Library Holds</h1>
14
15         <h2>Holds for your library on : <!-- TMPL_VAR NAME="show_date" --></h2>
16         <!-- TMPL_IF NAME="messagetransfert" -->
17                 <div>
18                                 <h2>Hold find for(<!-- TMPL_VAR NAME="nextreservtitle" -->)must transfered</h2>
19                         <p>This hold placed by : <b> <!-- TMPL_VAR NAME="nextreservsurname" --> <!-- TMPL_VAR NAME="nextreservfirstname" --></b> at the library : <b> <!-- TMPL_VAR NAME="branchname" --> </b>, Please transfer this hold.
20                         </p>
21                         <form name="cancelReservewithtransfert" action="waitingreserves.pl" method="post">
22                                 <input type="submit" class="button" />
23                         </form>
24                 </div>
25         <!-- /TMPL_IF -->
26         <!-- TMPL_IF NAME="waiting" -->
27                 <div id="bloc25">
28                                 <h2>This hold is waiting</h2>
29                         <p>This hold (<!-- TMPL_VAR NAME="nextreservtitle" -->) was placed by <b> : <!-- TMPL_VAR NAME="nextreservsurname" --> <!-- TMPL_VAR NAME="nextreservfirstname" --></b>,
30                         Please retain this hold.
31                         </p>
32                         <form name="cancelReservewithwaiting" action="waitingreserves.pl" method="post">
33                                 <input type="submit" />
34                         </form>
35                 </div>
36         <!-- /TMPL_IF -->
37         <!-- TMPL_UNLESS NAME="message" -->
38         <div id="resultlist">
39             <!-- TMPL_IF NAME="reserveloop" -->
40                 <table>
41                 <tr>
42                         <th colspan="5">Holds at your library</th>
43                 </tr>
44                 <tr>
45                         <th>Available since</th>
46                         <th>Title</th>
47                         <th>Patron</th>
48                         <th>Localisation</th>
49                         <th>Action</th>
50                 </tr>
51                         <!-- TMPL_LOOP NAME="reserveloop" -->
52                                 <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
53                                         <td><p><!-- TMPL_VAR NAME="waitingdate" --></p> <!-- TMPL_IF NAME="messcompa" --> Hold Over <!-- /TMPL_IF --></td>
54                                         <td>
55                                                 <p>
56                                                         <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
57                                                         &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --></b>)
58                                                         <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
59                                                 </p>
60                                         </td>
61                                         <td>
62                                                 <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 />
63                                         <!-- TMPL_IF NAME="borrowermail" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
64                 <!-- TMPL_VAR NAME="borrowermail" --></a><!--/TMPL_IF-->
65                                                 </p>
66                                         </td>
67                                         <td><p><!-- TMPL_VAR NAME="homebranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
68                                         <td>
69                                                 <form name="cancelReserve -->" action="waitingreserves.pl" method="post">
70                                                         <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernum" -->" />
71                                                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
72                                                         <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->" />
73                                                         <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="homebranch" -->" />
74                                                         <!-- TMPL_IF NAME="dotransfer" -->
75                                                         <input type="submit" value="Cancel reserve and return to : <!-- TMPL_VAR NAME="homebranch" -->" /> 
76                                                         <!-- TMPL_ELSE -->
77                                                         <input type="submit" value="Cancel reserve" />
78                                                 <!-- /TMPL_IF -->
79                                                 </form>
80                                         </td>
81                                 </tr>
82                         <!-- /TMPL_LOOP -->
83                 </table>
84                 <!-- TMPL_ELSE -->
85                     <p><b>No hold found.</b></p>
86                 <!-- /TMPL_IF -->
87         </div>
88         <!-- /TMPL_UNLESS -->
89
90 </div>
91 </div>
92 </div>
93
94 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
95 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->