Changeset 1163
- Timestamp:
- 05/22/08 00:13:34
(3 months ago)
- Author:
- rats
- Message:
* Fixed #1273: some HTML fixes in the HTML templates - Part 1
* Fixed #1274: remove Disallow /ispcp/ from robots.txt
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1162 |
r1163 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-05-22 Benedikt Heintel |
|---|
| | 5 | - GUI: |
|---|
| | 6 | * Fixed #1273: some HTML fixes in the HTML templates - Part 1 |
|---|
| | 7 | * Fixed #1274: remove Disallow /ispcp/ from robots.txt |
|---|
| 3 | 8 | |
|---|
| 4 | 9 | 2008-05-20 Benedikt Heintel |
|---|
| r1106 |
r1163 |
|
| 62 | 62 | php5-gd |
|---|
| 63 | 63 | php5-idn |
|---|
| 64 | | php5-imap |
|---|
| 65 | 64 | php5-mcrypt |
|---|
| 66 | 65 | php5-mhash |
|---|
| r1157 |
r1163 |
|
| 277 | 277 | // Commented out; we cannot calculate how many domains are added: 3 Domains are created by default |
|---|
| 278 | 278 | // but user can delete them and there would be a new inconsitency if so. |
|---|
| 279 | | // TODO: Fix it! |
|---|
| | 279 | // todo: Fix it! |
|---|
| 280 | 280 | /* if ($umail_max != $rmail_current && $umail_current > 0) |
|---|
| 281 | 281 | $err = tr('Inconsistency between current_mail_cnt and actual mail count: %1$d != %2$d', $umail_max, $rmail_current); |
|---|
| … | … | |
| 338 | 338 | if ($umax != $r && $u > 0) { // ... && $u != unlimited |
|---|
| 339 | 339 | $err = tr('Reseller data inconsistency!'); //really? |
|---|
| 340 | | |
|---|
| 341 | 340 | return; |
|---|
| 342 | 341 | } |
|---|
| … | … | |
| 384 | 383 | } |
|---|
| 385 | 384 | |
|---|
| 386 | | function check_user_ip_data($reseller_id, $r_ips, $u_ips, &$err) |
|---|
| 387 | | { |
|---|
| | 385 | function check_user_ip_data($reseller_id, $r_ips, $u_ips, &$err) { |
|---|
| 388 | 386 | if ($r_ips == $u_ips) { |
|---|
| 389 | 387 | return; |
|---|
| r1016 |
r1163 |
|
| 69 | 69 | } |
|---|
| 70 | 70 | |
|---|
| 71 | | function get_update_infos(&$tpl) { |
|---|
| | 71 | function get_ispcp_update_infos(&$tpl) { |
|---|
| 72 | 72 | global $cfg; |
|---|
| 73 | 73 | |
|---|
| … | … | |
| 97 | 97 | $tpl->assign(array('UPDATE_MESSAGE' => '')); |
|---|
| 98 | 98 | } |
|---|
| 99 | | |
|---|
| | 99 | } |
|---|
| | 100 | |
|---|
| | 101 | function get_db_update_infos(&$tpl) { |
|---|
| 100 | 102 | if(checkDatabaseUpdateExists()) { |
|---|
| 101 | 103 | $tpl->assign(array('DATABASE_UPDATE' => '<a href="database_update.php" class=\"link\">' . tr('A database update is available') . '</a>')); |
|---|
| 102 | 104 | $tpl->parse('DATABASE_UPDATE_MESSAGE', 'database_update_message'); |
|---|
| 103 | 105 | } else { |
|---|
| 104 | | $tpl->assign(array('DATABASE_UPDATE_MESSAGE' => '')); |
|---|
| | 106 | $tpl->assign(array('DATABASE_UPDATE' => '')); |
|---|
| 105 | 107 | } |
|---|
| 106 | 108 | } |
|---|
| … | … | |
| 188 | 190 | get_admin_general_info($tpl, $sql); |
|---|
| 189 | 191 | |
|---|
| 190 | | get_update_infos($tpl); |
|---|
| | 192 | get_ispcp_update_infos($tpl); |
|---|
| | 193 | get_db_update_infos($tpl); |
|---|
| 191 | 194 | |
|---|
| 192 | 195 | gen_system_message($tpl, $sql); |
|---|
| r474 |
r1163 |
|
| 1 | 1 | User-agent: * |
|---|
| 2 | 2 | Disallow: / |
|---|
| 3 | | Disallow: /ispcp/ |
|---|
| r1076 |
r1163 |
|
| 9 | 9 | </head> |
|---|
| 10 | 10 | |
|---|
| 11 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| | 11 | <body onload="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 12 | 12 | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 13 | 13 | <tr> |
|---|
| … | … | |
| 19 | 19 | <td style="width: 195px; vertical-align: top;">{MENU}</td> |
|---|
| 20 | 20 | <td colspan=2 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 21 | | <tr height="95";> |
|---|
| | 21 | <tr height="95"> |
|---|
| 22 | 22 | <td style="padding-left:30px; width: 100%; background-image: url({THEME_COLOR_PATH}/images/top/middle_bg.jpg);">{MAIN_MENU}</td> |
|---|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| r1076 |
r1163 |
|
| 9 | 9 | </head> |
|---|
| 10 | 10 | |
|---|
| 11 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| | 11 | <body onload="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 12 | 12 | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 13 | 13 | <tr> |
|---|
| … | … | |
| 19 | 19 | <td style="width: 195px; vertical-align: top;">{MENU}</td> |
|---|
| 20 | 20 | <td colspan=2 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 21 | | <tr height="95";> |
|---|
| | 21 | <tr height="95"> |
|---|
| 22 | 22 | <td style="padding-left:30px; width: 100%; background-image: url({THEME_COLOR_PATH}/images/top/middle_bg.jpg);">{MAIN_MENU}</td> |
|---|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| r1076 |
r1163 |
|
| 9 | 9 | </head> |
|---|
| 10 | 10 | |
|---|
| 11 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| | 11 | <body onload="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 12 | 12 | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 13 | 13 | <tr> |
|---|
| … | … | |
| 19 | 19 | <td style="width: 195px; vertical-align: top;">{MENU}</td> |
|---|
| 20 | 20 | <td colspan=2 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 21 | | <tr height="95";> |
|---|
| | 21 | <tr height="95"> |
|---|
| 22 | 22 | <td style="padding-left:30px; width: 100%; background-image: url({THEME_COLOR_PATH}/images/top/middle_bg.jpg);">{MAIN_MENU}</td> |
|---|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| … | … | |
| 71 | 71 | </div> |
|---|
| 72 | 72 | <!-- BDP: clear_log --> |
|---|
| 73 | | <table width="100%" border="00" cellspacing="5" cellpadding="5"> |
|---|
| | 73 | <table width="100%" border="0" cellspacing="5" cellpadding="5"> |
|---|
| 74 | 74 | <tr> |
|---|
| 75 | 75 | <td width="80"> </td> |
|---|
| r1152 |
r1163 |
|
| 27 | 27 | |
|---|
| 28 | 28 | </head> |
|---|
| 29 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| | 29 | <body onload="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 30 | 30 | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 31 | 31 | <tr> |
|---|
| … | … | |
| 37 | 37 | <td style="width: 195px; vertical-align: top;">{MENU}</td> |
|---|
| 38 | 38 | <td colspan=2 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 39 | | <tr height="95";> |
|---|
| | 39 | <tr height="95"> |
|---|
| 40 | 40 | <td style="padding-left:30px; width: 100%; background-image: url({THEME_COLOR_PATH}/images/top/middle_bg.jpg);">{MAIN_MENU}</td> |
|---|
| 41 | 41 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| r1076 |
r1163 |
|
| 9 | 9 | </head> |
|---|
| 10 | 10 | |
|---|
| 11 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| | 11 | <body onload="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 12 | 12 | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 13 | 13 | <tr> |
|---|
| … | … | |
| 19 | 19 | <td style="width: 195px; vertical-align: top;">{MENU}</td> |
|---|
| 20 | 20 | <td colspan=2 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 21 | | <tr height="95";> |
|---|
| | 21 | <tr height="95"> |
|---|
| 22 | 22 | <td style="padding-left:30px; width: 100%; background-image: url({THEME_COLOR_PATH}/images/top/middle_bg.jpg);">{MAIN_MENU}</td> |
|---|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
| r1076 |
r1163 |
|
| 9 | 9 | </head> |
|---|
| 10 | 10 | |
|---|
| 11 | | <body onLoad="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| | 11 | <body onload="MM_preloadImages('{THEME_COLOR_PATH}/images/icons/database_a.gif','{THEME_COLOR_PATH}/images/icons/hosting_plans_a.gif','{THEME_COLOR_PATH}/images/icons/domains_a.gif','{THEME_COLOR_PATH}/images/icons/general_a.gif' ,'{THEME_COLOR_PATH}/images/icons/manage_users_a.gif','{THEME_COLOR_PATH}/images/icons/webtools_a.gif','{THEME_COLOR_PATH}/images/icons/statistics_a.gif','{THEME_COLOR_PATH}/images/icons/support_a.gif')"> |
|---|
| 12 | 12 | <table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" style="border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 13 | 13 | <tr> |
|---|
| … | … | |
| 19 | 19 | <td style="width: 195px; vertical-align: top;">{MENU}</td> |
|---|
| 20 | 20 | <td colspan=2 style="vertical-align: top;"><table style="width: 100%; border-collapse: collapse;padding:0;margin:0;"> |
|---|
| 21 | | <tr height="95";> |
|---|
| | 21 | <tr height="95"> |
|---|
| 22 | 22 | <td style="padding-left:30px; width: 100%; background-image: url({THEME_COLOR_PATH}/images/top/middle_bg.jpg);">{MAIN_MENU}</td> |
|---|
| 23 | 23 | <td style="padding:0;margin:0;text-align: right; width: 73px;vertical-align: top;"><img src="{THEME_COLOR_PATH}/images/top/middle_right.jpg" border="0"></td> |
|---|
|