Bug 5917 / Bug 6085 : Fixing not being able to change language
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / reports / reservereport.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Hold Report &rsaquo; All Holds</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 </head>
5 <body>
6 <!-- TMPL_INCLUDE NAME="header.inc" -->
7 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
8
9 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a> &rsaquo; All 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 <table>
18         <tr><th>Name</th><th>Hold Date</th><th>Title</th><th>Class</th></tr>
19         <!-- TMPL_LOOP Name="dataloop" -->
20                 <tr>
21                         <td>
22                                 <!-- TMPL_VAR Name="name" -->
23                         </td>
24                         <td>
25                                 <!-- TMPL_VAR Name="reservedate" -->
26                         </td>
27                         <td>
28                                 <!-- TMPL_VAR Name="title" escape="html" -->
29                         </td>
30                         <td>
31                                 <!-- TMPL_VAR Name="classification" -->
32                         </td>
33                 </tr>
34         <!-- /TMPL_LOOP -->
35 </table>
36 <p><!-- TMPL_VAR Name="count" --></p>
37
38 </div>
39 </div>
40 <div class="yui-b">
41 <!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
42 </div>
43 </div>
44 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->