2002-12-07 03:12:15 +01:00
|
|
|
<!-- $Id$ -->
|
|
|
|
|
2001-09-21 22:14:04 +02:00
|
|
|
<!-- BEGIN header -->
|
2002-12-07 03:12:15 +01:00
|
|
|
|
2001-09-21 22:14:04 +02:00
|
|
|
<form method="POST" action="{action_url}">
|
|
|
|
<table border="0" align="center" width="85%">
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="th">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td colspan="2"> <b>{title}</b></td>
|
2001-09-21 22:14:04 +02:00
|
|
|
</tr>
|
2002-12-07 03:12:15 +01:00
|
|
|
|
2001-09-21 22:14:04 +02:00
|
|
|
<!-- END header -->
|
2002-12-07 03:12:15 +01:00
|
|
|
|
2001-09-21 22:14:04 +02:00
|
|
|
<!-- BEGIN body -->
|
2002-12-07 03:12:15 +01:00
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_on">
|
2003-06-21 02:54:02 +02:00
|
|
|
<td>{lang_Enter_the_title_for_your_site}:</td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<td><input name="newsettings[site_title]" value="{value_site_title}"></td>
|
2001-09-21 22:14:04 +02:00
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td>{lang_Use_cookies_to_pass_sessionid}:</td>
|
2002-08-26 06:39:25 +02:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[usecookies]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_usecookies_True}>{lang_Yes}</option>
|
|
|
|
</select>
|
2002-08-26 06:39:25 +02:00
|
|
|
</td>
|
2002-12-07 03:12:15 +01:00
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_check_ip_address_of_all_sessions}:</td>
|
2001-09-21 22:14:04 +02:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[sessions_checkip]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_sessions_checkip_True}>{lang_Yes}</option>
|
2001-09-21 22:14:04 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2003-06-21 02:54:02 +02:00
|
|
|
<td>{lang_Would_you_like_phpGroupWare_to_check_for_new_application_versions_when_admins_login_?}:</td>
|
2002-08-26 06:39:25 +02:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[checkfornewversion]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_checkfornewversion_True}>{lang_Yes}</option>
|
2002-08-26 06:39:25 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_on">
|
2003-06-21 02:54:02 +02:00
|
|
|
<td>{lang_Timeout_for_sessions_in_seconds_(default_14400_=_4_hours)}:</td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<td><input size="8" name="newsettings[sessions_timeout]" value="{value_sessions_timeout}"></td>
|
2001-09-21 22:14:04 +02:00
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2003-06-21 02:54:02 +02:00
|
|
|
<td>{lang_Timeout_for_application_session_data_in_seconds_(default_86400_=_1_day)}:</td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<td><input size="8" name="newsettings[sessions_app_timeout]" value="{value_sessions_app_timeout}"></td>
|
2001-09-21 22:14:04 +02:00
|
|
|
</tr>
|
|
|
|
|
2002-12-07 03:12:15 +01:00
|
|
|
<!--
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td>{lang_How_would_you_like_to_sort_applications_in_the_navbar?}:</td>
|
2001-09-21 22:14:04 +02:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[app_order]">
|
|
|
|
<option value="">{lang_Order_id}</option>
|
|
|
|
<option value="True"{selected_app_order_True}>{lang_Alphabetically}</option>
|
|
|
|
</select>
|
2001-09-21 22:14:04 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
2002-12-07 03:12:15 +01:00
|
|
|
-->
|
2001-09-21 22:14:04 +02:00
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_on">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td>{lang_Would_you_like_to_show_each_application's_upgrade_status_?}:</td><td>
|
|
|
|
<select name="newsettings[checkappversions]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="Admin"{selected_checkappversions_Admin}>{lang_Admins}</option>
|
|
|
|
<option value="All"{selected_checkappversions_All}>{lang_All_Users}</option>
|
2002-01-05 21:40:44 +01:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td>{lang_Would_you_like_phpGroupWare_to_cache_the_phpgw_info_array_?}:</td>
|
2001-09-21 22:14:04 +02:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[cache_phpgw_info]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_cache_phpgw_info_True}>{lang_Yes}</option>
|
2001-09-21 22:14:04 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_on">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td>{lang_Deny_all_users_access_to_grant_other_users_access_to_their_entries_?}:</td>
|
|
|
|
<td>
|
|
|
|
<select name="newsettings[deny_user_grants_access]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_deny_user_grants_access_True}>{lang_Yes}</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
2001-09-21 22:14:04 +02:00
|
|
|
</tr>
|
|
|
|
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2003-06-21 02:54:02 +02:00
|
|
|
<td>{lang_Minimum_password_length}:</td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<td><input size="4" name="newsettings[pass_min_length]" value="{value_pass_min_length}"></td>
|
2001-09-21 22:14:04 +02:00
|
|
|
</tr>
|
|
|
|
|
2002-12-07 03:12:15 +01:00
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_Require_non-alpha_characters}:</td>
|
2001-09-21 22:14:04 +02:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[pass_require_non_alpha]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_pass_require_non_alpha_True}>{lang_Yes}</option>
|
2001-09-21 22:14:04 +02:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="row_off">
|
2002-12-07 03:12:15 +01:00
|
|
|
<td>{lang_Require_numerical_characters}:</td>
|
2001-12-20 18:58:48 +01:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[pass_require_numbers]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_pass_require_numbers_True}>{lang_Yes}</option>
|
2001-12-20 18:58:48 +01:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2002-12-07 03:12:15 +01:00
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_Require_special_characters}:</td>
|
2001-12-20 18:58:48 +01:00
|
|
|
<td>
|
2002-12-07 03:12:15 +01:00
|
|
|
<select name="newsettings[pass_require_special_char]">
|
|
|
|
<option value="">{lang_No}</option>
|
|
|
|
<option value="True"{selected_pass_require_special_char_True}>{lang_Yes}</option>
|
2001-12-20 18:58:48 +01:00
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
2002-12-07 03:12:15 +01:00
|
|
|
<!--
|
|
|
|
<tr class="row_off">
|
|
|
|
<td>{lang_Default_file_system_space_per_user}/{lang_group_?}:</td>
|
|
|
|
<td>
|
|
|
|
<input type="text" name="newsettings[vfs_default_account_size_number]" size="7" value="{value_vfs_default_account_size_number}">
|
|
|
|
<select name="newsettings[vfs_default_account_size_type]">
|
|
|
|
<option value="gb"{selected_vfs_default_account_size_type_gb}>GB</option>
|
|
|
|
<option value="mb"{selected_vfs_default_account_size_type_mb}>MB</option>
|
|
|
|
<option value="kb"{selected_vfs_default_account_size_type_kb}>KB</option>
|
|
|
|
<option value="b"{selected_vfs_default_account_size_type_b}>B</option>
|
|
|
|
</select>
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
-->
|
2003-05-18 21:46:39 +02:00
|
|
|
<tr class="th">
|
|
|
|
<td colspan="2"> <b>{lang_AccessLog_and_BruteForce_defense}</b></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_How_many_days_should_entries_stay_in_the_access_log,_before_they_get_deleted_(default_90)_?}:</td>
|
|
|
|
<td>
|
|
|
|
<input name="newsettings[max_access_log_age]" value="{value_max_access_log_age}" size="5">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="row_off">
|
|
|
|
<td>{lang_After_how_many_unsuccessful_attempts_to_login,_an_account_should_be_blocked_(default_3)_?}:</td>
|
|
|
|
<td>
|
|
|
|
<input name="newsettings[num_unsuccessful_id]" value="{value_num_unsuccessful_id}" size="5">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="row_on">
|
|
|
|
<td>{lang_After_how_many_unsuccessful_attempts_to_login,_an_IP_should_be_blocked_(default_3)_?}:</td>
|
|
|
|
<td>
|
|
|
|
<input name="newsettings[num_unsuccessful_ip]" value="{value_num_unsuccessful_ip}" size="5">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="row_off">
|
|
|
|
<td>{lang_How_many_minutes_should_an_account_or_IP_be_blocked_(default_30)_?}:</td>
|
|
|
|
<td>
|
|
|
|
<input name="newsettings[block_time]" value="{value_block_time}" size="5">
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<tr class="row_on">
|
2003-06-21 02:54:02 +02:00
|
|
|
<td>{lang_Admin_email_addresses_(comma-separated)_to_be_notified_about_the_blocking_(empty_for_no_notify)}:</td>
|
2003-05-18 21:46:39 +02:00
|
|
|
<td>
|
|
|
|
<input name="newsettings[admin_mails]" value="{value_admin_mails}" size="40">
|
|
|
|
</td>
|
|
|
|
</tr>
|
2001-09-21 22:14:04 +02:00
|
|
|
<!-- END body -->
|
|
|
|
|
|
|
|
<!-- BEGIN footer -->
|
2002-09-28 00:52:04 +02:00
|
|
|
<tr class="th">
|
2001-06-01 03:57:51 +02:00
|
|
|
<td colspan="2">
|
|
|
|
|
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
|
|
<td colspan="2" align="center">
|
2001-12-04 08:43:52 +01:00
|
|
|
<input type="submit" name="submit" value="{lang_submit}">
|
|
|
|
<input type="submit" name="cancel" value="{lang_cancel}">
|
2001-06-01 03:57:51 +02:00
|
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</table>
|
|
|
|
</form>
|
2001-09-21 22:14:04 +02:00
|
|
|
<!-- END footer -->
|