Beginning redesign of the OPAC. At this stage it's a move to make it more like the...
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-showreviews.tmpl
1 <!-- 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 -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body><!-- TMPL_INCLUDE name="masthead.inc" -->
5 <!-- TMPL_INCLUDE name="navigation.inc" -->
6
7 <table>
8     <!--TMPL_LOOP NAME="reviews"-->
9     <tr>
10         <th>
11                 <b><!--TMPL_VAR NAME="title"--></b>
12         </th>
13     </tr>
14     <tr>
15         <td>
16             <!--TMPL_VAR NAME="review"-->
17             <p><!--TMPL_VAR NAME="datereviewed"--></p>
18         </td>
19     </tr>
20     <!--/TMPL_LOOP-->
21 </table>
22
23 <!-- TMPL_INCLUDE NAME="opac-bottom.inc"-->