forked from extern/egroupware
51 lines
2.4 KiB
PHP
51 lines
2.4 KiB
PHP
<?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'
|
|
);
|
|
$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(); ?>
|