OPAC update
[koha.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
7 <div id="doc3" class="yui-t1">
8    <div id="bd">
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11
12 <!--CONTENT-->
13 <h3><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->'s account</a> <img src="<!-- TMPL_VAR NAME="themelang" -->../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Checkout History</h3>
14
15 <!-- TMPL_UNLESS NAME="count" -->
16 You have never borrowed anything from this library.
17 <!-- TMPL_ELSE -->
18 <div id="opac-user-readingrec" class="toptabs">
19 <ul class="tabs-nav">
20
21 <!-- TMPL_IF NAME="showfulllink" -->
22 <!-- TMPL_IF NAME="limit" -->
23 <li class="tabs-selected"><a href="/cgi-bin/koha/opac-readingrecord.pl#readingrec">Showing All Items</a></li><li><a href="/cgi-bin/koha/opac-readingrecord.pl?limit=">Show Last 50 Items Only</a></li>
24 <!-- TMPL_ELSE -->
25 <li><a href="/cgi-bin/koha/opac-readingrecord.pl?limit=full">Show All Items</a></li><li class="tabs-selected"><a href="#readingrec">Showing Last 50 Items</a></li>
26 <!-- /TMPL_IF -->
27 <!-- TMPL_ELSE -->
28 <li class="tabs-selected"><a href="/cgi-bin/koha/opac-readingrecord.pl#readingrec">Showing All Items</a></li>
29 <!-- /TMPL_IF -->
30 </ul>
31 <div class="tabs-container"><table id="readingrec">
32 <tr><th><!-- TMPL_UNLESS NAME="orderbytitle" --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!-- TMPL_ELSE -->&nbsp;
33         <!-- /TMPL_UNLESS --></th>
34 <th><!-- TMPL_UNLESS --><a href="/cgi-bin/koha/opac-readingrecord.pl?order=author">Author</a><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_UNLESS --></th>
35 <th><!-- TMPL_UNLESS NAME="orderbydate" --><a href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th></tr>
36
37 <!-- TMPL_LOOP NAME="READING_RECORD" -->
38
39 <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
40 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
41 <td><!-- TMPL_VAR NAME="author" --></td>
42 <td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
43 </tr>
44
45 <!-- /TMPL_LOOP -->
46 </table></div></div>
47
48 <!-- /TMPL_UNLESS -->
49
50 </div>
51 </div>
52 </div>
53 <div class="yui-b">
54 <!--TMPL_INCLUDE NAME="navigation.inc" -->
55 <!-- TMPL_INCLUDE name="usermenu.inc" -->
56 </div>
57 </div>
58 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->