Link Here
|
|
|
1 |
|
2 |
|
1 |
[% IF ( borrowernumber ) %] |
3 |
[% IF ( borrowernumber ) %] |
2 |
<div class="patroninfo"><h5>[% firstname %] [% surname %] ([% cardnumber %])</h5> |
4 |
<div class="patroninfo"><h5>[% firstname %] [% surname %] ([% cardnumber %])</h5> |
3 |
<!--[if IE 6]> |
5 |
<!--[if IE 6]> |
4 |
<style type="tex/css">img { width: expression(this.width > 140 ? 140: true); |
6 |
<style type="tex/css">img { width: expression(this.width > 140 ? 140: true); |
5 |
}</style> |
7 |
}</style> |
6 |
<![endif]--> |
8 |
<![endif]--> |
7 |
<ul> |
|
|
8 |
[% IF ( patronimages ) %] |
9 |
[% IF ( patronimages ) %] |
9 |
[% IF ( picture ) %] |
10 |
[% IF ( picture ) %] |
10 |
<li><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=[% cardnumber %]" id="patronimage" alt="[% firstname %] [% surname %] ([% cardnumber %])" border="0" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li> |
11 |
<div id="patronimage"><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=[% cardnumber %]" alt="[% firstname %] [% surname %] ([% cardnumber %])" /></div> |
11 |
[% ELSE %] |
12 |
[% ELSE %] |
12 |
<li><img src="/intranet-tmpl/prog/img/patron-blank.png" alt="[% firstname %] [% surname %] ([% cardnumber %])" border="0" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li> |
13 |
<div id="patronimage"><img src="/intranet-tmpl/prog/img/patron-blank.png" alt="[% firstname %] [% surname %] ([% cardnumber %])" /></div> |
13 |
[% END %] |
14 |
[% END %] |
14 |
[% END %] |
15 |
[% END %] |
|
|
16 |
<ul id="contact" class="collapse"> |
15 |
<li>[% IF ( address ) %] |
17 |
<li>[% IF ( address ) %] |
16 |
[% address %] |
18 |
[% address %] |
17 |
[% ELSE %] |
19 |
[% ELSE %] |
Link Here
|
22 |
[% END %]<li> |
24 |
[% END %]<li> |
23 |
[% IF ( city ) %] |
25 |
[% IF ( city ) %] |
24 |
[% city %][% IF ( state ) %], [% state %][% END %] |
26 |
[% city %][% IF ( state ) %], [% state %][% END %] |
25 |
[% zipcode %][% IF ( country ) %], [% country %][% END %] |
27 |
[% zipcode %][% IF ( country ) %]<br />[% country %][% END %] |
26 |
[% ELSE %] |
28 |
[% ELSE %] |
27 |
<span class="empty">No city stored.</span> |
29 |
<span class="empty">No city stored.</span> |
28 |
[% END %]</li> |
30 |
[% END %]</li> |
Link Here
|
48 |
<li> <span class="empty">No email stored.</span> </li> |
50 |
<li> <span class="empty">No email stored.</span> </li> |
49 |
[% END %] |
51 |
[% END %] |
50 |
[% END %] |
52 |
[% END %] |
|
|
53 |
</ul> |
54 |
<a class="togglecollapse toggleclosed" id="showcontact" href="#">Contact Information</a> |
55 |
<ul id="libraryinfo" class="collapse"> |
56 |
<li>Category: [% categoryname %] ([% categorycode %])</li> |
57 |
<li>Home Library: [% IF ( branchname ) %][% branchname %][% ELSE %][% branch %][% END %]</li> |
51 |
[% FOREACH extendedattribute IN extendedattributes %] |
58 |
[% FOREACH extendedattribute IN extendedattributes %] |
52 |
[% IF ( extendedattribute.display_checkout ) %] |
59 |
[% IF ( extendedattribute.display_checkout ) %] |
53 |
[% IF ( extendedattribute.value ) %] |
60 |
[% IF ( extendedattribute.value ) %] |
Link Here
|
55 |
[% END %] |
62 |
[% END %] |
56 |
[% END %] |
63 |
[% END %] |
57 |
[% END %] |
64 |
[% END %] |
58 |
<li>Category: [% categoryname %] ([% categorycode %])</li> |
65 |
</ul> |
59 |
<li>Home Library: [% IF ( branchname ) %][% branchname %][% ELSE %][% branch %][% END %]</li> |
66 |
<a class="togglecollapse toggleclosed" id="showlibraryinfo" href="#">Library Information</a> |
60 |
</ul></div> |
67 |
</div> |
61 |
<div id="menu"> |
68 |
<div id="menu"> |
62 |
<ul> |
69 |
<ul> |
63 |
[% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]">Check Out</a></li> |
70 |
[% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]">Check Out</a></li> |