mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
first (simple) version of the new manual app
This commit is contained in:
parent
0fb012f83c
commit
707e464780
@ -1,59 +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('addressbook','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font ?>" size="2"><p/> Ein durchsuchbares
|
||||
Adressbuch um Kontakt-Informationen von Geschäftspartnern, Freunden und der
|
||||
Familie aufzubewahren.
|
||||
<ul>
|
||||
<li><b>Hinzufügen:</b><br/>
|
||||
Klicken Sie auf den Hinzufügen Knopf, es wird eine Formularseite mit
|
||||
den folgenden Feldern angezeigt:
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Nachnahme:<br/>
|
||||
E-mail:<br/>
|
||||
Telefon Privat:<br/>
|
||||
Telefon Geschäftlich:<br/>
|
||||
Mobiltelefon:<br/>
|
||||
Strasse:<br/>
|
||||
Stadt:<br/>
|
||||
Land:<br/>
|
||||
Postleitzahl:<br/>
|
||||
Zugriff:<br/>
|
||||
Gruppen-Einstellungen:<br/>
|
||||
Notizen:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top"> <font face="<?php echo $font; ?>" size="2">
|
||||
Vorname:<br/>
|
||||
Firmenname:<br/>
|
||||
Fax:<br/>
|
||||
Pager:<br/>
|
||||
Andere Nummer:<br/>
|
||||
Geburtstag:</td></table>
|
||||
...und viele andere mehr.
|
||||
Einfach die Felder ausfüllen und OK klicken.</li><p/> </ul>
|
||||
Der Zugriff kann auf Privat beschränkt werden, was die Prefrences (Optionen)
|
||||
Einstellungen überschreibt. In den Prefrences kann eingestellt werden, welche
|
||||
Benutzer welchen Zugriff auf ihr Adressbuch haben - anschauen, bearbeiten oder
|
||||
sogar löschen.
|
||||
<p/>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
||||
|
@ -1,56 +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('addressbook','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font ?>" size="2"><p/>
|
||||
A searchable address book for keeping contact information of business
|
||||
associates or friends and family.
|
||||
<ul><li><b>Add:</b><br/>
|
||||
Click on the add button, a form page will be presented with the following fields:
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Last name:<br/>
|
||||
E-mail:<br/>
|
||||
Home phone:<br/>
|
||||
Work phone:<br/>
|
||||
Mobile:<br/>
|
||||
Street:<br/>
|
||||
City:<br/>
|
||||
State:<br/>
|
||||
ZIP code:<br/>
|
||||
Access:<br/>
|
||||
Group settings:<br/>
|
||||
Notes:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
First name:<br/>
|
||||
Company name:<br/>
|
||||
Fax:<br/>
|
||||
Pager:<br/>
|
||||
Other number:<br/>
|
||||
Birthday:</td></table>
|
||||
...and many others.
|
||||
Simply fill in the fields, and click OK.</li><p/></ul>
|
||||
Access can be restricted to private, overriding acl preferences settings.
|
||||
From preferences, you can grant access to users to the be able to view,
|
||||
edit, and even delete your entries.<p/>
|
||||
<?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'
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../../header.inc.php');
|
||||
$font = $phpgw_info['theme']['font'];
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('addressbook','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font ?>" size="2"><p/>
|
||||
Hakutoiminnolla varustettu osoitekirja yhteystietojen tallentamiseen.
|
||||
<ul><li><b>Lisää:</b><br/>
|
||||
Napsauta lisää -painiketta ja näytölle avautuu lomake, jossa on seuraavat kentät:
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Sukunimi:<br/>
|
||||
E-Mail:<br/>
|
||||
Kotinumero:<br/>
|
||||
Työnumero:<br/>
|
||||
Matkapuhelin:<br/>
|
||||
Katuosoite:<br/>
|
||||
Kaupunki:<br/>
|
||||
Osavaltio:<br/>
|
||||
Postinumero:<br/>
|
||||
Käyttöoikeus:<br/>
|
||||
Ryhmän asetukset:<br/>
|
||||
Muuta:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
Etunimi:<br/>
|
||||
Yritys:<br/>
|
||||
Fax:<br/>
|
||||
Hakulaite:<br/>
|
||||
Muu numero:<br/>
|
||||
Syntymäpäivä:</td></table>
|
||||
...ja paljon muita.
|
||||
Täytä tiedot kenttiin ja napsauta OK.</li><p/></ul>
|
||||
Tiedon käyttöoikeus voidaan rajoittaa yksityiseksi, mikä ohittaa ACL:n
|
||||
asetuksen. Osoitekirjan asetuksista voit antaa muille käyttäjille
|
||||
oikeuden selata, muokata tai jopa poistaa tallentamiasi tietoja.<p/>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,55 +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('addressbook','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $font ?>" size="2"><p/>
|
||||
ビジネスパートナーや友人などの連絡先情報を保管するためのアドレス帳です。
|
||||
<ul><li><b>追加 :</b><br/>
|
||||
追加ボタンをクリックすると、次の項目を入力することができます。
|
||||
<table width="80%">
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
名:<br/>
|
||||
電子メール:<br/>
|
||||
自宅電話番号:<br/>
|
||||
会社電話番号:<br/>
|
||||
携帯電話:<br/>
|
||||
町域:<br/>
|
||||
市区町村:<br/>
|
||||
都道府県:<br/>
|
||||
郵便番号:<br/>
|
||||
アクセス権:<br/>
|
||||
グループ設定:<br/>
|
||||
ノート:</td>
|
||||
<td bgcolor="#ccddeb" width="50%" valign="top">
|
||||
<font face="<?php echo $font; ?>" size="2">
|
||||
姓:<br/>
|
||||
会社名:<br/>
|
||||
FAX:<br/>
|
||||
ページャー番号:<br/>
|
||||
その他の番号:<br/>
|
||||
誕生日:</td></table>
|
||||
などの
|
||||
各項目を入力したら、OKボタンをクリックします。</li><p/></ul>
|
||||
プライベートデータにアクセスするには、利用許可(ユーザ設定)を設定する必要があります。
|
||||
ユーザ設定ではあなたが作成したアドレス帳を他のユーザが、表示・訂正・削除することができるアクセス権を設定することができます。
|
||||
<p/>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
||||
|
@ -1,26 +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 = 'addressbook';
|
||||
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(); ?>
|
Loading…
Reference in New Issue
Block a user