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