Koha/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reservereport.tmpl
2007-09-12 20:54:47 -05:00

44 lines
No EOL
1 KiB
Cheetah

<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
<title>Koha &rsaquo; Hold Report &rsaquo; All Holds</title>
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
</head>
<body>
<!-- TMPL_INCLUDE NAME="header.inc" -->
<!-- TMPL_INCLUDE NAME="cat-search.inc" -->
<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>
<div id="doc3" class="yui-t2">
<div id="bd">
<div id="yui-main">
<div class="yui-b">
<table>
<tr><th>Name</th><th>Hold Date</th><th>Title</th><th>Class</th></tr>
<!-- TMPL_LOOP Name="dataloop" -->
<tr>
<td>
<!-- TMPL_VAR Name="name" -->
</td>
<td>
<!-- TMPL_VAR Name="reservedate" -->
</td>
<td>
<!-- TMPL_VAR Name="title" -->
</td>
<td>
<!-- TMPL_VAR Name="classification" -->
</td>
</tr>
<!-- /TMPL_LOOP -->
</table>
<p><!-- TMPL_VAR Name="count" --></p>
</div>
</div>
<div class="yui-b">
<!-- TMPL_INCLUDE NAME="reports-menu.inc" -->
</div>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->