Plasma GitLab Archive
Projects Blog Knowledge

<?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 6 2004-01-19 17:12:34Z gerd $
   -  ======================================================================
   -
  -->

<!-- The Task menu used in the administration section -->

<ui:template name="task-menu" from-caller="current">
  <ui:default name="current"></ui:default>
  <ui:context>
    <ui:param name="current">$current</ui:param>
    <q:task-menu-1/>
  </ui:context>
</ui:template>


<ui:template name="task-menu-1" from-context="current"
	     from-caller="c1 c2 c3">
  <ui:default name="c1"><q:file-menu-2 v="task-password"/></ui:default>
  <ui:default name="c2"><q:file-menu-2 v="task-accounts"/></ui:default>
  <ui:default name="c3"><q:file-menu-2 v="task-access"/></ui:default>

  <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"
                   emphasis="$c1"/>
      </q:nav-entry>
    </ui:if>
    <q:nav-entry title="User Accounts">
      <q:applink label="User Accounts" name="task-accounts"
                 emphasis="$c2"/>
    </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"
                 emphasis="$c3"/>
    </q:nav-entry>

<!--
    <div class="nav-section-link"
      title="Change preferences">
      <q:applink label="Preferences" name="task-prefs"
                 emphasis="XXX"/></div>
-->
  </q:nav-section>
</ui:template>

<!-- ******************* For Emacs: ********************* -->
<!--
Local Variables:
mode: xml
sgml-parent-document: ("main.ui" "ui:application" "ui:dialog")
End:
-->

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml