Changeset 444
- Timestamp:
- 03/30/07 15:29:07
(2 years ago)
- Author:
- rats
- Message:
* fixed: error pages
- fixed: admin settings layout
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r442 |
r444 |
|
| 10 | 10 | | * gui: disable stats-alias in client menu | |
|---|
| 11 | 11 | \_________________________________________________________________/ |
|---|
| | 12 | |
|---|
| | 13 | 2007-03-30 Benedikt Heintel |
|---|
| | 14 | - GUI: |
|---|
| | 15 | * fixed: error pages |
|---|
| | 16 | * fixed: admin settings layout |
|---|
| 12 | 17 | |
|---|
| 13 | 18 | 2007-03-27 Benedikt Heintel |
|---|
| r438 |
r444 |
|
| 15 | 15 | <table width="453" border="0" align="center" cellpadding="0" cellspacing="0"> |
|---|
| 16 | 16 | <tr> |
|---|
| 17 | | <td width="453" height="69" background="./error_top.jpg"> </td> |
|---|
| | 17 | <td width="453" height="69" background="/errors/<?php echo $_SERVER['REDIRECT_STATUS']; ?>/error_top.jpg"> </td> |
|---|
| 18 | 18 | </tr> |
|---|
| 19 | 19 | <tr> |
|---|
| r371 |
r444 |
|
| 51 | 51 | <td> </td> |
|---|
| 52 | 52 | <td width="200" class="content2">{TR_LOSTPASSWORD}</td> |
|---|
| 53 | | <td><select name="lostpassword"> |
|---|
| | 53 | <td class="content"> |
|---|
| | 54 | <select name="lostpassword"> |
|---|
| 54 | 55 | <option value="0" {LOSTPASSWORD_SELECTED_OFF}>{TR_DISABLED}</option> |
|---|
| 55 | 56 | <option value="1" {LOSTPASSWORD_SELECTED_ON}>{TR_ENABLED}</option> |
|---|
| … | … | |
| 59 | 60 | <td> </td> |
|---|
| 60 | 61 | <td class="content2">{TR_LOSTPASSWORD_TIMEOUT}</td> |
|---|
| 61 | | <td><span class="content"> |
|---|
| | 62 | <td class="content"> |
|---|
| 62 | 63 | <input name="lostpassword_timeout" type="text" class="textinput" id="lostpassword_timeout" style="width:50px" value="{LOSTPASSWORD_TIMEOUT_VALUE}" maxlength="3" /> |
|---|
| 63 | | </span></td> |
|---|
| | 64 | </td> |
|---|
| 64 | 65 | </tr> |
|---|
| 65 | 66 | <tr> |
|---|
| … | … | |
| 70 | 71 | <td> </td> |
|---|
| 71 | 72 | <td class="content2">{TR_BRUTEFORCE}</td> |
|---|
| 72 | | <td><select name="bruteforce" id="bruteforce"> |
|---|
| | 73 | <td class="content"> |
|---|
| | 74 | <select name="bruteforce" id="bruteforce"> |
|---|
| 73 | 75 | <option value="0" {BRUTEFORCE_SELECTED_OFF}>{TR_DISABLED}</option> |
|---|
| 74 | 76 | <option value="1" {BRUTEFORCE_SELECTED_ON}>{TR_ENABLED}</option> |
|---|
| 75 | | </select></td> |
|---|
| | 77 | </select></td> |
|---|
| 76 | 78 | </tr> |
|---|
| 77 | 79 | <tr> |
|---|
| 78 | 80 | <td> </td> |
|---|
| 79 | 81 | <td class="content2">{TR_BRUTEFORCE_BETWEEN}</td> |
|---|
| 80 | | <td><span class="content"> |
|---|
| | 82 | <td class="content"> |
|---|
| 81 | 83 | <select name="bruteforce_between" id="bruteforce_between"> |
|---|
| 82 | 84 | <option value="0" {BRUTEFORCE_BETWEEN_SELECTED_OFF}>{TR_DISABLED}</option> |
|---|
| 83 | 85 | <option value="1" {BRUTEFORCE_BETWEEN_SELECTED_ON}>{TR_ENABLED}</option> |
|---|
| 84 | 86 | </select> |
|---|
| 85 | | </span></td> |
|---|
| | 87 | </td> |
|---|
| 86 | 88 | </tr> |
|---|
| 87 | 89 | <tr> |
|---|
| 88 | 90 | <td> </td> |
|---|
| 89 | 91 | <td class="content2">{TR_BRUTEFORCE_MAX_LOGIN}</td> |
|---|
| 90 | | <td><span class="content"> |
|---|
| | 92 | <td class="content"> |
|---|
| 91 | 93 | <input name="bruteforce_max_login" type="text" class="textinput" id="bruteforce_max_login" style="width:50px" value="{BRUTEFORCE_MAX_LOGIN_VALUE}" maxlength="3" /> |
|---|
| 92 | | </span></td> |
|---|
| | 94 | </td> |
|---|
| 93 | 95 | </tr> |
|---|
| 94 | 96 | <tr> |
|---|
| 95 | 97 | <td> </td> |
|---|
| 96 | 98 | <td class="content2">{TR_BRUTEFORCE_BLOCK_TIME}</td> |
|---|
| 97 | | <td><span class="content"> |
|---|
| | 99 | <td class="content"> |
|---|
| 98 | 100 | <input name="bruteforce_block_time" type="text" class="textinput" id="bruteforce_block_time" style="width:50px" value="{BRUTEFORCE_BLOCK_TIME_VALUE}" maxlength="3" /> |
|---|
| 99 | | </span></td> |
|---|
| | 101 | </td> |
|---|
| 100 | 102 | </tr> |
|---|
| 101 | 103 | <tr> |
|---|
| 102 | 104 | <td> </td> |
|---|
| 103 | 105 | <td class="content2">{TR_BRUTEFORCE_BETWEEN_TIME}</td> |
|---|
| 104 | | <td><span class="content"> |
|---|
| | 106 | <td class="content"> |
|---|
| 105 | 107 | <input name="bruteforce_between_time" type="text" class="textinput" id="bruteforce_between_time" style="width:50px" value="{BRUTEFORCE_BETWEEN_TIME_VALUE}" maxlength="3" /> |
|---|
| 106 | | </span></td> |
|---|
| | 108 | </td> |
|---|
| 107 | 109 | </tr> |
|---|
| 108 | 110 | <tr> |
|---|
| … | … | |
| 113 | 115 | <td> </td> |
|---|
| 114 | 116 | <td class="content2">{TR_USER_INITIAL_LANG}</td> |
|---|
| 115 | | <td><span class="content"> |
|---|
| | 117 | <td class="content"> |
|---|
| 116 | 118 | <select name="def_language" id="def_language"> |
|---|
| 117 | 119 | <!-- BDP: def_language --> |
|---|
| … | … | |
| 119 | 121 | <!-- EDP: def_language --> |
|---|
| 120 | 122 | </select> |
|---|
| 121 | | </span></td> |
|---|
| | 123 | </td> |
|---|
| 122 | 124 | </tr> |
|---|
| 123 | 125 | <tr> |
|---|
| 124 | 126 | <td> </td> |
|---|
| 125 | 127 | <td class="content2">{TR_SUPPORT_SYSTEM}</td> |
|---|
| 126 | | <td><span class="content"> |
|---|
| | 128 | <td class="content"> |
|---|
| 127 | 129 | <select name="support_system" id="support_system"> |
|---|
| 128 | 130 | <option value="0" {SUPPORT_SYSTEM_SELECTED_OFF}>{TR_DISABLED}</option> |
|---|
| 129 | 131 | <option value="1" {SUPPORT_SYSTEM_SELECTED_ON}>{TR_ENABLED}</option> |
|---|
| 130 | 132 | </select> |
|---|
| 131 | | </span></td> |
|---|
| | 133 | </td> |
|---|
| 132 | 134 | </tr> |
|---|
| 133 | 135 | <tr> |
|---|
| 134 | 136 | <td> </td> |
|---|
| 135 | 137 | <td class="content2">{TR_DOMAIN_ROWS_PER_PAGE}</td> |
|---|
| 136 | | <td><span class="content"> |
|---|
| | 138 | <td class="content"> |
|---|
| 137 | 139 | <input name="domain_rows_per_page" type="text" class="textinput" id="domain_rows_per_page" style="width:50px" value="{DOMAIN_ROWS_PER_PAGE}" maxlength="3" /> |
|---|
| 138 | | </span></td> |
|---|
| | 140 | </td> |
|---|
| 139 | 141 | </tr> |
|---|
| 140 | 142 | <tr> |
|---|
| r371 |
r444 |
|
| 13 | 13 | form.uaction.value = uaction; |
|---|
| 14 | 14 | form.submit(); |
|---|
| 15 | | |
|---|
| | 15 | |
|---|
| 16 | 16 | return false; |
|---|
| 17 | 17 | |
|---|
| … | … | |
| 146 | 146 | <td width="25"> </td> |
|---|
| 147 | 147 | <td width="200" class="content2">{TR_DOMAIN_NAME}</td> |
|---|
| 148 | | <td class="content"><input name="ndomain_name" type="text" class="textinput" style="width:170px" value="{DOMAIN}" onBlur="makeUser();"></td> |
|---|
| | 148 | <td class="content">http://<input name="ndomain_name" type="text" class="textinput" style="width:170px" value="{DOMAIN}" onBlur="makeUser();"></td> |
|---|
| 149 | 149 | </tr> |
|---|
| 150 | 150 | <tr> |
|---|
| 151 | 151 | <td width="25"> </td> |
|---|
| 152 | 152 | <td class="content2">{TR_MOUNT_POINT}</td> |
|---|
| 153 | | <td class="content"><input name="ndomain_mpoint" type="text" class="textinput" id="ndomain_mpoint" value='{MP}' style="width:170px"></td> |
|---|
| | 153 | <td class="content"> <input name="ndomain_mpoint" type="text" class="textinput" id="ndomain_mpoint" value='{MP}' style="width:170px"></td> |
|---|
| 154 | 154 | </tr> |
|---|
| 155 | 155 | <tr> |
|---|
| 156 | 156 | <td width="20" nowrap> </td> |
|---|
| 157 | 157 | <td width="200" nowrap class="content2">{TR_FORWARD}</td> |
|---|
| 158 | | <td class="content"><input name="forward" type="text" class="textinput" id="forward" style="width:170px" value="{FORWARD}"> |
|---|
| | 158 | <td class="content"> <input name="forward" type="text" class="textinput" id="forward" style="width:170px" value="{FORWARD}"> |
|---|
| 159 | 159 | </td> |
|---|
| 160 | 160 | </tr> |
|---|
| r371 |
r444 |
|
| 14 | 14 | form.uaction.value = uaction; |
|---|
| 15 | 15 | form.submit(); |
|---|
| 16 | | |
|---|
| | 16 | |
|---|
| 17 | 17 | return false; |
|---|
| 18 | 18 | |
|---|
| … | … | |
| 113 | 113 | <td width="25"> </td> |
|---|
| 114 | 114 | <td width="200" class="content2">{TR_DOMAIN_NAME}</td> |
|---|
| 115 | | <td class="content"><input name="ndomain_name" type="text" class="textinput" style="width:170px" value="{DOMAIN}" onBlur="makeUser();"></td> |
|---|
| | 115 | <td class="content">http://<input name="ndomain_name" type="text" class="textinput" style="width:170px" value="{DOMAIN}" onBlur="makeUser();"></td> |
|---|
| 116 | 116 | </tr> |
|---|
| 117 | 117 | <tr> |
|---|
| 118 | 118 | <td width="25"> </td> |
|---|
| 119 | 119 | <td class="content2">{TR_MOUNT_POINT}</td> |
|---|
| 120 | | <td class="content"><input name="ndomain_mpoint" type="text" class="textinput" id="ndomain_mpoint" value='{MP}' style="width:170px"></td> |
|---|
| | 120 | <td class="content"> <input name="ndomain_mpoint" type="text" class="textinput" id="ndomain_mpoint" value='{MP}' style="width:170px"></td> |
|---|
| 121 | 121 | </tr> |
|---|
| 122 | 122 | <tr> |
|---|
| 123 | 123 | <td width="25" nowrap> </td> |
|---|
| 124 | 124 | <td width="200" nowrap class="content2">{TR_FORWARD}</td> |
|---|
| 125 | | <td class="content"><input name="forward" type="text" class="textinput" id="forward" style="width:170px" value="{FORWARD}"> |
|---|
| | 125 | <td class="content"> <input name="forward" type="text" class="textinput" id="forward" style="width:170px" value="{FORWARD}"> |
|---|
| 126 | 126 | </td> |
|---|
| 127 | 127 | </tr> |
|---|
| r438 |
r444 |
|
| 85 | 85 | </form> |
|---|
| 86 | 86 | <!-- serach end here --> |
|---|
| 87 | | </tr> |
|---|
| 88 | | <tr> |
|---|
| 89 | | <td><table width="100%" border="0" cellspacing="3" cellpadding="0"> |
|---|
| 90 | | <tr> |
|---|
| 91 | | <td width="30"> </td> |
|---|
| 92 | | <td><input name="Submit" type="submit" class="button" onClick="MM_goToURL('parent','add_alias.php');return document.MM_returnValue" value=" {TR_ADD_ALIAS} "> |
|---|
| 93 | | </td> |
|---|
| 94 | | </td> |
|---|
| 95 | | <td><div align="right"> |
|---|
| 96 | | <!-- BDP: scroll_prev_gray --> |
|---|
| 97 | | <img src="{THEME_COLOR_PATH}/images/icons/flip/prev_gray.gif" width="20" height="20" border="0"> |
|---|
| 98 | | <!-- EDP: scroll_prev_gray --> |
|---|
| 99 | | <!-- BDP: scroll_prev --> |
|---|
| 100 | | <a href="domain_alias.php?psi={PREV_PSI}"><img src="{THEME_COLOR_PATH}/images/icons/flip/prev.gif" width="20" height="20" border="0"></a> |
|---|
| 101 | | <!-- EDP: scroll_prev --> |
|---|
| 102 | | <!-- BDP: scroll_next_gray --> |
|---|
| 103 | | <img src="{THEME_COLOR_PATH}/images/icons/flip/next_gray.gif" width="20" height="20" border="0"> |
|---|
| 104 | | <!-- EDP: scroll_next_gray --> |
|---|
| 105 | | <!-- BDP: scroll_next --> |
|---|
| 106 | | <a href="domain_alias.php?psi={NEXT_PSI}"><img src="{THEME_COLOR_PATH}/images/icons/flip/next.gif" width="20" height="20" border="0"></a> |
|---|
| 107 | | <!-- EDP: scroll_next --> |
|---|
| 108 | | </div></td> |
|---|
| 109 | | </tr> |
|---|
| 110 | | </table></td> |
|---|
| | 87 | </td> |
|---|
| | 88 | </tr> |
|---|
| 111 | 89 | <tr> |
|---|
| 112 | 90 | <td width="25" align="center" nowrap> </td> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>