mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
New manual system
This commit is contained in:
parent
7f10f05298
commit
43949f2fa9
35
admin/help/account.php
Executable file
35
admin/help/account.php
Executable file
@ -0,0 +1,35 @@
|
||||
<?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('calendar','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(); ?>
|
54
admin/help/admin.php
Executable file
54
admin/help/admin.php
Executable file
@ -0,0 +1,54 @@
|
||||
<?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('calendar','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.
|
||||
<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.
|
||||
<p>
|
||||
<li><b>Network news:</b>
|
||||
<br>Manual update for news groups.
|
||||
<p>
|
||||
<li><b>Server information:</b>
|
||||
<br>At present phpinfo of the server that is running.
|
||||
<p>
|
||||
</ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
34
admin/help/other.php
Executable file
34
admin/help/other.php
Executable file
@ -0,0 +1,34 @@
|
||||
<?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('calendar','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.
|
||||
<p>
|
||||
<li><b>Server information:</b>
|
||||
<br>At present phpinfo of the server that is running.
|
||||
<p>
|
||||
</ul>
|
||||
<?php $phpgw->common->phpgw_footer(); ?>
|
33
admin/help/session.php
Executable file
33
admin/help/session.php
Executable file
@ -0,0 +1,33 @@
|
||||
<?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('calendar','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(); ?>
|
Loading…
Reference in New Issue
Block a user