Bug 18762: Remove warnings from xt/author/valid-templates.t
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / circ-menu.inc
1 [% USE Koha %]
2 [% IF ( borrowernumber ) %]
3 <div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5>
4 <!--[if IE 6]>
5 <style type="tex/css">img { width: expression(this.width > 140 ? 140: true);
6 }</style>
7 <![endif]-->
8 <ul class="patronbriefinfo">
9     [% IF ( patronimages ) %]
10         [% IF ( picture ) %]
11             <li>
12                 <img src="/cgi-bin/koha/members/patronimage.pl?borrowernumber=[% borrowernumber | uri %]" id="patronimage" alt="[% firstname | html %] [% surname | html %] ([% cardnumber | html %])" />
13             </li>
14         [% ELSE %]
15             <li id="patronbasics">
16                 <div></div>
17             </li>
18         [% END %]
19     [% END %]
20     [% IF Koha.Preference( 'AddressFormat' ) %]
21         [% INCLUDE "member-display-address-style-${ Koha.Preference( 'AddressFormat' ) }.inc" %]
22     [% ELSE %]
23         [% INCLUDE 'member-display-address-style-us.inc' %]
24     [% END %]
25
26     [% IF ( phone ) %]<li class="patronphone">
27         <a href="tel:[% phone | url %]">[% phone | html %]</a>
28     [% ELSE %]
29         [% IF ( mobile ) %]
30             <a href="tel:[% mobile | url %]">[% mobile | html %]</a>
31         [% ELSE %]
32             [% IF ( phonepro ) %]
33                 <a href="tel:[% phonepro | url %]">[% phonepro | html %]</a>
34             [% END %]
35         [% END %]</li>
36     [% END %]
37     [% IF ( email ) %]
38         <li class="email"> <a href="mailto:[% email | url %]" title="[% email | html %]">[% email | html %]</a></li>
39     [% ELSE %]
40         [% IF ( emailpro ) %]
41             <li class="email"> <a href="mailto:[% emailpro | url %]" title="[% emailpro | html %]">[% emailpro | html %]</a></li>
42         [% END %]
43     [% END %]
44
45     [% UNLESS ( address or address2 ) %]
46         <li><span class="empty" id="noaddressstored">No address stored.</span></li>
47     [% END %]
48     [% UNLESS ( city ) %]
49         <li><span class="empty" id="nocitystored">No city stored.</span></li>
50     [% END %]
51     [% UNLESS ( phone or mobile or phonepro) %]
52         <li> <span class="empty">No phone stored.</span></li>
53     [% END %]
54     [% UNLESS ( email or emailpro) %]
55         <li> <span class="empty">No email stored.</span></li>
56     [% END %]
57
58     [% IF ( ExtendedPatronAttributes ) %][% FOREACH extendedattribute IN extendedattributes %]
59         [% IF ( extendedattribute.display_checkout ) %]
60             [% IF ( extendedattribute.value ) %]
61                 <li class="patronattribute"><span class="patronattributelabel">[% extendedattribute.description %]</span> : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value %][% END %]</li>
62             [% END %]
63         [% END %]
64     [% END %][% END %]
65     <li class="patroncategory">Category: [% categoryname %] ([% categorycode %])</li>
66     <li class="patronlibrary">Home library: [% Branches.GetName( branchcode ) %]</li>
67 </ul></div>
68 <div id="menu">
69 <ul>
70     [% IF ( CAN_user_circulate_circulate_remaining_permissions ) %]
71         [% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]">Check out</a></li>
72         [% IF Koha.Preference('BatchCheckouts') &&
73               Koha.Preference('BatchCheckoutsValidCategories').split('\|').grep('^' _ categorycode _ '$').size > 0 %]
74           [% IF ( batch_checkout_view ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]&amp;batch=1">Batch check out</a></li>
75         [% END %]
76     [% END %]
77     [% IF ( CAN_user_borrowers ) %]
78         [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Details</a></li>
79     [% END %]
80     [% IF ( CAN_user_updatecharges ) %]
81         [% IF ( finesview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/pay.pl?borrowernumber=[% borrowernumber %]">Fines</a></li>
82     [% END %]
83     [% IF ( CAN_user_circulate_circulate_remaining_permissions  )  %]
84         [% IF ( RoutingSerials ) %][% IF ( routinglistview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/routing-lists.pl?borrowernumber=[% borrowernumber %]">Routing lists</a></li>[% END %]
85     [% END %]
86     [% IF ( CAN_user_borrowers ) %]
87         [% IF ( intranetreadinghistory ) %]
88             [% IF ( readingrecordview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/readingrec.pl?borrowernumber=[% borrowernumber %]">Circulation history</a></li>
89         [% END %]
90     [% END %]
91     [% IF ( CAN_user_parameters ) %]
92         [% IF ( logview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&amp;modules=MEMBERS&amp;modules=circulation&amp;object=[% borrowernumber %]&amp;src=circ">Modification log</a></li>
93     [% END %]
94     [% IF ( CAN_user_borrowers ) %]
95         [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]">Notices</a></li>
96     [% END %]
97     [% IF ( CAN_user_borrowers ) %]
98         [% IF (  statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrowernumber %]">Statistics</a></li>
99     [% END %]
100     [% IF ( CAN_user_borrowers ) %]
101         [% IF ( EnableBorrowerFiles ) %]
102             [% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrowernumber %]">Files</a></li>
103         [% END %]
104     [% END %]
105
106     [% IF ( CAN_user_borrowers ) %]
107         [% IF ( suggestionsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/purchase-suggestions.pl?borrowernumber=[% borrowernumber %]">Purchase suggestions</a></li>
108     [% END %]
109     [% IF CAN_user_borrowers && useDischarge %]
110         [% IF dischargeview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/discharge.pl?borrowernumber=[% borrowernumber %]">Discharges</a></li>
111     [% END %]
112     [% IF Koha.Preference('HouseboundModule') %]
113         [% IF houseboundview %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/housebound.pl?borrowernumber=[% borrowernumber %]">Housebound</a></li>
114     [% END %]
115 </ul></div>
116 [% END %]