A new page to allow patrons to view their borrowing history
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-readingrecord.tmpl
1 <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <div id="mainbloc">
3                 <h2>Reading History of <!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --></h2>
4 <!-- TMPL_UNLESS NAME="count" -->
5 You have never borrowed anything from the library.
6 <!-- TMPL_ELSE -->
7 <!-- TMPL_IF NAME="showfulllink" -->
8 Showing All Items | <a class="button" href="opac-readingrecord.pl?limit=">Show Last 50 Items Only</a> <!-- TMPL_ELSE --> Showing Last 50 Items | <a class="button" href="opac-readingrecord.pl?limit=full">Show All Items</a>
9 <!-- /TMPL_IF --><table>
10 <tr>
11 <tr><th><!-- TMPL_UNLESS NAME="orderbytitle" --><a class="transparent" href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!-- TMPL_ELSE -->Title<!-- /TMPL_UNLESS NAME="orderbyauthor"--></th>
12 <th><!-- TMPL_UNLESS --><a class="transparent" href="/cgi-bin/koha/opac-readingrecord.pl?order=author">Author</a><!-- TMPL_ELSE -->Author<!-- /TMPL_UNLESS --></th>
13 <th><!-- TMPL_UNLESS NAME="orderbydate" --><a class="transparent" href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th></tr>
14
15 <!-- TMPL_LOOP NAME="READING_RECORD" -->
16
17 <tr>
18 <!-- TMPL_IF NAME="toggle" --><td><!-- TMPL_ELSE --><td class="hilighted"><!-- /TMPL_IF --><a class="transparent" href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
19 <!-- TMPL_IF NAME="toggle" --><td><!-- TMPL_ELSE --><td class="hilighted"><!-- /TMPL_IF --><!-- TMPL_VAR NAME="author" --></td>
20 <!-- TMPL_IF NAME="toggle" --><td><!-- TMPL_ELSE --><td class="hilighted"><!-- /TMPL_IF --><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
21 </tr>
22
23 <!-- /TMPL_LOOP -->
24 </table>
25
26 <!-- /TMPL_UNLESS -->
27 </div>
28 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
29