New New manual - multi-language capabilities.

This commit is contained in:
skeeter 2001-05-11 02:34:43 +00:00
parent 9bd39084f8
commit 34a91dbb46
11 changed files with 424 additions and 15 deletions

View File

@ -0,0 +1,56 @@
<?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('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>
Simply fill in the fields, and click OK.</li><p/></ul>
Access can be restricted to, private, group readable (that is the members of the
same groups as you are in, will be able to see the too, and globally readable, all
users to the system will be able to see the entry.<p/>
Users can only edit their own entries, regardless of readability settings.
<?php $phpgw->common->phpgw_footer(); ?>

View File

@ -16,10 +16,17 @@
global $phpgw, $phpgw_info, $treemenu;
}
// Only Modify the $file variable.....
$file = Array();
//Do not modify below this line
$font = $phpgw_info['theme']['font'];
$navbar = $phpgw_info['user']['preferences']['common']['navbar_format'];
$lang = strtoupper($phpgw_info['user']['preferences']['common']['lang']);
$treemenu[] = '..'.($navbar != 'text'?'<img src="'.$phpgw->common->image($appname,'navbar.gif').'" border="0" alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font face="'.$font.'">'.ucwords($appname).'</font>':'').'|'.$phpgw->link('/'.$appname.'/help/index.php');
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link('/'.$appname.'/help/'.$appname.'.php');
// Modify the $treemenu variables from here down.....
$help_file = check_help_file($appname,$lang,$appname.'.php');
if($help_file != '')
{
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link($help_file);
}
?>

33
admin/help/EN/account.php Executable file
View 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',
'admin_header' => 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(); ?>

49
admin/help/EN/admin.php Executable file
View File

@ -0,0 +1,49 @@
<?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,
);
$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(); ?>

32
admin/help/EN/other.php Executable file
View File

@ -0,0 +1,32 @@
<?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(); ?>

35
admin/help/EN/session.php Executable file
View 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',
'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(); ?>

View File

@ -11,18 +11,33 @@
\**************************************************************************/
/* $Id$ */
if (floor(phpversion()) == 4) {
global $phpgw, $phpgw_info, $treemenu;
}
// Only Modify the $file variable.....
$file = Array(
'Account Management' => 'account.php',
'Session Management' => 'session.php',
'Other' => 'other.php'
);
//Do not modify below this line
$font = $phpgw_info['theme']['font'];
$navbar = $phpgw_info['user']['preferences']['common']['navbar_format'];
$lang = strtoupper($phpgw_info['user']['preferences']['common']['lang']);
$treemenu[] = '..'.($navbar != 'text'?'<img src="'.$phpgw->common->image($appname,'navbar.gif').'" border="0" alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font face="'.$font.'">'.ucwords($appname).'</font>':'').'|'.$phpgw->link('/'.$appname.'/help/index.php');
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link('/'.$appname.'/help/'.$appname.'.php');
// Modify the $treemenu variables from here down.....
$treemenu[] = '...<font face="'.$font.'">Account Management</font>|'.$phpgw->link('/'.$appname.'/help/account.php');
$treemenu[] = '...<font face="'.$font.'">Session Management</font>|'.$phpgw->link('/'.$appname.'/help/session.php');
$treemenu[] = '...<font face="'.$font.'">Other</font>|'.$phpgw->link('/'.$appname.'/help/other.php');
$help_file = check_help_file($appname,$lang,$appname.'.php');
if($help_file != '')
{
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link($help_file);
}
while(list($title,$filename) = each($file))
{
$help_file = check_help_file($appname,$lang,$filename);
if($help_file != '')
{
$treemenu[] = '...<font face="'.$font.'">'.$title.'</font>|'.$phpgw->link($help_file);
}
}
?>

38
preferences/help/EN/other.php Executable file
View File

@ -0,0 +1,38 @@
<?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(); ?>

View File

@ -0,0 +1,70 @@
<?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');
?>
<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(); ?>

View File

@ -0,0 +1,58 @@
<?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(); ?>

View File

@ -16,12 +16,28 @@
global $phpgw, $phpgw_info, $treemenu;
}
// Only Modify the $file variable.....
$file = Array(
'Settings' => 'settings.php',
'Other' => 'other.php'
);
//Do not modify below this line
$font = $phpgw_info['theme']['font'];
$navbar = $phpgw_info['user']['preferences']['common']['navbar_format'];
$lang = strtoupper($phpgw_info['user']['preferences']['common']['lang']);
$treemenu[] = '..'.($navbar != 'text'?'<img src="'.$phpgw->common->image($appname,'navbar.gif').'" border="0" alt="'.ucwords($appname).'">':'').($navbar != 'icons'?'<font face="'.$font.'">'.ucwords($appname).'</font>':'').'|'.$phpgw->link('/'.$appname.'/help/index.php');
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link('/'.$appname.'/help/'.$appname.'.php');
// Modify the $treemenu variables from here down.....
$treemenu[] = '...<font face="'.$font.'">Settings</font>|'.$phpgw->link('/'.$appname.'/help/settings.php');
$treemenu[] = '...<font face="'.$font.'">Other</font>|'.$phpgw->link('/'.$appname.'/help/other.php');
$help_file = check_help_file($appname,$lang,$appname.'.php');
if($help_file != '')
{
$treemenu[] = '...<font face="'.$font.'">Overview</font>|'.$phpgw->link($help_file);
}
while(list($title,$filename) = each($file))
{
$help_file = check_help_file($appname,$lang,$filename);
if($help_file != '')
{
$treemenu[] = '...<font face="'.$font.'">'.$title.'</font>|'.$phpgw->link($help_file);
}
}
?>