forked from extern/egroupware
first (simple) version of the new manual app
This commit is contained in:
parent
707e464780
commit
f151c70372
@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Diese Funktion ist normalerweise nur für den Administrator zugänglich. Administration aller Programme, Benutzer und Benutzergruppen und Sitzungs/Logging Kontrolle.
|
||||
<ul>
|
||||
<li><b>Benutzerkonten-Verwaltung:</b><p/>
|
||||
<i>Benutzerkonten:</i><br/>
|
||||
Erstellen, Edittieren und löschen von Benutzerkonten. Setzen von Gruppenmidgliedschaft und der Zugriff auf Programme.<p/>
|
||||
<i>Benutzergruppen:</i><br/>
|
||||
Erstellen, Edittieren und löschen von Benutzergruppen.<p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,54 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Diese Funktion ist normalerweise nur für den Administrator zugänglich. Administration aller Programme, Benutzer und Benutzergruppen und Sitzungs/Logging Kontrolle.
|
||||
<ul>
|
||||
<li><b>Benutzerkonten-Verwaltung:</b><br/>
|
||||
<i>Benutzerkonten:</i><br/>
|
||||
Erstellen, Edittieren und löschen von Benutzerkonten. Setzen von Gruppenmidgliedschaft und der Zugriff auf Programme.<br/
|
||||
><i>Benutzergruppen:</i><br/>
|
||||
Erstellen, Editieren und löschen von Benutzergruppen.
|
||||
<p/>
|
||||
<li><b>Sitzungs-Verwaltung:</b><br/>
|
||||
<i>Session's anzeigen::</i><br/>
|
||||
Aktuelle Sitzungen, IP's, Login-Zeit, Inaktivitätszeit und die Möglichkeit sessions zu beenden (kill).<br/>
|
||||
<i>Zugriffsaufzeichnungen (Access Log) anzeigen:</i><br/>
|
||||
LoginId, IP, Login Time (Zeit), Logout Time (Zeit), Total time spent (gesamte
|
||||
Verbrachte Zeit).</li>
|
||||
<p/>
|
||||
<li><b>Headline-Seiten (Schlagzeilen):</b><br/>
|
||||
Administrieren von Headline-Seiten die von den Benutzern im Headline Programm
|
||||
gesehen werden.<br/>
|
||||
<i>Edit:</i> Optionen für die Headline-Seiten:<br/>
|
||||
Anzeige, BasisURL, NewsDatei, Minuten zwischen Neuladungen (reloads), Angezeigte
|
||||
Auflistung und die Art der Neuigkeiten.<br/>
|
||||
<i>Löschen:</i>Entfernen von einer existierenden Headline-Seite, klicken
|
||||
auf Löschen bringt Sie auf eine Überprüffungsseite, um das löschen
|
||||
zu verifizieren.<br/>
|
||||
<i>Anzeigen:</i>Zeigt die Optionen wie in Edit.<br/>
|
||||
<i>Hinzufügen:</i>Formular um eine neue Headline-Seite hinzuzufügen, wie in Edit.</li><p/>
|
||||
<li><b>Netzwerk News:</b><br/>
|
||||
Manuelle Aktualisierung für Newsgruppen.</li><p/>
|
||||
<li><b>Server Information:</b><br/>
|
||||
Zeigt die phpinfo(); des Servers an.</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Diese Funktion ist normalerweise nur für den Administrator zugänglich. Administration
|
||||
aller Programme, Benutzer und Benutzergruppen und Sitzung's/Logging Kontrolle.
|
||||
<ul><li><b>Netzwerk News:</b><br/>
|
||||
Manuelle Aktualisierung für Newsgruppen.</li><p/>
|
||||
<li><b>Server Information:</b><br/>
|
||||
Zeigt die phpinfo(); des Server's an.</li>
|
||||
<p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
<p>
|
||||
Diese Funktion ist normalerweise nur für den Administrator zugänglich. Administration aller Programme, Benutzer und Benutzergruppen und Sitzungs/Logging Kontrolle.
|
||||
<ul>
|
||||
<li><b>Session :</b>
|
||||
<p><i>Sessions anzeigen:</i>
|
||||
<br>Aktuelle Sitzungen, IP's, Login-Zeit, Inaktivitätszeit und die Möglichkeit sessions zu beenden (kill).
|
||||
<p><i>Zugriffsaufzeichnungen (Access Log) anzeigen:</i>
|
||||
<br>
|
||||
LoginId, IP, Login Time (Zeit), Logout Time (Zeit), Total time spent (gesamte
|
||||
verbrachte Zeit). </ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
This function is usually only available to the systems administrator of the system.
|
||||
Administration of all applications, user and group accounts, session logging and control.
|
||||
<ul>
|
||||
<li><b>Account management:</b><p/>
|
||||
<i>User accounts:</i><br/>
|
||||
Create, edit and delete users accounts. Set membership of groups, and access to applications.<p/>
|
||||
<i>User groups:</i><br/>
|
||||
Create, edit and delete groups.<p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,49 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
This function is usually only available to the systems administrator of the system.
|
||||
Administration of all applications, user and group accounts, session logging and control.
|
||||
<ul>
|
||||
<li><b>Account management:</b><br/>
|
||||
<i>User accounts:</i><br/>
|
||||
Create, edit and delete users accounts. Set membership of groups, and access to applications.<br/
|
||||
><i>User groups:</i><br/>
|
||||
Create, edit and delete groups.<p/>
|
||||
<li><b>Session management:</b><br/>
|
||||
<i>View sessions:</i><br/>
|
||||
Current sessions, IP, Login Time, Idle Time, and gives option to kill session.<br/>
|
||||
<i>View Access Log:</i><br/>
|
||||
LoginId, IP, Login Time, Logout Time, Total time spent.</li><p/>
|
||||
<li><b>Headline sites:</b><br/>
|
||||
Administer headline sites as seen by users in the headlines application.<br/>
|
||||
<i>Edit:</i> Options for the headline sites:<br/>
|
||||
Display,BaseURL, NewsFile,Minutes between reloads,Listing Displayed,News Type.<br/>
|
||||
<i>Delete:</i>Remove an existing headling site, clicking on delete will give
|
||||
you a checking page to be sure you do want to delete.<br/>
|
||||
<i>View:</i>Displays set options as in edit.<br/>
|
||||
<i>Add:</i>Form for adding new headline site, options as in edit.</li><p/>
|
||||
<li><b>Network news:</b><br/>
|
||||
Manual update for news groups.</li><p/>
|
||||
<li><b>Server information:</b><br/>
|
||||
At present phpinfo of the server that is running.</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
This function is usually only available to the systems administrator of the system.
|
||||
Administration of all applications, user and group accounts, session logging and control.
|
||||
<ul><li><b>Network news:</b><br/>
|
||||
Manual update for news groups.</li><p/>
|
||||
<li><b>Server information:</b><br/>
|
||||
At present phpinfo of the server that is running.</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
<p>
|
||||
This function is usually only available to the systems administrator of the system.
|
||||
Administration of all applications, user and group accounts, session logging and control.
|
||||
<ul>
|
||||
<li><b>Session management:</b>
|
||||
<p><i>View sessions:</i>
|
||||
<br>Current sessions, IP, Login Time, Idle Time, and gives option to kill session.
|
||||
<p><i>View Access Log:</i>
|
||||
<br>LoginId, IP, Login Time, Logout Time, Total time spent.
|
||||
</ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Tämä sovellus on yleensä vain järjestelmän pääkäyttäjän käytettävissä.
|
||||
Sovelluksella hallitaan kaikkia sovelluksia, käyttäjiä, ryhmiä ja istuntojen
|
||||
lokeja.
|
||||
<ul>
|
||||
<li><b>Käyttäjien hallinta:</b><p/>
|
||||
<i>Käyttäjätunnukset:</i><br/>
|
||||
Toiminnolla voit lisätä, muuttaa ja poistaa käyttäjätunnuksia sekä asettaa
|
||||
ryhmät joihin tunnus kuuluu ja mihin sovelluksiin käyttäjällä on käyttöoikeus.<p/>
|
||||
<i>Käyttäjäryhmät:</i><br/>
|
||||
Toiminnolla voit lisätä, muuttaa ja poistaa käyttäjäryhmiä.<p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,53 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Tämä sovellus on yleensä vain järjestelmän pääkäyttäjän käytettävissä.
|
||||
Sovelluksella hallitaan kaikkia sovelluksia, käyttäjiä, ryhmiä ja istuntojen
|
||||
lokeja.
|
||||
<ul>
|
||||
<li><b>Käyttäjien hallinta:</b><br/>
|
||||
<i>User accounts:</i><br/>
|
||||
Toiminnolla voit lisätä, muuttaa ja poistaa käyttäjätunnuksia sekä asettaa
|
||||
ryhmät joihin tunnus kuuluu ja mihin sovelluksiin käyttäjällä on käyttöoikeus.<br/
|
||||
><i>Käyttäjäryhmät:</i><br/>
|
||||
Toiminnolla voit lisätä, muuttaa ja poistaa käyttäjäryhmiä.<p/>
|
||||
<li><b>Istuntojen hallinta:</b>
|
||||
<p><i>Näytä istunnot:</i>
|
||||
<br>Tämänhetkiset istunnot, IP-osoitteet, Kirjautumisaika, aika, jonka käyttäjä
|
||||
on ollut tekemättä mitään ja mahdollisuus keskeyttää istunto.
|
||||
<p><i>Näytä käyttöloki:</i>
|
||||
<br>Tunnus, IP-osoite, Sisäänkirjautumisaika, Uloskirjautumisaika, Istunnon kesto.<p/>
|
||||
<li><b>Uutisotsikko -palvelut:</b><br/>
|
||||
Hallinnoi palvelinten listaa, jolta Uutisotsikot -sovelluksen käyttäjät voivat
|
||||
valita haluamansa palvelimen.<br/>
|
||||
<i>Muokkaa:</i> Palvelimen asetukset:<br/>
|
||||
Näyttö,Pohja-URL, Tiedosto, Latausten väli, Näytetty lista, Uutisten tyyppi.<br/>
|
||||
<i>Poista:</i>Poistaa palvelimen varmistettuaan ensin käyttäjältä,
|
||||
että hän todella haluaa poistaa sen.<br/>
|
||||
<i>Näytä:</i>Näyttää asetukset.<br/>
|
||||
<i>Lisää:</i>Uuden palvelimen lisäämistä varten, kuten muokkaustila.</li><p/>
|
||||
<li><b>Uutisryhmät:</b><br/>
|
||||
Uutisryhmien päivitys käsin.</li><p/>
|
||||
<li><b>Palvelimen tiedot:</b><br/>
|
||||
Tällä hetkellä palvelimen phpinfo.</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Tämä sovellus on yleensä vain järjestelmän pääkäyttäjän käytettävissä.
|
||||
Sovelluksella hallitaan kaikkia sovelluksia, käyttäjiä, ryhmiä ja istuntojen
|
||||
lokeja.
|
||||
<ul><li><b>Uutisryhmät:</b><br/>
|
||||
Uutisryhmien päivitys käsin.</li><p/>
|
||||
<li><b>Palvelimen tiedot:</b><br/>
|
||||
Tällä hetkellä palvelimen phpinfo.</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,37 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
<p>
|
||||
Tämä sovellus on yleensä vain järjestelmän pääkäyttäjän käytettävissä.
|
||||
Sovelluksella hallitaan kaikkia sovelluksia, käyttäjiä, ryhmiä ja istuntojen
|
||||
lokeja.
|
||||
<ul>
|
||||
<li><b>Istuntojen hallinta:</b>
|
||||
<p><i>Näytä istunnot:</i>
|
||||
<br>Tämänhetkiset istunnot, IP-osoitteet, Kirjautumisaika, aika, jonka käyttäjä
|
||||
on ollut tekemättä mitään ja mahdollisuus keskeyttää istunto.
|
||||
<p><i>Näytä käyttöloki:</i>
|
||||
<br>Tunnus, IP-osoite, Sisäänkirjautumisaika, Uloskirjautumisaika, Istunnon kesto.
|
||||
</ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id: account.php,v 1.1 2001/05/24 12:00:00 itheart */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
<ul>
|
||||
<li><b>アカウント管理:</b><p/>
|
||||
<i>ユーザアカウント:</i><br/>
|
||||
ユーザアカウントを追加、訂正、削除することができます。グループに属するメンバー設定や、アプリケーションのアクセス権の設定も可能です。<p/>
|
||||
<i>ユーザグループ:</i><br/>
|
||||
ユーザが所属するグループを追加、訂正削除することができます。<p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,54 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
|
||||
<ul>
|
||||
<li><b>アカウント管理:</b><br/>
|
||||
<i>ユーザアカウント:</i><br/>
|
||||
ユーザアカウントを追加、訂正、削除することができます。グループに属するメンバー設
|
||||
定や、アプリケーションのアクセス権の設定も可能です。<br/>
|
||||
<i>ユーザグループ:</i><br/>
|
||||
ユーザが所属するグループを追加、訂正削除することができます。</li><p/>
|
||||
|
||||
<li><b>セッション管理:</b><br/>
|
||||
<i>セッション参照:</i><br/>
|
||||
現在のセッションの、IPアドレスやログイン時間、アイドル時間などを表示します。セッションを切断することも可能です。<br/>
|
||||
<i>アクセスログ参照:</i><br/>
|
||||
phpGroupWareへのアクセスログを表示します。ログインID,IPアドレス,ログイン時間,ログアウト時間,利用時間を表示します。</li><p/>
|
||||
|
||||
<li><b>Headline sites:</b><br/>
|
||||
Administer headline sites as seen by users in the headlines application.<br/>
|
||||
<i>Edit:</i> Options for the headline sites:<br/>
|
||||
Display,BaseURL, NewsFile,Minutes between reloads,Listing Displayed,News Type.<br/>
|
||||
<i>Delete:</i>Remove an existing headling site, clicking on delete will give
|
||||
you a checking page to be sure you do want to delete.<br/>
|
||||
<i>View:</i>Displays set options as in edit.<br/>
|
||||
<i>Add:</i>Form for adding new headline site, options as in edit.</li><p/>
|
||||
|
||||
<li><b>ネットニュース:</b><br/>
|
||||
ニュースグループの購読設定をします。</li><p/>
|
||||
<li><b>サーバ情報:</b><br/>
|
||||
サーバで動作している PHP の情報を、phpinfo() で表示します。</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,32 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
<ul><li><b>ネットニュース:</b><br/>
|
||||
ニュースグループの購読設定をします。</li><p/>
|
||||
<li><b>サーバ情報:</b><br/>
|
||||
サーバで動作している PHP の情報を、phpinfo() で表示します。</li><p/>
|
||||
</ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,35 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* phpGroupWare - User manual *
|
||||
* http://www.phpgroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True,
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
<p>
|
||||
この機能は、通常このシステムのシステム管理者のみ利用可能です。
|
||||
システム管理者は、すべてのアプリケーション、ユーザとグループのアカウント、セッションログを操作します。
|
||||
<ul>
|
||||
<li><b>セッション管理:</b>
|
||||
<p><i>セッション参照:</i>
|
||||
<br>現在のセッションの、IPアドレスやログイン時間、アイドル時間などを表示します。セッションを切断することも可能です。
|
||||
<p><i>アクセスログ参照:</i>
|
||||
<br>phpGroupWareへのアクセスログを表示します。ログインID,IPアドレス,ログイン時間,ログアウト時間,利用時間を表示します。
|
||||
</ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,27 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual',
|
||||
'admin_header' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../header.inc.php');
|
||||
$appname = 'admin';
|
||||
include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border="0"><p/>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
Version: <b><?php echo $setup_info[$appname]['version']; ?></b>
|
||||
</font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,50 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?> <img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
<p/> Ein durchsuchbares tägliches, wöchentliches, monatliches
|
||||
und jährliches Kalender/Planer-Programm mit Alarm für wichtige Ereignisse.<br/>
|
||||
<ul>
|
||||
<li><b>Einen Eintrag hinzufügen:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
Um eine Eintragung für sich selber oder für ihre Gruppe hinzuzufügen
|
||||
klicken Sie auf das kleine Symbol (+) wie das oben. Eine Formularseite wird
|
||||
angezeigt, auf der Sie die wichtigen Felder ausfüllen können.</li>
|
||||
<p/>
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top"> <font face="<?php echo $font ?>" size="2">
|
||||
Titel:<br/>
|
||||
Vollständige Beschreibung:<br/>
|
||||
Datum:<br/>
|
||||
Zeit:<br/>
|
||||
Dauer:<br/>
|
||||
Priorität:<br/>
|
||||
Zugriff:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top"> <font face="<?php echo $font; ?>" size="2">
|
||||
Gruppen Auswahl:<br/>
|
||||
Teilnehmer;<br/>
|
||||
Wiederholungstyp:<br/>
|
||||
Wiederholungs-Enddatum:<br/> Intervall:<font size="2" face="<?php echo $font; ?>"> </font>:</td>
|
||||
</table>
|
||||
Füllen Sie die Felder aus und klicken Sie absenden.
|
||||
</ul>
|
||||
<br/>
|
||||
<b>Wichtig:</b> Der Zugriff kann, wie mit anderen Programmen dieses Paketes, auf
|
||||
Privat, Gruppen lesbar oder global eingestellt werden.
|
||||
<p/> </font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,73 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/> Ein durchsuchbares
|
||||
tägliches, wöchentliches, monatliches und jährliches Kalender/Planer-Programm
|
||||
mit Alarm für wichtige Ereignisse.<br/>
|
||||
Um entweder den Stündlich/Täglichen, wöchentlichen oder monatlichen
|
||||
Kalender zu sehen, klicken Sie auf das Betreffende Symbol in der linken oberen
|
||||
Ecke.<br/>
|
||||
<ul><li><b>Ansicht:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Tag <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Woche <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Monat <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Jahr<br/>
|
||||
<i>Tag:</i><br/>
|
||||
Der heutige Tag wird angezeigt, aufgeteilt in stündliche Blöcke.
|
||||
Anfangs und End-Zeit des Tages können in den Prefrences (Einstellungen, Optionen)
|
||||
eingestellt werden.<br/>
|
||||
<i>Woche:</i><br/>
|
||||
Die aktuelle Woche wird angezeigt. Der Wochenanfangstag kann in den Prefrences (Optionen) eingestellt werden.<br/>
|
||||
<i>Monat:</i><br/>
|
||||
Der vor eingestellter Eintrag ist der aktuelle Monat. Der vorherige oder künftige
|
||||
Monat sind leicht erreichbar mit nur einem klick.<br/>
|
||||
<i>Jahr:</i><br/>
|
||||
Das laufende Jahr wird angezeigt. Es werden die kleinen monatlichen Kalender
|
||||
ansichten benutzt.</li>
|
||||
<p/>
|
||||
<li><b>Eine Eintragung hinzufügen:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
Um eine Eintragung für sich selber oder für Mitglieder Ihrer Gruppe hinzuzufügen
|
||||
klicken Sie auf das kleine (+) Symbol wie oben gezeigt. Eine Formularseite
|
||||
wird angezeigt, auf der Sie dann die relevanten Felder ausfüllen können.
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Titel:<br/>
|
||||
Vollständige Beschreibung:<br/>
|
||||
Datum:<br/>
|
||||
Zeit:<br/>
|
||||
Dauer:<br/>
|
||||
Priorität:<br/>
|
||||
Zugriff:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Gruppen Auswahl:<br/>
|
||||
Teilnehmer;<br/>
|
||||
Wiederholungstyp:<br/>
|
||||
Wiederholungs-Enddatum:<br/>
|
||||
Intervall:</td></table>
|
||||
Füllen Sie die Felder aus und klicken Sie absenden.<br/>
|
||||
<b>Wichtig:</b> Der Zugriff kann, wie mit anderen Programmen dieses Pakets,
|
||||
auf privat, Gruppen und global eingestellt werden.</li>
|
||||
<p/>
|
||||
<li><b>Bearbeiten:Löschen</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
Um eine Eintragung zu bearbeiten oder zu löschen, klicken Sie auf das kleine Symbol wie oben gezeigt.
|
||||
Wählen Sie bearbeiten oder löschen aus.<br/>
|
||||
Wenn Sie Bearbeiten wählen wird ihnen eine Formular seite angezeigt,
|
||||
worauf Sie die gewünschten Felder bearbeiten können. <br/>
|
||||
<b>Wichtig:</b>Sie können nur Eintragungen die Sie selber gemacht haben bearbeiten oder löschen.</li><p/> </ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,30 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/> Ein
|
||||
durchsuchbares tägliches, wöchentliches, monatliches und jährliches
|
||||
Kalender/Planer-Programm mit Alarm für wichtige Ereignisse.<br/>
|
||||
<ul><li><b>Bearbeiten:Löschen</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
Um eine Eintragung zu bearbeiten oder zu löschen, klicken Sie auf das kleine Symbol wie oben gezeigt.
|
||||
Wählen Sie bearbeiten oder löschen aus.<br/>
|
||||
Wenn Sie Bearbeiten wählen wird ihnen eine Formular seite angezeigt,
|
||||
worauf Sie die gewünschten Felder bearbeiten können. </li><p/>
|
||||
<b>Wichtig:</b>Sie können nur Eintragungen die Sie selber gemacht haben bearbeiten oder löschen.<p/> </ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,45 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?> <img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
<p/> Ein durchsuchbares tägliches, wöchentliches, monatliches
|
||||
und jährliches Kalender/Planer-Programm mit Alarm für wichtige Ereignisse.<br/>
|
||||
Um entweder den Stündlich/Täglichen, wöchentlichen oder monatlichen
|
||||
Kalender zu sehen, klicken Sie auf das Betreffende Symbol in der linken oberen
|
||||
Ecke.<br/>
|
||||
<ul>
|
||||
<li><b>Ansicht:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Tag
|
||||
<img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Woche
|
||||
<img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Monat
|
||||
<img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Jahr
|
||||
<p/> <i>Tag:</i><br/>
|
||||
Der heutige Tag wird angezeigt, aufgeteilt in stündliche Blöcke.
|
||||
Anfangs und End-Zeit des Tages können in den Prefrences (Einstellungen,
|
||||
Optionen) eingestellt werden.
|
||||
<p/> <i>Woche:</i><br/>
|
||||
Die aktuelle Woche wird angezeigt. Der Wochenanfangstag kann in den Prefrences
|
||||
(Optionen) eingestellt werden.
|
||||
<p/> <i>Monat:</i><br/>
|
||||
Der vor eingestellter Eintrag ist der aktuelle Monat. Der vorherige oder künftige
|
||||
<br>
|
||||
Monat sind leicht erreichbar mit nur einem klick.
|
||||
<p/> </li>
|
||||
</ul>
|
||||
</font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,46 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/>
|
||||
A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events.<br/>
|
||||
<ul><li><b>Adding an entry:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
To add a new entry for yourself other members of your group click on the small icon as shown above.
|
||||
A form page will be presented, where you can input the relevant fields.</li><p/>
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font ?>" size="2">
|
||||
Brief Description:<br/>
|
||||
Full Description:<br/>
|
||||
Date:<br/>
|
||||
Time:<br/>
|
||||
Duration:<br/>
|
||||
Priority:<br/>
|
||||
Acccess:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Group selection:<br/>
|
||||
Participants;<br/>
|
||||
Repeat type:<br/>
|
||||
Repeat end date:<br/>
|
||||
Frequency:</td></table>
|
||||
Simply fill in the fields, and click Submit.</ul><br/>
|
||||
<b>Note:</b> Access can be set as with other applications in this suite, Private,Group Readable,Globally
|
||||
Readable.<p/></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,64 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/>
|
||||
A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events.<br/>
|
||||
For viewing in either hourly/day,current week or monthly option, click on the relevant
|
||||
icons at the top left hand corner.<br/>
|
||||
<ul><li><b>Viewing:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Day <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Week <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Month <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Year<br/>
|
||||
<i>Day:</i><br/>
|
||||
Current day is displayed, broken down in hour slots. Start and end time of the day
|
||||
can be set in the preferences.<br/>
|
||||
<i>Week:</i><br/>
|
||||
Current week is displayed. Start day of week can be set in preferences.<br/>
|
||||
<i>Month:</i><br/>
|
||||
Default entry is to the current month, viewed in monthly option, with both prior and future
|
||||
months easily accessible with one click.<br/>
|
||||
<i>Year:</i><br/>
|
||||
Current year is displayed. This displays the current year using the small calendar month views.</li><p/>
|
||||
<li><b>Adding an entry:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
To add a new entry for yourself other members of your group click on the small icon as shown above.
|
||||
A form page will be presented, where you can input the relevant fields.
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Brief Description:<br/>
|
||||
Full Description:<br/>
|
||||
Date:<br/>
|
||||
Time:<br/>
|
||||
Duration:<br/>
|
||||
Priority:<br/>
|
||||
Acccess:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Group selection:<br/>
|
||||
Participants;<br/>
|
||||
Repeat type:<br/>
|
||||
Repeat end date:<br/>
|
||||
Frequency:</td></table>
|
||||
Simply fill in the fields, and click Submit.<br/>
|
||||
<b>Note:</b> Access can be set as with other applications in this suite, Private,Group Readable,Globally Readable.</li><p/>
|
||||
<li><b>Edit:Delete</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
To edit an entry group click on the small icon as shown above.
|
||||
A form page will be presented, where you can edit the relevant fields.
|
||||
Chose edit or delete from the bottom of the page.<br/>
|
||||
<b>Note:</b>You can only make changes or delete those calendar entries created by you.</li><p/></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,28 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events.<br/>
|
||||
<ul><li><b>Edit:Delete</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
To edit an entry group click on the small icon as shown above.
|
||||
A form page will be presented, where you can edit the relevant fields.
|
||||
Chose edit or delete from the bottom of the page.</li><p/>
|
||||
<b>Note:</b>You can only make changes or delete those calendar entries created by you.<p/></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,34 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
A searchable daily,weekly,monthly calendar/scheduling application with alerts for high priority events.<br/>
|
||||
For viewing in either hourly/day,current week or monthly option, click on the relevant
|
||||
icons at the top left hand corner.<br/>
|
||||
<ul><li><b>Viewing:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Day <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Week <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Month <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Year<p/>
|
||||
<i>Day:</i><br/>
|
||||
Current day is displayed, broken down in hour slots. Start and end time of the day
|
||||
can be set in the preferences.<p/>
|
||||
<i>Week:</i><br/>
|
||||
Current week is displayed. Start day of week can be set in preferences.<p/>
|
||||
<i>Month:</i><br/>
|
||||
Default entry is to the current month, viewed in monthly option, with both prior and future
|
||||
months easily accessible with one click.<p/></li></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,49 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/>
|
||||
Hakutoiminnolla varustetu päivä-, viikko- ja kuukausikalenteri /
|
||||
aikataulusovellus joka muistuttaa tärkeistä tapahtumista.<br/>
|
||||
<ul><li><b>Tapahtuman lisääminen:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
Lisätäksesi uuden tapahtuman itsellesi / ryhmällesi, napsauta yllä olevan
|
||||
näköistä kuvaketta. Näytölle avautuu lomake, johon voit syöttää tarvittavat
|
||||
tiedot.</li><p/>
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font ?>" size="2">
|
||||
Lyhyt kuvaus:<br/>
|
||||
Kuvaus:<br/>
|
||||
Päivä:<br/>
|
||||
Aika:<br/>
|
||||
Kesto:<br/>
|
||||
Tärkeys:<br/>
|
||||
Näkyvyys:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Ryhmä:<br/>
|
||||
Osallistujat:<br/>
|
||||
Toistuvuus:<br/>
|
||||
Viimeisen kerran:<br/>
|
||||
Jakso:</td></table>
|
||||
Täytä vain kentät ja napsauta Lähetä.</ul><br/>
|
||||
<b>Huomaa:</b>
|
||||
Kuten muidenkin sovellusten kohdalla, voit antaa tiedon
|
||||
käyttöoikeudeksi Yksityinen, Oma ryhmä tai Kaikki.<p/></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,69 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/>
|
||||
Hakutoiminnolla varustetu päivä-, viikko- ja kuukausikalenteri /
|
||||
aikataulusovellus joka muistuttaa tärkeistä tapahtumista.<br/>
|
||||
Esitetty näkymä vaihtuu päivä-, viikko- ja kuukausinäkymien välillä
|
||||
vasemmassa yläreunassa näkyvistä kuvakkeista.<br/>
|
||||
<ul><li><b>Näkymä:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Päivä <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Viikko <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Kuukausi <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Vuosi<br/>
|
||||
<i>Päivä:</i><br/>
|
||||
Valittu päivä näytetään käyttäjän valitseman kokoisiin lohkoihin
|
||||
jaoteltuna. Jaottelutarkkuus sekä päivän alku ja loppu muutetaan Kalenterin
|
||||
asetuksista.<br/>
|
||||
<i>Viikko:</i><br/>
|
||||
Valittu viikko. Viikon alkamispäivä muutetaan Kalenterin
|
||||
asetuksista.<br/>
|
||||
<i>Kuukausi:</i><br/>
|
||||
Valittu kuukausi sekä edellinen ja seuraava kuukausi mini-kalentereina.
|
||||
Voit siirtyä päivänäkymään haluamaasi päivää napsauttamalla.<br/>
|
||||
<i>Vuosi:</i><br/>
|
||||
Valittu vuosi kuukausien mini-kalentereina.</li><p/>
|
||||
<li><b>Tapahtuman lisääminen:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
Lisätäksesi uuden tapahtuman itsellesi / ryhmällesi, napsauta yllä olevan
|
||||
näköistä kuvaketta. Näytölle avautuu lomake, johon voit syöttää tarvittavat
|
||||
tiedot.
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Lyhyt kuvaus:<br/>
|
||||
Kuvaus:<br/>
|
||||
Päivä:<br/>
|
||||
Aika:<br/>
|
||||
Kesto:<br/>
|
||||
Tärkeys:<br/>
|
||||
Näkyvyys:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Ryhmä:<br/>
|
||||
Osallistujat:<br/>
|
||||
Toistuvuus:<br/>
|
||||
Viimeisen kerran:<br/>
|
||||
Jakso:</td></table>
|
||||
Täytä vain kentät ja napsauta Lähetä.<br/>
|
||||
<b>Huomaa:</b> Kuten muidenkin sovellusten kohdalla, voit antaa tiedon
|
||||
käyttöoikeudeksi Yksityinen, Oma ryhmä tai Kaikki.</li><p/>
|
||||
<li><b>Muokkaa:Poista</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
Muokataksesi tapahtumaa napsauta tätä kuvaketta.
|
||||
Näytölle avautuu muokkauslomake.
|
||||
Valitse muokkaa tai poista sivun alareunasta.<br/>
|
||||
<b>Huomaa:</b>Voit muokata ja poistaa vain itse luomiasi tapahtumia.</li><p/></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,29 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Hakutoiminnolla varustetu päivä-, viikko- ja kuukausikalenteri /
|
||||
aikataulusovellus joka muistuttaa tärkeistä tapahtumista.<br/>
|
||||
<ul><li><b>Muokkaa:Poista</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
Muokataksesi tapahtumaa napsauta tätä kuvaketta.
|
||||
Näytölle avautuu muokkauslomake.
|
||||
Valitse muokkaa tai poista sivun alareunasta.</li><p/>
|
||||
<b>Huomaa:</b>Voit muokata ja poistaa vain itse luomiasi tapahtumia.<p/></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,37 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
Hakutoiminnolla varustetu päivä-, viikko- ja kuukausikalenteri /
|
||||
aikataulusovellus joka muistuttaa tärkeistä tapahtumista.<br/>
|
||||
Esitetty näkymä vaihtuu päivä-, viikko- ja kuukausinäkymien välillä
|
||||
vasemmassa yläreunassa näkyvistä kuvakkeista.<br/>
|
||||
<ul><li><b>Näkymä:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">Päivä <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">Viikko <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">Kuukausi <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">Vuosi<br/>
|
||||
<i>Päivä:</i><br/>
|
||||
Valittu päivä näytetään käyttäjän valitseman kokoisiin lohkoihin
|
||||
jaoteltuna. Jaottelutarkkuus sekä päivän alku ja loppu muutetaan Kalenterin
|
||||
asetuksista.<br/>
|
||||
<i>Viikko:</i><br/>
|
||||
Valittu viikko. Viikon alkamispäivä muutetaan Kalenterin
|
||||
asetuksista.<br/>
|
||||
<i>Kuukausi:</i><br/>
|
||||
Valittu kuukausi sekä edellinen ja seuraava kuukausi mini-kalentereina.
|
||||
Voit siirtyä päivänäkymään haluamaasi päivää napsauttamalla.<p/></li></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,45 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/>
|
||||
日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。<br/>
|
||||
<ul><li><b>項目追加:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
自分自身やグループの他のメンバーのための新しい予定を追加するために、このアイコンをクリックします。
|
||||
次の項目を入力するページが表示されます。
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
概要(タイトル):<br/>
|
||||
詳細:<br/>
|
||||
日:<br/>
|
||||
時間:<br/>
|
||||
期間:<br/>
|
||||
優先順位:<br/>
|
||||
アクセス権:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
グループ:<br/>
|
||||
参加者:<br/>
|
||||
繰返しタイプ:<br/>
|
||||
繰返し終了日:<br/>
|
||||
頻度:</td></table>
|
||||
などの項目を入力し、実行ボタンをクリックします。<br/>
|
||||
<b>備考:</b> 他のアプリケーションで備えているアクセス権(プライベート、グループ、グローバル)も、このアプリケーションで備えています。</li></ul><p/></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,60 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font; ?>" size="2"><p/>
|
||||
日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。<br/>
|
||||
左上にあるアイコンをクリックすると、今日(時間単位)、今週および今月の予定を表示することができます。<br/>
|
||||
<ul><li><b>表示:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">今日 <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">今週 <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">今月 <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">今年<br/>
|
||||
<i>今日:</i><br/>
|
||||
一日の予定を時間単位に区切って表示します。開始時間と終了時間は、ユーザ設定にて設定します。<br/>
|
||||
<i>今週:</i><br/>
|
||||
週単位で予定を表示します。週の初めの曜日は、ユーザ設定にて設定します。<br/>
|
||||
<i>今月:</i><br/>
|
||||
月単位で予定を表示します。月の表示はデフォルト設定となっています。先月や翌月にワンクリックでアクセスすることができます。<br/>
|
||||
<i>今年:</i><br/>
|
||||
年単位で予定を表示します。小さい月単位のカレンダーを一年分表示します。</li><p/>
|
||||
<li><b>項目追加:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
|
||||
自分自身やグループの他のメンバーのための新しい予定を追加するために、このアイコンをクリックします。
|
||||
次の項目を入力するページが表示されます。
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
概要(タイトル):<br/>
|
||||
詳細:<br/>
|
||||
日:<br/>
|
||||
時間:<br/>
|
||||
期間:<br/>
|
||||
優先順位:<br/>
|
||||
アクセス権:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
グループ:<br/>
|
||||
参加者:<br/>
|
||||
繰返しタイプ:<br/>
|
||||
繰返し終了日:<br/>
|
||||
頻度:</td></table>
|
||||
などの項目を入力し、実行ボタンをクリックします。<br/>
|
||||
<b>備考:</b> 他のアプリケーションで備えているアクセス権(プライベート、グループ、グローバル)も、このアプリケーションで備えています。</li><p/>
|
||||
<li><b>訂正:削除</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
予定を訂正するために、このアイコンをクリックします。
|
||||
訂正する予定が表示され、訂正か削除を選択するボタンが表示されます。<br/>
|
||||
<b>備考:</b>訂正や削除は、自分で作成したものに限ります。</li><p/></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,27 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。<br/>
|
||||
<ul><li><b>訂正:削除</b>  <img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
|
||||
予定を訂正するために、このアイコンをクリックします。
|
||||
訂正する予定が表示され、訂正か削除を選択するボタンが表示されます。<br/>
|
||||
<b>備考:</b>訂正や削除は、自分で作成したものに限ります。</li><p/></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,33 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('calendar','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
日、週、月単位での検索可能なカレンダー・スケジュールアプリケーションです。優先度の高いイベントの通知機能も備えています。<br/>
|
||||
左上にあるアイコンをクリックすると、今日(時間単位)、今週および今月の予定を表示することができます。<br/>
|
||||
<ul><li><b>表示:</b><img src="<?php echo $phpgw->common->image('calendar','today.gif'); ?>">今日 <img src="<?php echo $phpgw->common->image('calendar','week.gif'); ?>">今週 <img src="<?php echo $phpgw->common->image('calendar','month.gif'); ?>">今月 <img src="<?php echo $phpgw->common->image('calendar','year.gif'); ?>">今年<br/>
|
||||
<i>今日:</i><br/>
|
||||
一日の予定を時間単位に区切って表示します。開始時間と終了時間は、ユーザ設定にて設定します。<br/>
|
||||
<i>今週:</i><br/>
|
||||
週単位で予定を表示します。週の初めの曜日は、ユーザ設定にて設定します。<br/>
|
||||
<i>今月:</i><br/>
|
||||
月単位で予定を表示します。月の表示はデフォルト設定となっています。先月や翌月にワンクリックでアクセスすることができます。<br/>
|
||||
<i>今年:</i><br/>
|
||||
年単位で予定を表示します。小さい月単位のカレンダーを一年分表示します。<p/></li></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,27 +0,0 @@
|
||||
<?php
|
||||
/**************************************************************************\
|
||||
* eGroupWare - User manual *
|
||||
* http://www.egroupware.org *
|
||||
* -------------------------------------------- *
|
||||
* This program 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. *
|
||||
\**************************************************************************/
|
||||
|
||||
/* $Id$ */
|
||||
|
||||
$phpgw_flags = Array(
|
||||
'currentapp' => 'manual'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../header.inc.php');
|
||||
$appname = 'calendar';
|
||||
include(PHPGW_SERVER_ROOT.'/'.$appname.'/setup/setup.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border="0"><p/>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2">
|
||||
Version: <b><?php echo $setup_info[$appname]['version']; ?></b><p/>
|
||||
This app was based on <a href="http://webcalendar.sourceforge.net" target="_new">WebCalendar</a><br/><p/>
|
||||
</font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
Loading…
Reference in New Issue
Block a user