|
Lines 3-8
Link Here
|
| 3 |
[% USE Asset %] |
3 |
[% USE Asset %] |
| 4 |
[% USE Koha %] |
4 |
[% USE Koha %] |
| 5 |
[% USE Branches %] |
5 |
[% USE Branches %] |
|
|
6 |
[% USE KohaDates %] |
| 6 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
7 |
[% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 7 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
8 |
[% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] |
| 8 |
[% INCLUDE 'doc-head-open.inc' %] |
9 |
[% INCLUDE 'doc-head-open.inc' %] |
|
Lines 43-48
Link Here
|
| 43 |
<div id="lib-container"> |
44 |
<div id="lib-container"> |
| 44 |
<p id="patron-lib"><strong>Library:</strong> [% Branches.GetName( patron.branchcode ) | html %]</p> |
45 |
<p id="patron-lib"><strong>Library:</strong> [% Branches.GetName( patron.branchcode ) | html %]</p> |
| 45 |
</div> |
46 |
</div> |
|
|
47 |
<div id="cardnumber-container"> |
| 48 |
<p id="patron-cardnumber"><strong>Card number:</strong> [% patron.cardnumber | html %]</p> |
| 49 |
</div> |
| 50 |
<div id="dateexpiry-container"> |
| 51 |
<p id="patron-dateexpiry"><strong>Expiration date:</strong> [% patron.dateexpiry | $KohaDates %]</p> |
| 52 |
</div> |
| 46 |
</div> |
53 |
</div> |
| 47 |
</div> |
54 |
</div> |
| 48 |
<!-- / .col-10 --> |
55 |
<!-- / .col-10 --> |
| 49 |
- |
|
|