From 0626c932e7b895a22f390523f4e6248ca77cfb98 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 9 Feb 2009 15:06:08 +0000 Subject: [PATCH] HTML->XHTML converted --- inc/databases.php | 2 +- inc/modules/admin/overview-inc.php | 4 ++-- inc/modules/admin/what-list_unconfirmed.php | 2 +- inc/modules/index.php | 4 ++-- templates/de/html/admin/admin_main_footer.tpl | 7 +++---- templates/de/html/admin/admin_online_footer.tpl | 2 +- templates/de/html/admin/admin_overview_footer.tpl | 2 +- templates/de/html/admin/admin_overview_footer_task.tpl | 2 +- templates/de/html/guest/guest_content_footer.tpl | 4 ++-- templates/de/html/guest/guest_rallye_expired_footer.tpl | 2 +- templates/de/html/guest/guest_rallye_footer.tpl | 2 +- templates/de/html/install/install_footer.tpl | 6 +++--- templates/de/html/member/member_cats_footer.tpl | 2 +- templates/de/html/member/member_content_right.tpl | 4 ++-- templates/de/html/member/member_footer.tpl | 2 +- templates/de/html/member/member_welcome_footer.tpl | 6 +++--- templates/de/html/page_footer.tpl | 8 ++++---- 17 files changed, 30 insertions(+), 31 deletions(-) diff --git a/inc/databases.php b/inc/databases.php index 11f1ceb4b5..23c6fef4ed 100644 --- a/inc/databases.php +++ b/inc/databases.php @@ -97,7 +97,7 @@ define('START_TDAY', MAKE_TIME(0, 0, 0, time())); define('SERVER_URL', "http://www.mxchange.org"); // Current SVN revision -define('CURR_SVN_REVISION', "724"); +define('CURR_SVN_REVISION', "725"); // Take a prime number which is long (if you know a longer one please try it out!) define('_PRIME', 591623); diff --git a/inc/modules/admin/overview-inc.php b/inc/modules/admin/overview-inc.php index 7bfd361bb3..8e930e8340 100644 --- a/inc/modules/admin/overview-inc.php +++ b/inc/modules/admin/overview-inc.php @@ -350,9 +350,9 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) { $OUT .= "
".ADMIN_UNKNOWN_TASK_TYPE_1.$type.ADMIN_UNKNOWN_TASK_TYPE_2.$id.ADMIN_UNKNOWN_TASK_TYPE_3."
\n"; break; } - $OUT .= " + $OUT .= "   -\n"; +\n"; } // END - if $SW = 3 - $SW; } // END - foreach diff --git a/inc/modules/admin/what-list_unconfirmed.php b/inc/modules/admin/what-list_unconfirmed.php index 85b939cc80..ba8c54288a 100644 --- a/inc/modules/admin/what-list_unconfirmed.php +++ b/inc/modules/admin/what-list_unconfirmed.php @@ -138,7 +138,7 @@ WHERE l.%s='%s' ORDER BY l.userid LIMIT %s", $OUT .= LOAD_TEMPLATE("admin_list_unconfirmed_row", true, $content); $SW = 3 - $SW; } - $OUT .= "\n"; + $OUT .= "\n"; // Free memory SQL_FREERESULT($result); diff --git a/inc/modules/index.php b/inc/modules/index.php index 742fc6c5aa..dee82df00a 100644 --- a/inc/modules/index.php +++ b/inc/modules/index.php @@ -126,8 +126,8 @@ if ((getConfig('guest_menu') == "Y") || (!EXT_IS_ACTIVE("sql_patches", true))) { // Some advertising stuff? LOAD_TEMPLATE("guest_advert2"); - OUTPUT_HTML(" -"); + OUTPUT_HTML(" +"); // Goto TOP template LOAD_TEMPLATE("guest_goto_top"); diff --git a/templates/de/html/admin/admin_main_footer.tpl b/templates/de/html/admin/admin_main_footer.tpl index cdfd33b120..f522fd0c93 100644 --- a/templates/de/html/admin/admin_main_footer.tpl +++ b/templates/de/html/admin/admin_main_footer.tpl @@ -1,6 +1,5 @@ - - - + +     @@ -8,4 +7,4 @@ {!__ADMIN_FOOTER!} - \ No newline at end of file + \ No newline at end of file diff --git a/templates/de/html/admin/admin_online_footer.tpl b/templates/de/html/admin/admin_online_footer.tpl index 22ef9091ff..17b6ebb6c7 100644 --- a/templates/de/html/admin/admin_online_footer.tpl +++ b/templates/de/html/admin/admin_online_footer.tpl @@ -1,4 +1,4 @@ $content - \ No newline at end of file + \ No newline at end of file diff --git a/templates/de/html/admin/admin_overview_footer.tpl b/templates/de/html/admin/admin_overview_footer.tpl index 537240a4bb..6face678cc 100644 --- a/templates/de/html/admin/admin_overview_footer.tpl +++ b/templates/de/html/admin/admin_overview_footer.tpl @@ -7,6 +7,6 @@ - + diff --git a/templates/de/html/admin/admin_overview_footer_task.tpl b/templates/de/html/admin/admin_overview_footer_task.tpl index d9add3d242..ad8893ed93 100644 --- a/templates/de/html/admin/admin_overview_footer_task.tpl +++ b/templates/de/html/admin/admin_overview_footer_task.tpl @@ -7,7 +7,7 @@ - +
diff --git a/templates/de/html/guest/guest_content_footer.tpl b/templates/de/html/guest/guest_content_footer.tpl index a3ad9b25f5..282cd1b0ec 100644 --- a/templates/de/html/guest/guest_content_footer.tpl +++ b/templates/de/html/guest/guest_content_footer.tpl @@ -1,8 +1,8 @@ - +
- + diff --git a/templates/de/html/guest/guest_rallye_expired_footer.tpl b/templates/de/html/guest/guest_rallye_expired_footer.tpl index 1de85a7d0e..724fc8a774 100644 --- a/templates/de/html/guest/guest_rallye_expired_footer.tpl +++ b/templates/de/html/guest/guest_rallye_expired_footer.tpl @@ -3,5 +3,5 @@ {--RALLYE_HAPPY_WINNERS--} - +
diff --git a/templates/de/html/guest/guest_rallye_footer.tpl b/templates/de/html/guest/guest_rallye_footer.tpl index 2589c7336d..74d385d885 100644 --- a/templates/de/html/guest/guest_rallye_footer.tpl +++ b/templates/de/html/guest/guest_rallye_footer.tpl @@ -8,4 +8,4 @@ - + diff --git a/templates/de/html/install/install_footer.tpl b/templates/de/html/install/install_footer.tpl index 27c0002c86..62a0e12357 100644 --- a/templates/de/html/install/install_footer.tpl +++ b/templates/de/html/install/install_footer.tpl @@ -1,4 +1,4 @@ - - - \ No newline at end of file + + + \ No newline at end of file diff --git a/templates/de/html/member/member_cats_footer.tpl b/templates/de/html/member/member_cats_footer.tpl index 51705e9627..1e80dea491 100644 --- a/templates/de/html/member/member_cats_footer.tpl +++ b/templates/de/html/member/member_cats_footer.tpl @@ -4,5 +4,5 @@ - + \ No newline at end of file diff --git a/templates/de/html/member/member_content_right.tpl b/templates/de/html/member/member_content_right.tpl index 65a08e3d10..21111dc2de 100644 --- a/templates/de/html/member/member_content_right.tpl +++ b/templates/de/html/member/member_content_right.tpl @@ -1,7 +1,7 @@ - +
- + diff --git a/templates/de/html/member/member_footer.tpl b/templates/de/html/member/member_footer.tpl index a8f687d3fa..61141f1216 100644 --- a/templates/de/html/member/member_footer.tpl +++ b/templates/de/html/member/member_footer.tpl @@ -3,5 +3,5 @@ - + diff --git a/templates/de/html/member/member_welcome_footer.tpl b/templates/de/html/member/member_welcome_footer.tpl index 395eedc516..d0b6cab3e9 100644 --- a/templates/de/html/member/member_welcome_footer.tpl +++ b/templates/de/html/member/member_welcome_footer.tpl @@ -1,3 +1,3 @@ - - - + + + diff --git a/templates/de/html/page_footer.tpl b/templates/de/html/page_footer.tpl index 282ab18884..badbb744df 100644 --- a/templates/de/html/page_footer.tpl +++ b/templates/de/html/page_footer.tpl @@ -1,5 +1,5 @@ - - - - + + + + -- 2.30.2