1<?php
2  /**************************************************************************\
3  * phpGroupWare - User manual                                               *
4  * http://www.phpgroupware.org                                              *
5  * --------------------------------------------                             *
6  *  This program is free software; you can redistribute it and/or modify it *
7  *  under the terms of the GNU General Public License as published by the   *
8  *  Free Software Foundation; either version 2 of the License, or (at your  *
9  *  option) any later version.                                              *
10  \**************************************************************************/
11
12	/* $Id: admin.php 5846 2001-06-13 07:53:26Z milosch $ */
13	$phpgw_flags = Array(
14		'currentapp'	=> 'manual',
15		'admin_header'	=> True,
16	);
17	$phpgw_info['flags'] = $phpgw_flags;
18	include('../../../header.inc.php');
19	$appname = 'admin';
20?>
21<img src="<?php echo $phpgw->common->image($appname,'navbar.gif'); ?>" border=0>
22<font face="<?php echo $phpgw_info['theme']['font']; ?>" size="2"><p/>
23���ε�ǽ�ϡ��̾盧�Υ����ƥ�Υ����ƥ�����ԤΤ����Ѳ�ǽ�Ǥ���
24�����ƥ�����Ԥϡ����٤ƤΥ��ץꥱ��������桼���ȥ��롼�פΥ�������ȡ����å����������ޤ���
25
26<ul>
27<li><b>��������ȴ���:</b><br/>
28<i>�桼�����������:</i><br/>
29�桼����������Ȥ��ɲá�������������뤳�Ȥ��Ǥ��ޤ������롼�פ�°������С���
30��䡢���ץꥱ�������Υ�����������������ǽ�Ǥ���<br/>
31<i>�桼�����롼��:</i><br/>
32�桼������°���륰�롼�פ��ɲá�����������뤳�Ȥ��Ǥ��ޤ���</li><p/>
33
34<li><b>���������:</b><br/>
35<i>��������:</i><br/>
36���ߤΥ��å����Ρ�IP���ɥ쥹���������֡������ɥ���֤ʤɤ�ɽ�����ޤ������å��������Ǥ��뤳�Ȥ��ǽ�Ǥ���<br/>
37<i>��������������:</i><br/>
38phpGroupWare�ؤΥ�����������ɽ�����ޤ���������ID,IP���ɥ쥹,���������,�������Ȼ���,���ѻ��֤�ɽ�����ޤ���</li><p/>
39
40<li><b>Headline sites:</b><br/>
41Administer headline sites as seen by users in the headlines application.<br/>
42<i>Edit:</i> Options for the headline sites:<br/>
43Display,BaseURL, NewsFile,Minutes between reloads,Listing Displayed,News Type.<br/>
44<i>Delete:</i>Remove an existing headling site, clicking on delete will give
45you a checking page to be sure you do want to delete.<br/>
46<i>View:</i>Displays set options as in edit.<br/>
47<i>Add:</i>Form for adding new headline site, options as in edit.</li><p/>
48
49<li><b>�ͥåȥ˥塼��:</b><br/>
50�˥塼�����롼�פι���������ޤ���</li><p/>
51<li><b>�������:</b><br/>
52�����Ф�ư��Ƥ��� PHP �ξ����phpinfo() ��ɽ�����ޤ���</li><p/>
53</ul></font>
54<?php $phpgw->common->phpgw_footer(); ?>
55