Language corrections (partially fixes Bug 2027)
[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 &rsaquo; Holds awaiting pickup</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-home.pl">Circulation</a> &rsaquo; Holds awaiting pickup</div>
10
11 <div id="doc" class="yui-t7">
12    
13    <div id="bd">
14         <div id="yui-main">
15         <div class="yui-g">
16
17         <h2>Holds awaiting pickup 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>Available since</th>
45                         <th>Title</th>
46                         <th>Patron</th>
47                         <th>Localisation</th>
48                         <th>Action</th>
49                 </tr>
50                         <!-- TMPL_LOOP NAME="reserveloop" -->
51                                 <tr <!-- TMPL_IF NAME="messcompa" --> class="problem" <!-- /TMPL_IF -->>
52                                         <td><p><!-- TMPL_VAR NAME="waitingdate" --></p> <!-- TMPL_IF NAME="messcompa" --> Hold Over <!-- /TMPL_IF --></td>
53                                         <td>
54                                                 <p>
55                                                         <a href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
56                                                         &nbsp; (<b><!-- TMPL_VAR NAME="itemtype" --></b>)
57                                                         <br />Barcode : <!-- TMPL_VAR NAME="barcode" -->
58                                                 </p>
59                                         </td>
60                                         <td>
61                                                 <p><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!--TMPL_VAR Name="borrowernum"-->"><!-- TMPL_VAR NAME="borrowername" -->, <!-- TMPL_VAR NAME="borrowerfirstname" --></a><br /><!-- TMPL_VAR NAME="borrowerphone" --><br />
62                                         <!-- TMPL_IF NAME="borrowermail" --><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Reservation: <!-- TMPL_VAR NAME="title" -->">
63                 <!-- TMPL_VAR NAME="borrowermail" --></a><!--/TMPL_IF-->
64                                                 </p>
65                                         </td>
66                                         <td><p><!-- TMPL_VAR NAME="homebranch" --> <!-- TMPL_VAR NAME="itemcallnumber" --></p></td>
67                                         <td>
68                                                 <form name="cancelReserve" action="waitingreserves.pl" method="post">
69                                                         <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernum" -->" />
70                                                         <input type="hidden" name="itemnumber" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
71                                                         <input type="hidden" name="fbr" value="<!-- TMPL_VAR NAME="holdingbranch" -->" />
72                                                         <input type="hidden" name="tbr" value="<!-- TMPL_VAR NAME="homebranch" -->" />
73                                                         <!-- TMPL_IF NAME="dotransfer" -->
74                                                         <input type="submit" value="Cancel hold and return to : <!-- TMPL_VAR NAME="homebranch" -->" /> 
75                                                         <!-- TMPL_ELSE -->
76                                                         <input type="submit" value="Cancel hold" />
77                                                 <!-- /TMPL_IF -->
78                                                 </form>
79                                         </td>
80                                 </tr>
81                         <!-- /TMPL_LOOP -->
82                 </table>
83                 <!-- TMPL_ELSE -->
84                     <div class="dialog message">No holds found.</div>
85                 <!-- /TMPL_IF -->
86         </div>
87         <!-- /TMPL_UNLESS -->
88
89 </div>
90 </div>
91 </div>
92 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->