Merge commit 'pianohacker-koha/prefs-submit' into master
[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="userupdateview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-userupdate.pl">my personal details</a></li>
9   <!-- TMPL_IF NAME="TagsEnabled" -->
10     <!-- TMPL_IF NAME="tagsview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-tags.pl?mine=1">my tags</a></li>
11   <!-- /TMPL_IF -->
12   <!-- TMPL_IF NAME="OpacPasswordChange" -->
13     <!-- 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>
14   <!-- /TMPL_IF -->
15   <!-- TMPL_IF NAME="ShowOpacRecentSearchLink" -->
16   <!-- TMPL_IF NAME="searchhistoryview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-search-history.pl">my search history</a></li>
17   <!-- /TMPL_IF -->
18   <!-- TMPL_IF NAME="opacreadinghistory" -->
19   <!-- 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>
20   <!-- /TMPL_IF -->
21   <!-- TMPL_IF name="suggestion" -->
22     <!-- TMPL_UNLESS NAME="AnonSuggestions" -->
23       <!-- 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>
24     <!-- /TMPL_UNLESS -->
25   <!-- /TMPL_IF -->
26   <!-- TMPL_IF NAME="EnhancedMessagingPreferences" -->
27     <!-- TMPL_IF NAME="messagingview" --><li class="active"><!-- TMPL_ELSE --><li><!-- /TMPL_IF --><a href="/cgi-bin/koha/opac-messaging.pl">my messaging</a></li>
28   <!-- /TMPL_IF -->
29   <!-- TMPL_IF NAME="virtualshelves" --> 
30   <!-- 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>
31   <!-- /TMPL_IF -->
32
33 </ul>
34 </div>
35 <!-- /TMPL_IF -->
36