forked from extern/egroupware
No longer needed
This commit is contained in:
parent
a0404d3b53
commit
fd49dee821
@ -1,34 +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/>
|
||||
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,50 +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/>
|
||||
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
|
||||
/**************************************************************************\
|
||||
* 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/>
|
||||
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
|
||||
/**************************************************************************\
|
||||
* 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>
|
||||
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,38 +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',
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('preferences','navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
The place to make changes to your personal piece of groupware.<p/>
|
||||
<ul>
|
||||
<li><b>Change your Password:</b><br/>
|
||||
Used for changing your login password to the system.
|
||||
You will be presented with two text boxes, enter your new password,
|
||||
then click on the change button.</li><p/>
|
||||
<li><b>Select different Theme:</b><br/>
|
||||
To change the look of the pages you see, within the system. Displayed is
|
||||
your current theme (for new users set to default). Simply click on the
|
||||
theme of your choice. Your pages will change immediately.<p/>
|
||||
<li><b>Change your profile:</b><br/>
|
||||
Here you can set a few details about yourself, for public viewing by the
|
||||
rest of the users of the system. Title,Phone number, Comments, Picture upload.</li><p/>
|
||||
<li><b>Monitor Newsgroups:</b><br/>
|
||||
Easily choose which news groups you want to set for reading.</li>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,71 +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',
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('preferences','navbar.gif'); ?>" border="0">
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
The place to make changes to your personal piece of groupware.<p/>
|
||||
<ul>
|
||||
<li><b>Change your Password:</b>
|
||||
<br>Used for changing your login password to the system.
|
||||
You will be presented with two text boxes, enter your new password,
|
||||
then click on the change button.</li><p/>
|
||||
<li><b>Select different Theme:</b><br/>
|
||||
To change the look of the pages you see, within the system. Displayed is
|
||||
your current theme (for new users set to default). Simply click on the
|
||||
theme of your choice. Your pages will change immediately.</li><p/>
|
||||
<li><b>Change your Settings:</b><br/>
|
||||
<i>Max matches per page:</i><br/>
|
||||
Choose how many instances of items will be displayed on your screen at one time, default is 15.<p/>
|
||||
<i>Show text on navigation icons:</i><br/>
|
||||
Add text under the navigation icons at the top of the screen.<p/>
|
||||
<i>Time zone offset:</i><br/>
|
||||
Set your time zone, default setting is Central Europian Standard CEST.<p/>
|
||||
<i>Date format:</i><br/>
|
||||
Choose the order of day/month/year, default is m/d/y.<p/>
|
||||
<i>Time format:</i><br/>
|
||||
Choose from am/pm=12hours or 24hours settings.<p/>
|
||||
<i>Language:</i><br/>
|
||||
Set your language, options German,Spanish,Norwegen,Italian,French, default is English.<p/>
|
||||
<i>Show birthday reminders on main screen:</i><br/>
|
||||
Selecting this option, enables birthday reminders to be shown on the day as
|
||||
an alert. When you log on to the system on the day a birthday is entered, an alert
|
||||
will be displayed on the home screen. Birthday settings are made in the address book.<p/>
|
||||
<i>Show high priority events on main screen:</i><br/>
|
||||
Selecting this option, enables reminders for priority tasks assigned to you in either
|
||||
todo list or ticketing system.<p/>
|
||||
<i>Weekday starts on:</i><br/>
|
||||
<i>Choose the day your week starts.</i><p/>
|
||||
<i>Workday starts on:</i><br/>
|
||||
Choose the start time of your work day. This will effect the beginning time slot
|
||||
in the calendar when displaying the days schedule.<p/>
|
||||
<i>Workday ends on:</i><br/>
|
||||
Choose the end time of your work day. This will effect the ending time slot
|
||||
in the calendar when displaying the days schedule.<p/>
|
||||
<i>Select Headline News sites:</i><br/>
|
||||
Click on as many news headline news sites as you wish, these will be displayed for you
|
||||
when using the headlines function. The systems admin set these as default, so be sure to
|
||||
let them know if you want some that are not there ;)</li><p/>
|
||||
<li><b>Change your profile:</b><br/>
|
||||
Here you can set a few details about yourself, for public viewing by the rest of the users
|
||||
of the system. Title,Phone number, Comments, Picture upload.</li><p/>
|
||||
<li><b>Monitor Newsgroups:</b><br/>
|
||||
Easily choose which news groups you want to set for reading.</li></ul>
|
||||
</font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
@ -1,58 +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',
|
||||
'enable_utilities_class' => True
|
||||
);
|
||||
$phpgw_info['flags'] = $phpgw_flags;
|
||||
include('../../header.inc.php');
|
||||
?>
|
||||
<img src="<?php echo $phpgw->common->image('preferences','navbar.gif'); ?>" border=0>
|
||||
<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
|
||||
The place to make changes to your personal piece of groupware.<p/>
|
||||
<ul>
|
||||
<li><b>Change your Settings:</b><br/>
|
||||
<i>Max matches per page:</i><br/>
|
||||
Choose how many instances of items will be displayed on your screen at one time, default is 15.<p/>
|
||||
<i>Show text on navigation icons:</i><br/>
|
||||
Add text under the navigation icons at the top of the screen.<p/>
|
||||
<i>Time zone offset:</i><br/>
|
||||
Set your time zone, default setting is Central Europian Standard CEST.<p/>
|
||||
<i>Date format:</i><br/>
|
||||
Choose the order of day/month/year, default is m/d/y.<p/>
|
||||
<i>Time format:</i><br/>
|
||||
Choose from am/pm=12hours or 24hours settings.<p/>
|
||||
<i>Language:</i><br/>
|
||||
Set your language, options German,Spanish,Norwegen,Italian,French, default is English.<p/>
|
||||
<i>Show birthday reminders on main screen:</i><br/>
|
||||
Selecting this option, enables birthday reminders to be shown on the day as
|
||||
an alert. When you log on to the system on the day a birthday is entered, an alert
|
||||
will be displayed on the home screen. Birthday settings are made in the address book.<p/>
|
||||
<i>Show high priority events on main screen:</i><br/>
|
||||
Selecting this option, enables reminders for priority tasks assigned to you in
|
||||
either todo list or ticketing system.<p/>
|
||||
<i>Weekday starts on:</i><br/>
|
||||
Choose the day your week starts.<p/>
|
||||
<i>Workday starts on:</i><br/>
|
||||
Choose the start time of your work day. This will effect the beginning time slot
|
||||
in the calendar when displaying the days schedule.<p/>
|
||||
<i>Workday ends on:</i><br/>
|
||||
Choose the end time of your work day. This will effect the ending time slot
|
||||
in the calendar when displaying the days schedule.<p/>
|
||||
<i>Select Headline News sites:</i><br/>
|
||||
Click on as many news headline news sites as you wish, these will be displayed for you
|
||||
when using the headlines function.The systems admin set these as default, so be sure to
|
||||
let them know if you want some that are not there ;)
|
||||
</li></ul></font>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
Loading…
Reference in New Issue
Block a user