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

<!-- This file is the entry point for the XML parser. It includes
     the other .ui files by using the entity mechanism (see below).
  -->

<!DOCTYPE ui:application 
          PUBLIC "-//NPC//DTD WDIALOG 2.1//EN" "wd_application_2.dtd" [

<!-- Declare entities of general use: -->

<!ENTITY nbsp "&#160;">    <!-- So you can use &nbsp; -->

<!-- Load configuration: -->

<!ENTITY % include_config    SYSTEM "wtimer-config.xml">
%include_config;

<!-- Declare files to include later: -->

<!ENTITY include_definitions SYSTEM "definitions.ui">
<!ENTITY include_filemenu    SYSTEM "filemenu.ui">
<!ENTITY include_taskmenu    SYSTEM "taskmenu.ui">

<!ENTITY include_session         SYSTEM "session.ui">
<!ENTITY include_startpage       SYSTEM "startpage.ui">
<!ENTITY include_editor          SYSTEM "editor.ui">
<!ENTITY include_selectuser      SYSTEM "selectuser.ui">
<!ENTITY include_timetravel      SYSTEM "timetravel.ui">
<!ENTITY include_export          SYSTEM "export.ui">
<!ENTITY include_admin           SYSTEM "admin.ui">
<!ENTITY include_admin_password  SYSTEM "admin_password.ui">
<!ENTITY include_admin_accounts  SYSTEM "admin_accounts.ui">
<!ENTITY include_admin_access    SYSTEM "admin_access.ui">

<!-- Define test data entities, and include them: (development only) -->

<!-- 
  <!ENTITY include_tests SYSTEM "testdata/include-tests.xml">
  %include_tests;
-->

]>


<!-- This is the outermost XML element. XML requires that the outermost
     XML element is contained in the main XML file. The rest of the
     XML definition can be found in the other XML files, for example
     &include_definitions; includes the XML file "definitions.ui" (as
     declared above).
  -->

<ui:application start-dialog="startpage">
  <!-- Set debug mode: (development only) -->
  <!-- <?wd-debug-mode partially-encoded?> -->
  <?wd-onstartup-call-handle?>   <!-- ensure that 'handle' is always called -->
  &include_definitions;
  &include_filemenu;
  &include_taskmenu;
  &include_startpage;
  &include_editor;
  &include_timetravel;
  &include_session;
  &include_selectuser;
  &include_export;
  &include_admin;
  &include_admin_password;
  &include_admin_accounts;
  &include_admin_access;
</ui:application>


<!-- ******************* For Emacs: ********************* -->
<!--
Local Variables:
mode: xml
End:
-->

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