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