Modifications to enable YUI-Grids layout structure. Unfinished.
[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 <!-- TMPL_INCLUDE NAME="header.inc" -->
5
6 <div id="doc3" class="yui-t2">
7    
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12 <table>
13         <tr><th>Name</th><th>Hold Date</th><th>Title</th><th>Class</th></tr>
14         <!-- TMPL_LOOP Name="dataloop" -->
15                 <tr>
16                         <td>
17                                 <!-- TMPL_VAR Name="name" -->
18                         </td>
19                         <td>
20                                 <!-- TMPL_VAR Name="reservedate" -->
21                         </td>
22                         <td>
23                                 <!-- TMPL_VAR Name="title" -->
24                         </td>
25                         <td>
26                                 <!-- TMPL_VAR Name="classification" -->
27                         </td>
28                 </tr>
29         <!-- /TMPL_LOOP -->
30 </table>
31 <p><!-- TMPL_VAR Name="count" --></p>
32
33 </div>
34 </div>
35 </div>
36
37 <!-- TMPL_INCLUDE NAME="mainmenu.inc" -->
38 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->