Lines 1-4
Link Here
|
1 |
[% INCLUDE 'doc-head-open.inc' %][% DEFAULT LibraryNameTitle="Koha Online" %] Catalog › Account for [% FOREACH BORROWER_INF IN BORROWER_INFO %][% BORROWER_INF.firstname %] [% BORROWER_INF.surname %][% END %] |
1 |
[% INCLUDE 'doc-head-open.inc' %][% DEFAULT LibraryNameTitle="Koha Online" %] Catalog › Account for [% firstname %] [% surname %] |
2 |
[% INCLUDE 'doc-head-close.inc' %] |
2 |
[% INCLUDE 'doc-head-close.inc' %] |
3 |
<style type="text/css">ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a { padding:0.6em 1em; }</style> |
3 |
<style type="text/css">ul.ui-tabs-nav li a, ul.ui-tabs-nav li span.a { padding:0.6em 1em; }</style> |
4 |
<script type="text/javascript"> |
4 |
<script type="text/javascript"> |
Lines 22-28
$(document).ready(function(){
Link Here
|
22 |
<div class="yui-b"><div class="yui-g"> |
22 |
<div class="yui-b"><div class="yui-g"> |
23 |
<div id="userreadingrecord" class="container"> |
23 |
<div id="userreadingrecord" class="container"> |
24 |
<!--CONTENT--> |
24 |
<!--CONTENT--> |
25 |
<h3><a href="/cgi-bin/koha/opac-user.pl">[% FOREACH BORROWER_INF IN BORROWER_INFO %][% BORROWER_INF.firstname %] [% BORROWER_INF.surname %][% END %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Checkout History</h3> |
25 |
<h3><a href="/cgi-bin/koha/opac-user.pl">[% firstname %] [% surname %]'s account</a> <img src="[% themelang %]../../images/caret.gif" width="16" height="16" alt=">" border="0" /> Checkout History</h3> |
26 |
|
26 |
|
27 |
[% UNLESS ( count ) %] |
27 |
[% UNLESS ( count ) %] |
28 |
You have never borrowed anything from this library. |
28 |
You have never borrowed anything from this library. |