Moving </head><body> into body of templates so that js and css can be embedded per...
[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
8 <div id="doc3" class="yui-t2">
9    
10    <div id="bd">
11         <div id="yui-main">
12         <div class="yui-b"><div class="yui-g">
13
14 <table>
15         <tr><th>Name</th><th>Hold Date</th><th>Title</th><th>Class</th></tr>
16         <!-- TMPL_LOOP Name="dataloop" -->
17                 <tr>
18                         <td>
19                                 <!-- TMPL_VAR Name="name" -->
20                         </td>
21                         <td>
22                                 <!-- TMPL_VAR Name="reservedate" -->
23                         </td>
24                         <td>
25                                 <!-- TMPL_VAR Name="title" -->
26                         </td>
27                         <td>
28                                 <!-- TMPL_VAR Name="classification" -->
29                         </td>
30                 </tr>
31         <!-- /TMPL_LOOP -->
32 </table>
33 <p><!-- TMPL_VAR Name="count" --></p>
34
35 </div>
36 </div>
37 </div>
38
39 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
40 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->