Link Here
|
93 |
<span id="logged-in-info-full"> |
93 |
<span id="logged-in-info-full"> |
94 |
[% SET is_superlibrarian = CAN_user_superlibrarian ? 'is_superlibrarian' : '' %] |
94 |
[% SET is_superlibrarian = CAN_user_superlibrarian ? 'is_superlibrarian' : '' %] |
95 |
<span class="loggedinusername [% is_superlibrarian | html %]">[% logged_in_user.userid | html %]</span> |
95 |
<span class="loggedinusername [% is_superlibrarian | html %]">[% logged_in_user.userid | html %]</span> |
96 |
|
96 |
<span class="loggedincategorycode content_hidden">[% logged_in_user.categorycode | html %]</span> |
97 |
[% IF ( AutoLocation ) %] |
97 |
[% IF ( AutoLocation ) %] |
98 |
<brand> |
98 |
<brand> |
99 |
[% Branches.GetLoggedInBranchname | html %] |
99 |
[% Branches.GetLoggedInBranchname | html %] |
100 |
- |
|
|