<!-- BEGIN resources/menu/user_functions.tt -->
<table class="tree">
<tr>
<td>
[% div_name = 'user'; INCLUDE site/snippets/toggleview.tt type = 'folder' %]
</td>
<td>
<span class="title">User functions</span>
</td>
</tr>
</table>
[% BLOCK row %]
<tr>
<td>
<img alt="" src="/images/text.gif" class="text" />
</td>
<td>
<a class="nav" href="[% app_url %]/[% class_function %]">
[% title | html %]
</a>
</td>
</tr>
[% END %]
<div class='itemhidden' id="[% div_name %]">
<table style="margin-left: 30px">
[% INCLUDE row class_function = 'user/change_password'
title = 'Change password' %]
[% INCLUDE row class_function = 'user/change_location'
title = 'Change registered location' %]
[% INCLUDE row class_function = 'user/change_email'
title = 'Change registered email address' %]
[% INCLUDE row class_function = 'resources/user_messages'
title = 'User message centre' %]
[% INCLUDE row class_function = 'resources/active_sessions'
title = 'Who\'s logged in?' %]
[% INCLUDE row class_function = 'resources/new_diagnoses'
title = 'New/relapsed diagnoses' %]
</table>
</div>
<!-- BEGIN resources/menu/user_functions.tt -->