egroupware/calendar/help/FI/add.php

50 lines
2.0 KiB
PHP
Raw Normal View History

2002-04-02 22:30:34 +02:00
<?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/>
Hakutoiminnolla varustetu p<EFBFBD>iv<EFBFBD>-, viikko- ja kuukausikalenteri /
aikataulusovellus joka muistuttaa t<EFBFBD>rkeist<EFBFBD> tapahtumista.<br/>
<ul><li><b>Tapahtuman lis<EFBFBD><EFBFBD>minen:</b> <img src="<?php echo $phpgw->common->image('calendar','new.gif'); ?>"><br/>
Lis<EFBFBD>t<EFBFBD>ksesi uuden tapahtuman itsellesi / ryhm<EFBFBD>llesi, napsauta yll<EFBFBD> olevan
n<EFBFBD>k<EFBFBD>ist<EFBFBD> kuvaketta. N<EFBFBD>yt<EFBFBD>lle avautuu lomake, johon voit sy<EFBFBD>tt<EFBFBD><EFBFBD> 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<EFBFBD>iv<EFBFBD>:<br/>
Aika:<br/>
Kesto:<br/>
T<EFBFBD>rkeys:<br/>
N<EFBFBD>kyvyys:</td>
<td bgcolor="#ccddeb" width="50%" valign="top">
<font face="<?php echo $font; ?>" size="2">
Ryhm<EFBFBD>:<br/>
Osallistujat:<br/>
Toistuvuus:<br/>
Viimeisen kerran:<br/>
Jakso:</td></table>
T<EFBFBD>yt<EFBFBD> vain kent<EFBFBD>t ja napsauta L<EFBFBD>het<EFBFBD>.</ul><br/>
<b>Huomaa:</b>
Kuten muidenkin sovellusten kohdalla, voit antaa tiedon
k<EFBFBD>ytt<EFBFBD>oikeudeksi Yksityinen, Oma ryhm<EFBFBD> tai Kaikki.<p/></font>
<?php $phpgw->common->phpgw_footer(); ?>