Koha/koha-tmpl/opac-tmpl/prog/en/modules/opac-showreviews.tmpl
Owen Leonard 38e438039b Reorganizing OPAC files in the same way intranet files were
Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-11-13 21:35:43 -06:00

23 lines
735 B
Cheetah

<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryName" --> Catalog -- Library Home for <!-- TMPL_LOOP name="BORROWER_INFO" --><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --><!-- /TMPL_LOOP -->
<!-- TMPL_INCLUDE name="doc-head-close.inc" -->
<!-- TMPL_INCLUDE name="masthead.inc" -->
<!-- TMPL_INCLUDE name="navigation.inc" -->
<table>
<!--TMPL_LOOP NAME="reviews"-->
<tr>
<th>
<b><!--TMPL_VAR NAME="title"--></b>
</th>
</tr>
<tr>
<td>
<!--TMPL_VAR NAME="review"-->
<p><!--TMPL_VAR NAME="datereviewed"--></p>
</td>
</tr>
<!--/TMPL_LOOP-->
</table>
<!-- TMPL_INCLUDE NAME="opac-bottom.inc"-->