<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
- <COPYRIGHT>
- Copyright 2003 Gerd Stolpmann
-
- <GPL>
- This file is part of WTimer.
-
- WTimer is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- WTimer is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with WDialog; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- </>
-->
<!-- $Id: taskmenu.ui,v 1.4 2003/03/23 11:59:14 gerd Exp $
- ======================================================================
-
-->
<!-- The Task menu used in the administration section -->
<ui:template name="task-menu">
<q:nav-section head="Tasks">
<ui:if value1="&login-dialog;" value2="yes">
<q:nav-entry title="Change your password">
<q:applink label="Change Password" name="task-password"/>
</q:nav-entry>
</ui:if>
<q:nav-entry title="User Accounts">
<q:applink label="User Accounts" name="task-accounts"/>
</q:nav-entry>
<q:nav-entry title="Add and delete sheets, control who can access which sheets">
<q:applink label="Manage Sheets" name="task-access"/>
</q:nav-entry>
<!--
<div class="nav-section-link"
title="Change preferences">
<q:applink label="Preferences" name="task-prefs"/></div>
-->
</q:nav-section>
</ui:template>
<!-- ******************* For Emacs: ********************* -->
<!--
Local Variables:
mode: xml
sgml-parent-document: ("main.ui" "ui:application" "ui:dialog")
End:
-->