Beginning redesign of the OPAC. At this stage it's a move to make it more like the...
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-readingrecord.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> Catalog -- Account 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>
5 <!-- TMPL_INCLUDE name="masthead.inc" -->
6 <!-- TMPL_INCLUDE name="navigation.inc" -->
7
8 <!--CONTENT-->
9     <!-- TMPL_INCLUDE name="usermenu.inc" -->
10 <h3>Reading History of <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h3>
11
12 <!-- TMPL_UNLESS NAME="count" -->
13 You have never borrowed anything from the library.
14 <!-- TMPL_ELSE -->
15 <table>
16 <!-- TMPL_IF NAME="showfulllink" -->
17 <tr><td colspan="4">Showing All Items | <a href="opac-readingrecord.pl?limit=">Show Last 50 Items Only</a></td></tr><!-- TMPL_ELSE -->
18 <tr><td colspan="4">Showing Last 50 Items | <a href="opac-readingrecord.pl?limit=full">Show All Items</a></td></tr>
19 <!-- /TMPL_IF --><tr>
20 <tr><th><!-- TMPL_UNLESS NAME="orderbytitle" --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!-- TMPL_ELSE -->&nbsp;
21         <!-- /TMPL_UNLESS --></th>
22 <th><!-- TMPL_UNLESS --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=author">Author</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_UNLESS --></th>
23 <th><!-- TMPL_UNLESS NAME="orderbydate" --><a href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th></tr>
24
25 <!-- TMPL_LOOP NAME="READING_RECORD" -->
26
27 <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
28 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
29 <td><!-- TMPL_VAR NAME="author" --></td>
30 <td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
31 </tr>
32
33 <!-- /TMPL_LOOP -->
34 </table>
35
36 <!-- /TMPL_UNLESS -->
37
38 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->