Lines 1-79
Link Here
|
1 |
<div id="header-wrapper"> |
1 |
<div id="header-wrapper"> |
2 |
|
2 |
|
3 |
<div id="top-bar"> |
|
|
4 |
<ul id="menu-left"> |
5 |
<!-- [% IF ( opacbookbag ) %] --> |
6 |
<li> |
7 |
<span id="cmspan"></span> |
8 |
<div id="cartDetails">Your cart is empty.</div> |
9 |
</li> |
10 |
<!-- [% END %] --> |
11 |
|
12 |
[% IF ( virtualshelves ) %] |
13 |
|
14 |
<li id="listsmenulink"> |
15 |
<a href="/cgi-bin/koha/opac-shelves.pl" class=""> |
16 |
<span>Lists</span> |
17 |
</a> |
18 |
<div id="listsmenu" class="yuimenu" style="display: none"> |
19 |
<h4>Public lists</h4> |
20 |
[% IF ( pubshelves ) %] |
21 |
<ul class="first-of-type"> |
22 |
[% FOREACH pubshelvesloo IN pubshelvesloop %] |
23 |
<li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% pubshelvesloo.shelfnumber %]&sortfield=[% pubshelvesloo.sortfield %]">[% pubshelvesloo.shelfname |html %]</a></li> |
24 |
[% END %] |
25 |
<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=publicshelves">[View All]</a></li> |
26 |
</ul> |
27 |
[% ELSE %] |
28 |
No public lists |
29 |
[% END %] |
30 |
[% IF ( opacuserlogin ) %] |
31 |
<h4>Your lists</h4> |
32 |
[% IF ( loggedinusername ) %] |
33 |
[% IF ( barshelves ) %] |
34 |
<ul class="first-of-type"> |
35 |
[% FOREACH barshelvesloo IN barshelvesloop %] |
36 |
<li class="yuimenuitem"><a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% barshelvesloo.shelfnumber %]&sortfield=[% barshelvesloo.sortfield %]">[% barshelvesloo.shelfname |html %]</a></li> |
37 |
[% END %] |
38 |
<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[View all]</a></li> |
39 |
</ul> |
40 |
[% ELSE %] |
41 |
<ul class="first-of-type"> |
42 |
<li>No private lists</li> |
43 |
<li class="yuimenuitem"><a class="yuimenuitemlabel" href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">[New list]</a></li></ul> |
44 |
[% END %] |
45 |
[% ELSE %] |
46 |
<ul class="first-of-type"><li><a href="/cgi-bin/koha/opac-user.pl">Log in to create your own lists</a></li></ul> |
47 |
[% END %] |
48 |
[% END %] |
49 |
</div><!-- /listmenu /virtualshelves --> |
50 |
[% END %] |
51 |
<div id="listsDetails"></div> |
52 |
|
53 |
</li> |
54 |
</ul> |
55 |
|
56 |
<div id="members"> |
57 |
[% IF ( opacuserlogin ) %] |
58 |
<ul> |
59 |
[% UNLESS ( loggedinusername ) %] |
60 |
<li><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li>[% END %] |
61 |
[% IF ( loggedinusername ) %] |
62 |
<li><span class="members">Welcome, <a href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% FOREACH USER_INF IN USER_INFO %][% USER_INF.title %] [% USER_INF.firstname %] [% USER_INF.surname %][% END %]</span></a></span></li> |
63 |
|
64 |
[% END %] |
65 |
[% IF ( ShowOpacRecentSearchLink ) %] |
66 |
<li><a href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">Search history</a></li> |
67 |
[% END %] |
68 |
[% IF ( loggedinusername ) %]<li>[% IF persona %]<a class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1" onclick='navigator.id.logout();'>[% ELSE %]<a class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1">[% END %]Log Out</a></li>[% END %] |
69 |
</ul> |
70 |
[% END %] |
71 |
</div> |
72 |
|
73 |
<div class="clear"></div> |
74 |
|
75 |
</div> |
76 |
|
77 |
<div id="opac-custom-header"> |
3 |
<div id="opac-custom-header"> |
78 |
[% IF ( opacheader ) %] |
4 |
[% IF ( opacheader ) %] |
79 |
[% opacheader %] |
5 |
[% opacheader %] |
Lines 211-217
Link Here
|
211 |
|
137 |
|
212 |
|
138 |
|
213 |
<input type="submit" value="Go" id="searchsubmit" class="left" /> |
139 |
<input type="submit" value="Go" id="searchsubmit" class="left" /> |
214 |
[% IF ( opacbookbag ) %]<span id="cmspan"></span>[% END %] |
|
|
215 |
|
140 |
|
216 |
<div class="clear"></div> |
141 |
<div class="clear"></div> |
217 |
|
142 |
|
Lines 259-265
Link Here
|
259 |
|
184 |
|
260 |
|
185 |
|
261 |
<input type="submit" value="Go" id="searchsubmit" class="left transparent" disabled="disabled" /> |
186 |
<input type="submit" value="Go" id="searchsubmit" class="left transparent" disabled="disabled" /> |
262 |
[% IF ( opacbookbag ) %]<span id="cmspan"></span>[% END %] |
|
|
263 |
|
187 |
|
264 |
<div class="clear"></div> |
188 |
<div class="clear"></div> |
265 |
|
189 |
|