Fixing some call number and item type display issues. Still need item type images...
[koha_fer] / 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>
33 <!-- TMPL_IF NAME="AmazonContent" --><th>&nbsp;</th><!-- /TMPL_IF -->
34 <th><!-- TMPL_UNLESS NAME="orderbytitle" --><a
35 href="/cgi-bin/koha/opac-readingrecord.pl?order=title">Title</a><!--
36 TMPL_ELSE -->Title<!-- /TMPL_UNLESS --></th>
37 <th>Item Type</th>
38 <th>Call No.</th>
39 <th><!-- TMPL_UNLESS NAME="orderbydate" --><a href="/cgi-bin/koha/opac-readingrecord.pl">Date</a><!-- TMPL_ELSE -->Date<!-- /TMPL_UNLESS --></th>
40 </tr>
41
42 <!-- TMPL_LOOP NAME="READING_RECORD" -->
43
44 <!-- TMPL_IF NAME="toggle" --><tr><!-- TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
45 <!-- TMPL_IF NAME="AmazonContent" --><td><!-- TMPL_IF NAME="isbn" --><a href="/cgi-bin/koha/opac-detail.pl?bib=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->"><img src="http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.THUMBZZZ.jpg" alt="Book Cover Image" class="thumbnail" /></a><!-- /TMPL_IF --></td><!-- /TMPL_IF -->
46 <td><a href="/cgi-bin/koha/opac-detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->"><!-- TMPL_VAR NAME="title" --></a>
47                     <span class="item-details">
48                         <!-- TMPL_VAR NAME="author" -->
49                     </span></td>
50 <td><!-- TMPL_VAR NAME="description" --></td>
51 <td><!-- TMPL_VAR NAME="itemcallnumber" --></td>
52 <td><!-- TMPL_IF NAME="returndate" --><!-- TMPL_VAR NAME="returndate" --><!-- TMPL_ELSE --><em>(Checked out)</em><!-- /TMPL_IF --></td>
53 </tr>
54
55 <!-- /TMPL_LOOP -->
56 </table></div></div>
57
58 <!-- /TMPL_UNLESS -->
59
60 </div>
61 </div>
62 </div>
63 <div class="yui-b">
64 <!--TMPL_INCLUDE NAME="navigation.inc" -->
65 <!-- TMPL_INCLUDE name="usermenu.inc" -->
66 </div>
67 </div>
68 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->