Bug 7839 [ENH] : Add tab in patron record to show patron's routing lists
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / circ-menu.inc
index 8cf2e48..9f1c887 100644 (file)
@@ -1,72 +1,88 @@
-<!-- TMPL_IF NAME="borrowernumber" -->
-<div class="patroninfo"><h5><!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)</h5>
+[% IF ( borrowernumber ) %]
+<div class="patroninfo"><h5>[% INCLUDE 'patron-title.inc' %]</h5>
 <!--[if IE 6]>
 <style type="tex/css">img { width: expression(this.width > 140 ? 140: true);
 }</style>
 <![endif]-->
 <ul>
-<!-- TMPL_IF NAME="patronimages" -->
-<!-- TMPL_IF NAME="picture" -->
-<li><img src="/cgi-bin/koha/members/patronimage.pl?crdnum=<!-- TMPL_VAR NAME="cardnumber" -->" id="patronimage" alt="<!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)" border="0" style="max-width : 140px; margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC; width:auto !important; width:130px;" /></li>
-<!-- TMPL_ELSE -->
-<li><img src="/intranet-tmpl/prog/img/patron-blank.png" alt="<!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" --> (<!-- TMPL_VAR NAME="cardnumber" -->)" border="0" style="margin: .3em 0 .3em .3em; padding: .2em; border: 1px solid #CCCCCC;" /></li>
-<!-- /TMPL_IF -->
-<!-- /TMPL_IF -->
-    <li><!-- TMPL_IF NAME="address"-->
-            <!-- TMPL_VAR NAME="address" -->
-    <!-- TMPL_ELSE -->
-            <span class="empty">No address stored.</span>
-    <!-- /TMPL_IF --></li>
-    <!-- TMPL_IF NAME="address2" -->
-        <li><!-- TMPL_VAR NAME="address2" --></li>
-    <!-- /TMPL_IF --><li> 
-    <!-- TMPL_IF NAME="city" -->
-            <!-- TMPL_VAR NAME="city" -->
-           <!-- TMPL_VAR NAME="zipcode" -->
-           <!-- TMPL_IF NAME="country" -->, <!-- TMPL_VAR NAME="country" --><!-- /TMPL_IF -->
-    <!-- TMPL_ELSE -->
-        <span class="empty">No city stored.</span>
-    <!-- /TMPL_IF --></li>
-    <li><!--TMPL_IF NAME="phone" -->
-        <!-- TMPL_VAR NAME="phone" -->
-    <!-- TMPL_ELSE -->
-        <!--TMPL_IF NAME="mobile" -->
-            <!-- TMPL_VAR NAME="mobile" -->
-        <!-- TMPL_ELSE -->
-            <!--TMPL_IF NAME="phonepro" -->
-                <!-- TMPL_VAR NAME="phonepro" -->
-            <!-- TMPL_ELSE -->
-                <span class="empty">No phone stored.</span>    
-            <!-- /TMPL_IF -->
-        <!-- /TMPL_IF -->
-    <!-- /TMPL_IF --></li>
-    <!-- TMPL_IF NAME="email" -->
-        <li class="email"> <a href="mailto:<!-- TMPL_VAR NAME="email" -->" title="<!-- TMPL_VAR NAME="email" -->"><!-- TMPL_VAR NAME="email" --></a></li>
-    <!-- TMPL_ELSE -->
-        <!-- TMPL_IF NAME="emailpro" -->
-            <li class="email"> <a href="mailto:<!-- TMPL_VAR NAME="emailpro" -->" title="<!-- TMPL_VAR NAME="emailpro" -->"><!-- TMPL_VAR NAME="emailpro" --></a></li>
-        <!-- TMPL_ELSE -->
+[% IF ( patronimages ) %]
+[% IF ( picture ) %]
+<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>
+[% ELSE %]
+<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>
+[% END %]
+[% END %]
+    [% IF ( address or address2 ) %]
+        [% IF ( address ) %]
+            <li>[% address %]</li>
+        [% END %]
+        [% IF ( address2 ) %]
+            <li>[% address2 %]</li>
+        [% END %]
+    [% ELSE %]
+            <li><span class="empty" id="noadressstored">No address stored.</span></li>
+    [% END %]
+    <li>[% IF ( city ) %]
+            [% city %][% IF ( state ) %], [% state %][% END %]
+           [% zipcode %][% IF ( country ) %], [% country %][% END %]
+    [% ELSE %]
+        <span class="empty" id="nocitystored">No city stored.</span>
+    [% END %]</li>
+    <li>[% IF ( phone ) %]
+        [% phone %]
+    [% ELSE %]
+        [% IF ( mobile ) %]
+            [% mobile %]
+        [% ELSE %]
+            [% IF ( phonepro ) %]
+                [% phonepro %]
+            [% ELSE %]
+                <span class="empty" id="nophonestored">No phone stored.</span>
+            [% END %]
+        [% END %]
+    [% END %]</li>
+    [% IF ( email ) %]
+        <li class="email"> <a href="mailto:[% email %]" title="[% email %]">[% email %]</a></li>
+    [% ELSE %]
+        [% IF ( emailpro ) %]
+            <li class="email"> <a href="mailto:[% emailpro %]" title="[% emailpro %]">[% emailpro %]</a></li>
+        [% ELSE %]
             <li> <span class="empty">No email stored.</span>    </li>
-        <!-- /TMPL_IF -->
-    <!-- /TMPL_IF -->
-    <li>Category: <!-- TMPL_VAR NAME="categoryname" --> (<!-- TMPL_VAR NAME="categorycode" -->)</li>
-    <li>Home Library: <!-- TMPL_IF NAME="branchname" --><!-- TMPL_VAR NAME="branchname" --><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="branch" --><!-- /TMPL_IF --></li>
+        [% END %]
+    [% END %]
+    [% IF ( ExtendedPatronAttributes ) %][% FOREACH extendedattribute IN extendedattributes %]
+        [% IF ( extendedattribute.display_checkout ) %]
+            [% IF ( extendedattribute.value ) %]
+                <li>[% extendedattribute.description %] : [% IF ( extendedattribute.value_description ) %][% extendedattribute.value_description %][% ELSE %][% extendedattribute.value %][% END %]</li>
+            [% END %]
+        [% END %]
+    [% END %][% END %]
+    <li>Category: [% categoryname %] ([% categorycode %])</li>
+    <li>Home library: [% IF ( branchname ) %][% branchname %][% ELSE %][% branch %][% END %]</li>
 </ul></div>
 <div id="menu">
 <ul>
-       <!-- TMPL_IF NAME="circview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Check Out</a></li>
-       <!-- TMPL_IF NAME="CAN_user_borrowers" -->
-       <!-- TMPL_IF NAME="detailview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Details</a></li>
-       <!-- /TMPL_IF -->
-        <!-- TMPL_IF NAME="CAN_user_updatecharges" -->
-       <!-- TMPL_IF NAME="finesview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Fines</a></li>
-       <!-- /TMPL_IF -->
-       <!-- TMPL_IF NAME="intranetreadinghistory" --><!-- TMPL_IF NAME="readingrecordview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/members/readingrec.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Circulation History</a></li><!-- /TMPL_IF -->
-       <!-- TMPL_IF NAME="CAN_user_parameters"--><!-- TMPL_IF NAME="logview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/tools/viewlog.pl?do_it=1&amp;modules=MEMBERS&amp;modules=circulation&amp;object=<!-- TMPL_VAR NAME="borrowernumber" -->&amp;src=circ">Modification Log</a></li><!-- /TMPL_IF -->
-    <!-- TMPL_IF NAME="EnhancedMessagingPreferences" -->
-    <!-- TMPL_IF NAME="messagingview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/members/messaging.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Messaging</a></li>
-    <!-- /TMPL_IF -->  
-       <!-- TMPL_IF NAME="sentnotices" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/members/notices.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Notices</a></li>
+    [% IF ( circview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/circ/circulation.pl?borrowernumber=[% borrowernumber %]">Check out</a></li>
+    [% IF ( CAN_user_borrowers ) %]
+        [% IF ( detailview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% borrowernumber %]">Details</a></li>
+    [% END %]
+    [% IF ( CAN_user_updatecharges ) %]
+        [% IF ( finesview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=[% borrowernumber %]">Fines</a></li>
+    [% END %]
+    [% IF ( routinglistview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/routing-lists.pl?borrowernumber=[% borrowernumber %]">Routing Lists</a></li>
+    [% IF ( intranetreadinghistory ) %]
+        [% IF ( readingrecordview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/readingrec.pl?borrowernumber=[% borrowernumber %]">Circulation history</a></li>
+    [% END %]
+    [% IF ( CAN_user_parameters ) %]
+        [% 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>
+    [% END %]
+    [% IF ( EnhancedMessagingPreferences ) %]
+       [% IF ( sentnotices ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/notices.pl?borrowernumber=[% borrowernumber %]">Notices</a></li>
+    [% END %]
+    [% IF (  statisticsview ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/statistics.pl?borrowernumber=[% borrowernumber %]">Statistics</a></li>
+    [% IF EnableBorrowerFiles %]
+        [% IF ( borrower_files ) %]<li class="active">[% ELSE %]<li>[% END %]<a href="/cgi-bin/koha/members/files.pl?borrowernumber=[% borrowernumber %]">Files</a></li>
+    [% END %]
 </ul></div>
-<!-- /TMPL_IF -->
+[% END %]