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