2efc1da3d862b1fb166e144b0e2279b27bd0b6fe
[koha.git] / koha-tmpl / opac-tmpl / prog / en / includes / usermenu.inc
1 <!-- TMPL_IF NAME="loggedinusername" -->
2 <div id="menu">
3 <ul>
4   <!-- TMPL_IF NAME="userview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-user.pl">my summary</a></li>
5   <!-- TMPL_IF NAME="accountview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-account.pl">my fines</a></li>
6   <!-- TMPL_IF NAME="userupdateview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-userupdate.pl">my personal details</a></li>
7   <!-- TMPL_IF NAME="TagsEnabled" -->
8     <!-- TMPL_IF NAME="tagsview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-tags.pl">my tags</a></li>
9   <!-- /TMPL_IF -->
10   <!-- TMPL_IF NAME="OpacPasswordChange" -->
11     <!-- TMPL_IF NAME="passwdview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-passwd.pl">change my password</a></li>
12   <!-- /TMPL_IF -->
13   <!-- TMPL_IF NAME="opacreadinghistory" -->
14   <!-- TMPL_IF NAME="readingrecview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-readingrecord.pl">my reading history</a></li>
15   <!-- /TMPL_IF -->
16   <!-- TMPL_IF name="suggestion" -->
17     <!-- TMPL_UNLESS NAME="AnonSuggestions" -->
18       <!-- TMPL_IF NAME="suggestionsview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-suggestions.pl">my purchase suggestions</a></li>
19     <!-- /TMPL_UNLESS -->
20   <!-- /TMPL_IF -->
21   <!-- TMPL_IF NAME="EnhancedMessagingPreferences" -->
22     <!-- TMPL_IF NAME="messagingview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-messaging.pl">my messaging</a></li>
23   <!-- /TMPL_IF -->
24   <!-- TMPL_IF NAME="virtualshelves" --> 
25   <!-- TMPL_IF NAME="listsview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-shelves.pl?display=privateshelves">my lists</a></li>
26   <!-- /TMPL_IF -->
27
28 </ul>
29 </div>
30 <!-- /TMPL_IF -->
31