first (simple) version of the new manual app

This commit is contained in:
Ralf Becker 2004-04-13 08:59:23 +00:00
parent 707e464780
commit f151c70372
34 changed files with 0 additions and 1388 deletions

View File

@ -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/>&nbsp;&nbsp;
Diese Funktion ist normalerweise nur f&uuml;r den Administrator zugänglich. Administration aller Programme, Benutzer und Benutzergruppen und Sitzungs/Logging Kontrolle.
<ul>
<li><b>Benutzerkonten-Verwaltung:</b><p/>&nbsp;&nbsp;
<i>Benutzerkonten:</i><br/>
Erstellen, Edittieren und l&ouml;schen von Benutzerkonten. Setzen von Gruppenmidgliedschaft und der Zugriff auf Programme.<p/>&nbsp;&nbsp;
<i>Benutzergruppen:</i><br/>
Erstellen, Edittieren und l&ouml;schen von Benutzergruppen.<p/>&nbsp;&nbsp;
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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/>&nbsp;&nbsp;&nbsp;&nbsp;
Diese Funktion ist normalerweise nur f&uuml;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&ouml;schen von Benutzerkonten. Setzen von Gruppenmidgliedschaft und der Zugriff auf Programme.<br/
><i>Benutzergruppen:</i><br/>
Erstellen, Editieren und l&ouml;schen von Benutzergruppen.
<p/>&nbsp;&nbsp;&nbsp;&nbsp;
<li><b>Sitzungs-Verwaltung:</b><br/>
<i>Session's anzeigen::</i><br/>
Aktuelle Sitzungen, IP's, Login-Zeit, Inaktivit&auml;tszeit und die M&ouml;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/>&nbsp;&nbsp;&nbsp;&nbsp;
<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&uuml;r die Headline-Seiten:<br/>
Anzeige, BasisURL, NewsDatei, Minuten zwischen Neuladungen (reloads), Angezeigte
Auflistung und die Art der Neuigkeiten.<br/>
<i>L&ouml;schen:</i>Entfernen von einer existierenden Headline-Seite, klicken
auf Löschen bringt Sie auf eine &Uuml;berprüffungsseite, um das l&ouml;schen
zu verifizieren.<br/>
<i>Anzeigen:</i>Zeigt die Optionen wie in Edit.<br/>
<i>Hinzuf&uuml;gen:</i>Formular um eine neue Headline-Seite hinzuzuf&uuml;gen, wie in Edit.</li><p/>&nbsp;&nbsp;&nbsp;&nbsp;
<li><b>Netzwerk News:</b><br/>
Manuelle Aktualisierung f&uuml;r Newsgruppen.</li><p/>&nbsp;&nbsp;&nbsp;&nbsp;
<li><b>Server Information:</b><br/>
Zeigt die phpinfo(); des Servers an.</li><p/>&nbsp;&nbsp;&nbsp;&nbsp;
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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/>&nbsp;&nbsp;&nbsp;
Diese Funktion ist normalerweise nur f&uuml;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&uuml;r Newsgruppen.</li><p/>&nbsp;&nbsp;&nbsp;
<li><b>Server Information:</b><br/>
Zeigt die phpinfo(); des Server's an.</li>
<p/>&nbsp;&nbsp;&nbsp;
</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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&uuml;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&auml;tszeit und die M&ouml;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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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/>&nbsp;&nbsp;&nbsp;&nbsp; Ein durchsuchbares t&auml;gliches, w&ouml;chentliches, monatliches
und j&auml;hrliches Kalender/Planer-Programm mit Alarm f&uuml;r wichtige Ereignisse.<br/>
<ul>
<li><b>Einen Eintrag hinzuf&uuml;gen:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
Um eine Eintragung f&uuml;r sich selber oder f&uuml;r ihre Gruppe hinzuzuf&uuml;gen
klicken Sie auf das kleine Symbol (+) wie das oben. Eine Formularseite wird
angezeigt, auf der Sie die wichtigen Felder ausf&uuml;llen k&ouml;nnen.</li>
<p/>&nbsp;&nbsp;&nbsp;&nbsp;
<table width="80%">
<td bgcolor="#ccddeb" width="50%" valign="top"> <font face="<?php echo $font ?>" size="2">
Titel:<br/>
Vollst&auml;ndige Beschreibung:<br/>
Datum:<br/>
Zeit:<br/>
Dauer:<br/>
Priorit&auml;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; ?>">&nbsp;</font>:</td>
</table>
F&uuml;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/>&nbsp;&nbsp;&nbsp;&nbsp;</font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ein durchsuchbares
t&auml;gliches, w&ouml;chentliches, monatliches und j&auml;hrliches Kalender/Planer-Programm
mit Alarm f&uuml;r wichtige Ereignisse.<br/>
Um entweder den St&uuml;ndlich/T&auml;glichen, w&ouml;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&uuml;ndliche Bl&ouml;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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<li><b>Eine Eintragung hinzuf&uuml;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&uuml;llen k&ouml;nnen.
<table width="80%">
<td bgcolor="#ccddeb" width="50%" valign="top">
<font face="<?php echo $font; ?>" size="2">
Titel:<br/>
Vollst&auml;ndige Beschreibung:<br/>
Datum:<br/>
Zeit:<br/>
Dauer:<br/>
Priorit&auml;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&uuml;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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<li><b>Bearbeiten:L&ouml;schen</b>&nbsp&nbsp<img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
Um eine Eintragung zu bearbeiten oder zu l&ouml;schen, klicken Sie auf das kleine Symbol wie oben gezeigt.
W&auml;hlen Sie bearbeiten oder löschen aus.<br/>
Wenn Sie Bearbeiten w&auml;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/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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/>&nbsp;&nbsp; Ein
durchsuchbares t&auml;gliches, w&ouml;chentliches, monatliches und j&auml;hrliches
Kalender/Planer-Programm mit Alarm f&uuml;r wichtige Ereignisse.<br/>
<ul><li><b>Bearbeiten:L&ouml;schen</b>&nbsp&nbsp<img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
Um eine Eintragung zu bearbeiten oder zu l&ouml;schen, klicken Sie auf das kleine Symbol wie oben gezeigt.
W&auml;hlen Sie bearbeiten oder löschen aus.<br/>
Wenn Sie Bearbeiten w&auml;hlen wird ihnen eine Formular seite angezeigt,
worauf Sie die gewünschten Felder bearbeiten können. </li><p/>&nbsp;&nbsp;
<b>Wichtig:</b>Sie k&ouml;nnen nur Eintragungen die Sie selber gemacht haben bearbeiten oder l&ouml;schen.<p/>&nbsp;&nbsp;</ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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/>&nbsp;&nbsp;&nbsp; Ein durchsuchbares t&auml;gliches, w&ouml;chentliches, monatliches
und j&auml;hrliches Kalender/Planer-Programm mit Alarm f&uuml;r wichtige Ereignisse.<br/>
Um entweder den St&uuml;ndlich/T&auml;glichen, w&ouml;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/>&nbsp;&nbsp;&nbsp; <i>Tag:</i><br/>
Der heutige Tag wird angezeigt, aufgeteilt in st&uuml;ndliche Bl&ouml;cke.
Anfangs und End-Zeit des Tages k&ouml;nnen in den Prefrences (Einstellungen,
Optionen) eingestellt werden.
<p/>&nbsp;&nbsp;&nbsp; <i>Woche:</i><br/>
Die aktuelle Woche wird angezeigt. Der Wochenanfangstag kann in den Prefrences
(Optionen) eingestellt werden.
<p/>&nbsp;&nbsp;&nbsp; <i>Monat:</i><br/>
Der vor eingestellter Eintrag ist der aktuelle Monat. Der vorherige oder k&uuml;nftige
<br>
Monat sind leicht erreichbar mit nur einem klick.
<p/>&nbsp;&nbsp;&nbsp;</li>
</ul>
</font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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(); ?>

View File

@ -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>&nbsp&nbsp<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(); ?>

View File

@ -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>&nbsp&nbsp<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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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>&nbsp&nbsp<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(); ?>

View File

@ -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>&nbsp&nbsp<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(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>

View File

@ -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>&nbsp&nbsp<img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
予定を訂正するために、このアイコンをクリックします。
訂正する予定が表示され、訂正か削除を選択するボタンが表示されます。<br/>
<b>備考:</b>訂正や削除は、自分で作成したものに限ります。</li><p/></ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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>&nbsp&nbsp<img src="<?php echo $phpgw->common->image('calendar','circle.gif'); ?>"><br/>
予定を訂正するために、このアイコンをクリックします。
訂正する予定が表示され、訂正か削除を選択するボタンが表示されます。<br/>
<b>備考:</b>訂正や削除は、自分で作成したものに限ります。</li><p/></ul></font>
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -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(); ?>

View File

@ -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(); ?>