Bug 10080 - Change system pref IndependantBranches to IndependentBranches
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / includes / header.inc
1     <div id="header" class="navbar navbar-static-top">
2         <div class="navbar-inner">
3             <ul id="toplevelmenu" class="nav">
4                 [% IF ( CAN_user_circulate ) %]<li><a href="/cgi-bin/koha/circ/circulation-home.pl">Circulation</a></li>[% END %]
5                 [% IF ( CAN_user_borrowers ) %]<li><a href="/cgi-bin/koha/members/members-home.pl">Patrons</a></li>[% END %]
6                 [% IF ( CAN_user_catalogue ) %]<li><a href="/cgi-bin/koha/catalogue/search.pl">Search</a></li>[% END %]
7                 [% IF ( intranetbookbag ) %]
8                     <li><a href="#" id="cartmenulink">Cart<span id="basketcount"></span></a></li>
9                 [% END %]
10                 [% IntranetNav %]
11                 <li class="dropdown">
12                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a>
13                     <ul class="dropdown-menu">
14                             <li><a href="/cgi-bin/koha/virtualshelves/shelves.pl">Lists</a></li>
15                             [% IF ( CAN_user_editcatalogue_edit_catalogue || CAN_user_editcatalogue_edit_items ) %]
16                             <li><a href="/cgi-bin/koha/cataloguing/addbooks.pl">Cataloging</a></li>
17                             [% END %]
18                             [% IF ( CAN_user_acquisition ) %]
19                             <li><a href="/cgi-bin/koha/acqui/acqui-home.pl">Acquisitions</a></li>
20                             [% END %]
21                             [% IF ( CAN_user_editauthorities ) %]
22                             <li><a href="/cgi-bin/koha/authorities/authorities-home.pl">Authorities</a></li>
23                             [% END %]
24                             [% IF ( CAN_user_serials ) %]
25                             <li><a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a></li>
26                             [% END %]
27                             [% IF ( CAN_user_coursereserves ) %]
28                             <li><a href="/cgi-bin/koha/course_reserves/course-reserves.pl">Course Reserves</a></li>
29                             [% END %]
30                             [% IF ( CAN_user_reports ) %]
31                             <li><a href="/cgi-bin/koha/reports/reports-home.pl">Reports</a></li>
32                             [% END %]
33                             [% IF ( CAN_user_tools ) %]
34                             <li><a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a></li>
35                             [% END %]
36                             [% IF ( CAN_user_parameters ) %]
37                             <li><a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a></li>
38                             [% END %]
39                             <li><a href="/cgi-bin/koha/about.pl">About Koha</a></li>
40                             </ul>
41                 </li>
42             </ul>
43       <ul class="nav pull-right">
44         <li class="dropdown">
45           <a href="#" id="drop3" role="button" class="dropdown-toggle" data-toggle="dropdown">
46            [% IF ( loggedinusername ) %]
47               <span class="loggedinusername">
48                   [% loggedinusername %]
49               </span>
50               <span class="separator">|</span>
51               [% IF ( AutoLocation ) %]
52                 <brand>
53                   [% LoginBranchname %]
54                 </brand>
55               [% ELSE %]
56                 <strong>
57                   [% IF ( LoginBranchname == 'NO_LIBRARY_SET' ) %]
58                      NO LIBRARY SET
59                   [% ELSE %]
60                      [% LoginBranchname %]
61                   [% END %]
62                 </strong>
63               [% END %]
64               <b class="caret"></b>
65           </a>
66           <ul class="dropdown-menu" role="menu" aria-labelledby="drop3">
67            [% IF ( IndependentBranches ) %]
68               [% IF ( CAN_user_management || CAN_user_editcatalogue_edit_catalogue ) %]
69                   <li>
70                      <a class="toplinks" href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
71                   </li>
72               [% END %]
73            [% ELSE %]
74                   <li>
75                      <a class="toplinks" href="/cgi-bin/koha/circ/selectbranchprinter.pl">Set library</a>
76                   </li>
77            [% END %]
78            [% IF ( intranetbookbag ) %]
79               <li>
80                   <a class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1" onclick="clearHoldFor(); delBasket('main', true);">Log out</a>
81               </li>
82            [% ELSE %]
83               <li>
84                   <a class="toplinks" href="/cgi-bin/koha/mainpage.pl?logout.x=1" onclick="clearHoldFor();">Log out</a>
85               </li>
86            [% END %]
87            [% ELSE %]
88               You are not logged in |
89            [% END %]
90           </ul>
91           <li>
92          <a class="toplinks" href="/cgi-bin/koha/help.pl" id="helper" onclick="var link=window.open('','Koha_Help','width=600,height=600,toolbar=false,scrollbars=yes'); link.location='/cgi-bin/koha/help.pl'; return false;">Help</a>
93           </li>
94         </li>
95       </ul>
96        </div>
97    </div>
98 [% IF ( intranetbookbag ) %]<div id="cartDetails">Your cart is empty.</div>[% END %]
99 </div>