Lines 95-114
Link Here
|
95 |
[% UNLESS ( loggedinusername ) %] |
95 |
[% UNLESS ( loggedinusername ) %] |
96 |
[% IF Koha.Preference('casAuthentication') %] |
96 |
[% IF Koha.Preference('casAuthentication') %] |
97 |
[%# CAS authentication is too complicated for modal window %] |
97 |
[%# CAS authentication is too complicated for modal window %] |
98 |
<li><a href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
98 |
<li><a class="login-link" href="/cgi-bin/koha/opac-user.pl">Log in to your account</a></li> |
99 |
[% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
99 |
[% ELSIF ( Koha.Preference('GoogleOpenIDConnect') == 1 ) %] |
100 |
<li><a href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li> |
100 |
<li><a class="login-link" href="/cgi-bin/koha/svc/auth/googleopenidconnect" role="button" data-toggle="modal">Log in to your account</a></li> |
101 |
[% ELSE %] |
101 |
[% ELSE %] |
102 |
<li><a href="/cgi-bin/koha/opac-user.pl" class="loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li> |
102 |
<li><a href="/cgi-bin/koha/opac-user.pl" class="login-link loginModal-trigger" role="button" data-toggle="modal">Log in to your account</a></li> |
103 |
[% END %] |
103 |
[% END %] |
104 |
[% END %] |
104 |
[% END %] |
105 |
[% IF ( loggedinusername ) %] |
105 |
[% IF ( loggedinusername ) %] |
106 |
<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> |
106 |
<li><p class="members navbar-text">Welcome, <a class="login-link" href="/cgi-bin/koha/opac-user.pl"><span class="loggedinusername">[% USER_INFO.title %] [% USER_INFO.firstname %] [% USER_INFO.surname %]</span></a></p></li> |
107 |
<li class="divider-vertical"></li> |
107 |
<li class="divider-vertical"></li> |
108 |
[% END %] |
108 |
[% END %] |
109 |
[% END %] |
109 |
[% END %] |
110 |
[% IF EnableOpacSearchHistory %] |
110 |
[% IF EnableOpacSearchHistory %] |
111 |
<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 clearsh" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history">x</a>]</p></li> |
111 |
<li><p class="navbar-text"><a class="login-link" href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">Search history</a> [<a class="logout clearsh" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history">x</a>]</p></li> |
112 |
<li class="divider-vertical"></li> |
112 |
<li class="divider-vertical"></li> |
113 |
[% END %] |
113 |
[% END %] |
114 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |
114 |
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] |