More ugly html, this template is to display reviews, once a user has click on the display review link on the opac-detail.pl page

This commit is contained in:
rangi 2005-09-03 00:25:08 +00:00
parent e4dd5ee617
commit 011a170e63

View file

@ -0,0 +1,19 @@
<!-- 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-user.inc" -->
<!-- TMPL_INCLUDE name="navigation.inc" -->
<div id="main">
<table>
<!--TMPL_LOOP NAME="reviews"-->
<tr><td><!--TMPL_VAR NAME="review"-->
<p><!--TMPL_VAR NAME="datereviewed"--></td></tr>
<!--/TMPL_LOOP-->
</table>
</div>
</body>
</html>