Bug 2576: Added OPACFinesTab Syspref
[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="OPACFinesTab" -->
6   <!-- TMPL_IF NAME="accountview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-account.pl">my fines</a></li>
7   <!-- /TMPL_IF -->
8   <!-- TMPL_IF NAME="OPACPatronDetails" -->
9   <!-- 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>
10     <!-- /TMPL_IF -->
11   <!-- TMPL_IF NAME="TagsEnabled" -->
12     <!-- TMPL_IF NAME="tagsview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-tags.pl">my tags</a></li>
13   <!-- /TMPL_IF -->
14   <!-- TMPL_IF NAME="OpacPasswordChange" -->
15     <!-- 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>
16   <!-- /TMPL_IF -->
17   <!-- TMPL_IF NAME="opacreadinghistory" -->
18   <!-- 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>
19   <!-- /TMPL_IF -->
20   <!-- TMPL_IF name="suggestion" -->
21     <!-- TMPL_UNLESS NAME="AnonSuggestions" -->
22       <!-- 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>
23     <!-- /TMPL_UNLESS -->
24   <!-- /TMPL_IF -->
25   <!-- TMPL_IF NAME="EnhancedMessagingPreferences" -->
26     <!-- TMPL_IF NAME="messagingview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-messaging.pl">my messaging</a></li>
27   <!-- /TMPL_IF -->
28   <!-- TMPL_IF NAME="virtualshelves" --> 
29   <!-- 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>
30   <!-- /TMPL_IF -->
31
32 </ul>
33 </div>
34 <!-- /TMPL_IF -->
35