Bug 14610 - Add and update scripts
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / includes / masthead.inc
1 [% USE Koha %]
2 [% USE Branches %]
3 [% SET OpacLangSelectorMode = Koha.Preference('OpacLangSelectorMode') %]
4 <div id="wrap">
5     <div id="header-region" class="noprint">
6         <div class="navbar navbar-inverse navbar-static-top">
7             <div class="navbar-inner">
8                 <div class="container-fluid">
9                     <h1 id="logo">
10                         <a class="brand" href="/cgi-bin/koha/opac-main.pl">
11                             [% IF ( LibraryNameTitle ) %]
12                                 [% LibraryNameTitle %]
13                             [% ELSE %]
14                                 Koha online
15                             [% END %]
16                         </a>
17                     </h1>
18                     [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
19                         <div id="cartDetails" class="cart-message">Your cart is empty.</div>
20                     [% END %]
21                     <ul class="nav">
22                         [% IF ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
23                             <li class="dropdown">
24                                 <a href="#" title="Collect items you are interested in" class="dropdown-toggle" id="cartmenulink" data-toggle="dropdown" role="button">
25                                     <i id="carticon" class="icon-shopping-cart icon-white"></i> <span class="cartlabel">Cart</span> <span id="basketcount"></span> <b class="caret"></b>
26                                 </a>
27                                 <ul aria-labelledby="cartmenulink" role="menu" class="dropdown-menu">
28                                     <li role="presentation">
29                                         <a href="#" id="cartmenuitem" class="cart-message" tabindex="-1" role="menuitem">Your cart is empty.</a>
30                                     </li>
31                                 </ul>
32                             </li>
33                         [% END %]
34                         [% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) && ( Koha.Preference( 'opacbookbag' ) == 1 ) %]
35                             <li class="divider-vertical"></li>
36                         [% END %]
37                         [% IF ( Koha.Preference( 'virtualshelves' ) == 1 ) %]
38                             <li class="dropdown">
39                                 <a href="#" title="Show lists" class="dropdown-toggle" id="listsmenu" data-toggle="dropdown" role="button"><i class="icon-list icon-white"></i> <span class="listslabel">Lists</span> <b class="caret"></b></a>
40                                 <ul aria-labelledby="listsmenu" role="menu" class="dropdown-menu">
41                                 [% IF some_public_shelves.count %]
42                                     <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=2" tabindex="-1" role="menuitem"><strong>Public lists</strong></a></li>
43                                     [% SET number_of_public_shelves = 0 %]
44                                     [% FOREACH s IN some_public_shelves %]
45                                         <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% s.shelfnumber %]&amp;sortfield=[% s.sortfield %]" tabindex="-1" role="menuitem">[% s.shelfname |html %]</a></li>
46                                         [% SET number_of_public_shelves = number_of_public_shelves + 1 %]
47                                         [% IF number_of_public_shelves >= 10 %][% LAST %][% END %]
48                                     [% END %]
49                                     [% IF some_public_shelves > 10 %]
50                                         <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=2" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li>
51                                     [% END %]
52                                 [% ELSE %]
53                                     <li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem">No public lists</a></li>
54                                 [% END %]
55                                 <li class="divider" role="presentation"></li>
56                                 [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
57                                     <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem"><strong>Your lists</strong></a></li>
58                                     [% IF loggedinusername %]
59                                         [% IF some_private_shelves.count %]
60                                             [% SET number_of_private_shelves = 0 %]
61                                             [% FOREACH s IN some_private_shelves %]
62                                                 <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=view&amp;shelfnumber=[% s.shelfnumber %]&amp;sortfield=[% s.sortfield %]" tabindex="-1" role="menuitem">[% s.shelfname |html %]</a></li>
63                                                 [% SET number_of_private_shelves = number_of_private_shelves + 1 %]
64                                                 [% IF number_of_private_shelves >= 10 %][% LAST %][% END %]
65                                             [% END %]
66                                             [% IF some_private_shelves > 10 %]
67                                                 <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem" class="listmenulink">View All</a></li>
68                                             [% END %]
69                                         [% ELSE %]
70                                             <li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem">No private lists</a></li>
71                                             <li role="presentation"><a href="/cgi-bin/koha/opac-shelves.pl?op=list&amp;category=1" tabindex="-1" role="menuitem" class="listmenulink">New list</a></li>
72                                         [% END %]
73                                     [% ELSE %]
74                                         <li role="presentation"><a href="/cgi-bin/koha/opac-user.pl" tabindex="-1" class="menu-inactive loginModal-trigger" role="menuitem">Log in to create your own lists</a></li>
75                                     [% END # / IF loggedinusername %]
76                                 [% END # / IF opacuserlogin %]
77                                 </ul> <!-- / .dropdown-menu -->
78                             </li> <!-- / .dropdown -->
79                         [% END # / IF virtualshelves %]
80                     </ul> <!-- / .nav -->
81                     [% IF Koha.Preference( 'virtualshelves' ) == 1 %]<div id="listsDetails"></div>[% END %]
82                     [% IF Koha.Preference( 'opacuserlogin' ) == 1 || opaclanguagesdisplay || EnableOpacSearchHistory %]
83                         <a id="user-menu-trigger" class="pull-right" href="#"><i class="icon-user"></i> <span class="caret"></span></a>
84                         <div id="members">
85                             <ul class="nav pull-right">
86
87                                 [% INCLUDE 'masthead-langmenu.inc' %]
88
89                                 [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
90                                     [% UNLESS ( loggedinusername ) %]
91                                         [% IF Koha.Preference('casAuthentication') %]
92                                             [%# CAS authentication is too complicated for modal window %]
93                                             <li><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li>
94                                         [% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %]
95                                             <li><a href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li>
96                                         [% ELSE %]
97                                             <li><a href="/cgi-bin/koha/opac-user.pl" class="loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li>
98                                         [% END %]
99                                     [% END %]
100                                     [% IF ( loggedinusername ) %]
101                                         <li><p class="members navbar-text">Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% USER_INFO.title %] [% USER_INFO.firstname %] [% USER_INFO.surname %]</span></a></p></li>
102                                         <li class="divider-vertical"></li>
103                                     [% END %]
104                                 [% END %]
105                                 [% IF EnableOpacSearchHistory %]
106                                     <li><p class="navbar-text"><a href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">Search history</a> [<a class="logout" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history" onclick="return confirm(MSG_DELETE_SEARCH_HISTORY);">x</a>]</p></li>
107                                     <li class="divider-vertical"></li>
108                                 [% END %]
109                                 [% IF Koha.Preference( 'opacuserlogin' ) == 1 %]
110                                     [% IF ( loggedinusername ) %]
111                                         <li><p class="navbar-text">
112                                             [% IF persona %]
113                                                 <a class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1" onclick='navigator.id.logout();'>
114                                             [% ELSE %]
115                                                 <a class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1">
116                                             [% END %]
117                                             Log out</a></p></li>
118                                     [% END %]
119                                 [% END %]
120                             </ul>
121                         </div> <!-- /members -->
122                     [% END # IF opacuserlogin %]
123                 </div> <!-- /container-fluid -->
124             </div> <!-- /navbar-inner -->
125         </div> <!-- /navbar -->
126
127         [% IF ( opacheader ) %]
128             <div class="container-fluid">
129                 <div class="row-fluid">
130                     <div id="opacheader">
131                         [% opacheader %]
132                     </div>
133                 </div>
134             </div>
135         [% END %]
136     </div> <!-- / header-region -->
137
138     <div class="container-fluid">
139         <div class="row-fluid">
140             <div id="opac-main-search">
141     <!--             <div class="span2">
142         [% IF ( opacsmallimage ) %]
143             <h1 id="libraryname" style="background-image: url('[% opacsmallimage %]');">
144         [% ELSE %]
145             <h1 id="libraryname">
146         [% END %]
147             <a href="/cgi-bin/koha/opac-main.pl">[% IF ( LibraryName ) %][% LibraryName %][% ELSE %]Koha Online Catalog[% END %]</a></h1>
148     </div> /.span2 -->
149             <div class="span12">
150                 [% IF ( OpacPublic ) %]
151                     [% UNLESS ( advsearch ) %]
152                         [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
153                             <div class="mastheadsearch librarypulldown">
154                         [% ELSE %]
155                             <div class="mastheadsearch">
156                         [% END %]
157                         [% IF Koha.Preference('OpacCustomSearch') == '' %]
158                             <form name="searchform" method="get" action="/cgi-bin/koha/opac-search.pl" id="searchform" class="form-inline">
159                                 <label for="masthead_search"> Search
160                                     [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
161                                         [% IF ( mylibraryfirst ) %]
162                                             (in [% mylibraryfirst %] only)
163                                         [% END %]
164                                     [% END %]
165                                 </label>
166
167                                 <select name="idx" id="masthead_search">
168                                 [% IF ( ms_kw ) %]
169                                     <option selected="selected" value="">Library catalog</option>
170                                 [% ELSE %]
171                                     <option value="">Library catalog</option>
172                                 [% END # /ms_kw %]
173                                 [% IF ( ms_ti ) %]
174                                     <option selected="selected" value="ti">Title</option>
175                                 [% ELSE %]
176                                     <option value="ti">Title</option>
177                                 [% END # /ms_ti %]
178                                 [% IF ( ms_au ) %]
179                                     <option selected="selected" value="au">Author</option>
180                                 [% ELSE %]
181                                     <option value="au">Author</option>
182                                 [% END # /ms_au%]
183                                 [% IF ( ms_su ) %]
184                                     <option selected="selected" value="su">Subject</option>
185                                 [% ELSE %]
186                                     <option value="su">Subject</option>
187                                 [% END # /ms_su %]
188                                 [% IF ( ms_nb ) %]
189                                     <option selected="selected" value="nb">ISBN</option>
190                                 [% ELSE %]
191                                     <option value="nb">ISBN</option>
192                                 [% END # /ms_nb%]
193                                 [% IF ( ms_se ) %]
194                                     <option selected="selected" value="se">Series</option>
195                                 [% ELSE %]
196                                     <option value="se">Series</option>
197                                 [% END # /ms_se %]
198                                 [% IF ( numbersphr ) %]
199                                     [% IF ( ms_callnum ) %]
200                                             <option selected="selected" value="callnum,phr">Call number</option>
201                                     [% ELSE %]
202                                         <option value="callnum,phr">Call number</option>
203                                     [% END #/ms_callnum %]
204                                 [% ELSE %]
205                                     [% IF ( ms_callnum ) %]
206                                         <option selected="selected" value="callnum">Call number</option>
207                                     [% ELSE %]
208                                         <option value="callnum">Call number</option>
209                                     [% END # /ms_callnum %]
210                                 [% END # /numbersphr %]
211                                 </select>
212
213                                 [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
214                                     <div class="input-append nolibrarypulldown">
215                                 [% END %]
216                                 [% IF ( ms_value ) %]
217                                     <input type="text" title="Type search term" class="transl1" id = "translControl1" name="q" value="[% ms_value |html %]" /><span id="translControl"></span>
218                                 [% ELSE %]
219                                     <input type="text" title="Type search term" class="transl1" id = "translControl1" name="q" /><span id="translControl"></span>
220                                 [% END # /ms_value %]
221
222                                 [% UNLESS ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
223                                     <button type="submit" id="searchsubmit" class="btn btn-primary">Go</button>
224                                     </div>
225                                 [% END %]
226
227                                 [% IF ( Koha.Preference( 'OpacAddMastheadLibraryPulldown' ) == 1 ) %]
228                                     <div class="input-append">
229                                         <select name="branch_group_limit" id="select_library">
230                                             <option value="">All libraries</option>
231                                             [% IF BranchCategoriesLoop %]<optgroup label="Libraries">[% END %]
232                                                 [% FOREACH BranchesLoo IN Branches.all( selected => opac_name ) %]
233                                                     [% IF BranchesLoo.selected %]
234                                                         <option selected="selected" value="branch:[% BranchesLoo.branchcode %]">[% BranchesLoo.branchname %]</option>
235                                                     [% ELSE %]
236                                                         <option value="branch:[% BranchesLoo.branchcode %]">[% BranchesLoo.branchname %]</option>
237                                                     [% END %]
238                                                 [% END %]
239                                             [% IF BranchCategoriesLoop %]
240                                                 </optgroup>
241                                                 <optgroup label="Groups">
242                                                     [% FOREACH bc IN BranchCategoriesLoop %]
243                                                         [% IF bc.categorycode == opac_name %]
244                                                             <option selected="selected" value="multibranchlimit-[% bc.categorycode %]">[% bc.categoryname %]</option>
245                                                         [% ELSE %]
246                                                             <option value="multibranchlimit-[% bc.categorycode %]">[% bc.categoryname %]</option>
247                                                         [% END # / bc.selected %]
248                                                     [% END %]
249                                                 </optgroup>
250                                             [% END # / BranchCategoriesLoop %]
251                                         </select>
252                                         <button type="submit" id="searchsubmit" class="btn btn-primary">Go</button>
253                                     </div>
254                                 [% ELSE %]
255                                     [% IF ( opac_limit_override ) %]
256                                         [% IF ( opac_search_limit ) %]
257                                             <input name="limit" value="[% opac_search_limit %]" type="hidden" />
258                                         [% END %]
259                                     [% ELSE %]
260                                         [% IF ( mylibraryfirst ) %]
261                                             <input name="limit" value="branch:[% mylibraryfirst %]" type="hidden" />
262                                         [% END %]
263                                     [% END # / opac_limit_override %]
264                                 [% END # / OpacAddMastheadLibraryPulldown %]
265
266                             </form>
267                         [% ELSE # / Koha.Preference('OpacCustomSearch') == '' %]
268                             [% Koha.Preference('OpacCustomSearch') %]
269                         [% END # / Koha.Preference('OpacCustomSearch') == '' %]
270                         </div> <!-- / .mastheadsearch -->
271                     [% END # / UNLESS advsearch %]
272
273                     <div class="row-fluid">
274                             <div id="moresearches">
275                                 <ul>
276                                     <li><a href="/cgi-bin/koha/opac-search.pl">Advanced search</a></li>
277                                     [% IF ( Koha.Preference( 'UseCourseReserves' ) == 1 ) %]<li><a href="/cgi-bin/koha/opac-course-reserves.pl">Course reserves</a></li>[% END %]
278                                     [% IF Koha.Preference( 'OpacBrowser' ) == 1 %]<li><a href="/cgi-bin/koha/opac-browser.pl">Browse by hierarchy</a></li>[% END %]
279                                     [% IF Koha.Preference( 'OpacAuthorities' ) == 1 %]<li><a href="/cgi-bin/koha/opac-authorities-home.pl">Authority search</a></li>[% END %]
280                                     [% IF ( ( Koha.Preference( 'opacuserlogin' ) == 1 ) && ( Koha.Preference( 'reviewson' ) == 1 ) && ( Koha.Preference( 'OpacShowRecentComments' ) == 1 ) ) %]<li><a href="/cgi-bin/koha/opac-showreviews.pl">Recent comments</a></li>[% END %]
281                                     [% IF Koha.Preference( 'TagsEnabled' ) == 1 %]<li><a href="/cgi-bin/koha/opac-tags.pl">Tag cloud</a></li>[% END %]
282                                     [% IF Koha.Preference( 'OpacCloud' ) == 1 %]<li><a href="/cgi-bin/koha/opac-tags_subject.pl">Subject cloud</a></li>[% END %]
283                                     [% IF Koha.Preference( 'OpacTopissue' ) == 1 %]<li><a href="/cgi-bin/koha/opac-topissues.pl">Most popular</a></li>[% END %]
284                                     [% IF Koha.Preference( 'suggestion' ) == 1 %]
285                                         [% IF Koha.Preference( 'AnonSuggestions' ) == 1 %]
286                                             <li><a href="/cgi-bin/koha/opac-suggestions.pl">Purchase suggestions</a></li>
287                                         [% ELSIF ( ( Koha.Preference( 'OPACViewOthersSuggestions' ) == 1 ) ) %]
288                                             <li><a href="/cgi-bin/koha/opac-suggestions.pl">Purchase suggestions</a></li>
289                                         [% END %]
290                                     [% END %]
291                                 </ul>
292                             </div> <!-- /#moresearches -->
293                     </div> <!-- /.row-fluid -->
294
295                 [% END # / OpacPublic %]
296             </div> <!-- /.span10 -->
297             </div> <!-- /.opac-main-search -->
298         </div> <!-- / .row-fluid -->
299     </div> <!-- /.container-fluid -->
300
301     <!-- Login form hidden by default, used for modal window -->
302     <div id="loginModal" class="modal hide" tabindex="-1" role="dialog" aria-labelledby="modalLoginLabel" aria-hidden="true">
303         <div class="modal-header">
304             <button type="button" class="closebtn" data-dismiss="modal" aria-hidden="true">×</button>
305             <h3 id="modalLoginLabel">Log in to your account</h3>
306         </div>
307         <form action="/cgi-bin/koha/opac-user.pl" method="post" name="auth" id="modalAuth">
308             <div class="modal-body">
309                     [% IF ( shibbolethAuthentication ) %]
310                     [% IF ( invalidShibLogin ) %]
311                     <!-- This is what is displayed if shibboleth login has failed to match a koha user -->
312                     <div class="alert alert-info">
313                         <p>Sorry, your Shibboleth identity does not match a valid library identity. If you have a local login, you may use that below.</p>
314                     </div>
315                     [% ELSE %]
316                     <h4>Shibboleth Login</h4>
317                     <p>If you have a Shibboleth account, please <a href="[% shibbolethLoginUrl %]">click here to login</a>.</p>
318                     <h4>Local Login</h4>
319                     [% END %]
320             [% END %]
321                     <input type="hidden" name="koha_login_context" value="opac" />
322                     <fieldset class="brief">
323                         <label for="muserid">Login:</label><input type="text" id="muserid" name="userid" />
324                         <label for="mpassword">Password:</label><input type="password" id="mpassword" name="password" />
325                     [% IF Koha.Preference('OpacPasswordChange') && Koha.Preference('OpacResetPassword') %]
326                         <div id="forgotpassword-modal">
327                             <a href="/cgi-bin/koha/opac-password-recovery.pl">Forgot your password?</a>
328                         </div>
329                     [% END %]
330                     [% IF Koha.Preference( 'NoLoginInstructions' ) %]
331                         <div id="nologininstructions-modal">
332                             [% Koha.Preference( 'NoLoginInstructions' ) %]
333                         </div>
334                     [% END %]
335                         [% IF PatronSelfRegistration && PatronSelfRegistrationDefaultCategory %]<div id="mpatronregistration"><p>Don't have an account? <a href="/cgi-bin/koha/opac-memberentry.pl">Register here.</a></p></div>[% END %]
336                     </fieldset>
337             </div>
338             <div class="modal-footer">
339                 <input type="submit" class="btn btn-primary" value="Log in" />
340                 <a href="#" data-dismiss="modal" aria-hidden="true" class="cancel">Cancel</a>
341             </div>
342         </form> <!-- /#auth -->
343     </div>  <!-- /#modalAuth  -->