Shelves - fixup display, in particular intranet side
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-readingrecord.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;  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><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>
24 <!-- TMPL_ELSE -->
25 <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=50">Show Last 50 Items Only</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
33 href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!--
34 TMPL_ELSE -->Title<!-- /TMPL_UNLESS --></th>
35 <th><!-- TMPL_UNLESS NAME="orderbyauthor" --><a
36 href="/cgi-bin/koha/opac-readingrecord.pl?order=author">Author</a><!--
37 TMPL_ELSE -->Author<!-- /TMPL_UNLESS --></th>
38 <th><!-- TMPL_UNLESS NAME="orderbydate" --><a href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th>
39 </tr>
40
41 <!-- TMPL_LOOP NAME="READING_RECORD" -->
42
43 <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
44 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a></td>
45 <td><!-- TMPL_VAR NAME="author" --></td>
46 <td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
47 </tr>
48
49 <!-- /TMPL_LOOP -->
50 </table></div></div>
51
52 <!-- /TMPL_UNLESS -->
53
54 </div>
55 </div>
56 </div>
57 <div class="yui-b">
58 <!--TMPL_INCLUDE NAME="navigation.inc" -->
59 <!-- TMPL_INCLUDE name="usermenu.inc" -->
60 </div>
61 </div>
62 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->