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: filemenu.ui,v 1.2 2003/03/23 11:59:14 gerd Exp $
   -  ======================================================================
   - 
  -->

<!-- Common File menu -->

<ui:template name="file-menu" from-caller="except">
  <ui:default name="except"></ui:default>
  <ui:if value1="$except" value2="file-editor" op="ne">
    <q:nav-entry title="Open the timesheet of current month">
      <q:applink label="Open" name="file-editor"/>
    </q:nav-entry>
  </ui:if>

  <ui:if value1="$except" value2="file-select-user" op="ne">
    <q:nav-entry title="Select the timesheet of another user">
      <q:applink label="Select Sheet" name="file-select-user"/>
    </q:nav-entry>
  </ui:if>

  <ui:if value1="$except" value2="file-time-travel" op="ne">
    <q:nav-entry title="Jump to arbitrary month">
      <q:applink label="Time Travel" name="file-time-travel"/>
    </q:nav-entry>
  </ui:if>

  <ui:if value1="$except" value2="file-export" op="ne">
    <q:nav-entry title="Generate reports and export data">
      <q:applink label="Report/Export" name="file-export"/>
    </q:nav-entry>
  </ui:if>

  <ui:if value1="$except" value2="file-admin" op="ne">
    <q:nav-entry title="Administration of user accounts">
      <q:applink label="Administration" name="file-admin"/>
    </q:nav-entry>
  </ui:if>

  <q:nav-entry title="Logout (quit application)">
    <q:applink label="Logout" name="file-logout"/>
  </q:nav-entry>
</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