From 539becf8debd262c4d7d52eb1a2a79f20da005ff Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 21 Oct 2004 21:51:31 +0000 Subject: [PATCH] Isolate all footers into footer.html, so we can more easily change it. --- MANIFEST | 1 + templates/00-TEMPLATE.html | 10 +--------- templates/broken_links.html | 10 +--------- templates/change_password_form.html | 10 +--------- templates/contact_show.html | 10 +--------- templates/contacts.html | 10 +--------- templates/crash.html | 10 +--------- templates/create_contact_form.html | 10 +--------- templates/create_user_form.html | 10 +--------- templates/dead_ends.html | 10 +--------- templates/delete_contact_form.html | 10 +--------- templates/delete_file_form.html | 10 +--------- templates/delete_image_form.html | 10 +--------- templates/delete_user_form.html | 10 +--------- templates/diff.html | 10 +--------- templates/edit.html | 10 +--------- templates/edit_conflict.html | 10 +--------- templates/edit_contact_form.html | 10 +--------- templates/edit_host_css_form.html | 10 +--------- templates/edit_host_settings_form.html | 10 +--------- templates/edit_page_css_form.html | 10 +--------- templates/edit_page_title_form.html | 10 +--------- templates/edit_sitemenu.html | 10 +--------- templates/edit_user_form.html | 10 +--------- templates/files.html | 10 +--------- templates/footer.html | 8 ++++++++ templates/forgot_password_form.html | 10 +--------- templates/history.html | 10 +--------- templates/host_menu.html | 10 +--------- templates/images.html | 10 +--------- templates/invite_user_confirm_form.html | 10 +--------- templates/invite_user_form.html | 10 +--------- templates/largest_pages.html | 10 +--------- templates/login_form.html | 10 +--------- templates/mail_import_form.html | 10 +--------- templates/mailing_list_form.html | 10 +--------- templates/mailing_list_view.html | 10 +--------- templates/page_404.html | 10 +--------- templates/page_email_form.html | 10 +--------- templates/recent.html | 10 +--------- templates/recently_visited.html | 10 +--------- templates/restore_form.html | 10 +--------- templates/send_feedback_form.html | 10 +--------- templates/set_password_form.html | 10 +--------- templates/sitemap.html | 10 +--------- templates/stats.html | 10 +--------- templates/undelete_file_form.html | 10 +--------- templates/undelete_image_form.html | 10 +--------- templates/upload_file_form.html | 10 +--------- templates/upload_image_form.html | 10 +--------- templates/users.html | 10 +--------- templates/what_links_here.html | 10 +--------- 52 files changed, 59 insertions(+), 450 deletions(-) create mode 100644 templates/footer.html diff --git a/MANIFEST b/MANIFEST index 4b980a0..6218366 100644 --- a/MANIFEST +++ b/MANIFEST @@ -211,6 +211,7 @@ templates/edit_page_title_form.html templates/edit_sitemenu.html templates/edit_user_form.html templates/files.html +templates/footer.html templates/forgot_password_form.html templates/history.html templates/host_menu.html diff --git a/templates/00-TEMPLATE.html b/templates/00-TEMPLATE.html index e5afac0..bcf2fcb 100644 --- a/templates/00-TEMPLATE.html +++ b/templates/00-TEMPLATE.html @@ -24,14 +24,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/broken_links.html b/templates/broken_links.html index fca580d..e7ca6d6 100644 --- a/templates/broken_links.html +++ b/templates/broken_links.html @@ -42,14 +42,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/change_password_form.html b/templates/change_password_form.html index 8764091..029ca52 100644 --- a/templates/change_password_form.html +++ b/templates/change_password_form.html @@ -45,14 +45,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/contact_show.html b/templates/contact_show.html index 5abee47..b094224 100644 --- a/templates/contact_show.html +++ b/templates/contact_show.html @@ -90,14 +90,6 @@ your page to enable the form. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/contacts.html b/templates/contacts.html index 5d45fa3..b1daeb0 100644 --- a/templates/contacts.html +++ b/templates/contacts.html @@ -54,14 +54,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/crash.html b/templates/crash.html index 1f142a4..4891d78 100644 --- a/templates/crash.html +++ b/templates/crash.html @@ -44,14 +44,6 @@ telling us what you were doing when this bug message happened. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/create_contact_form.html b/templates/create_contact_form.html index 9aaace5..3adefa2 100644 --- a/templates/create_contact_form.html +++ b/templates/create_contact_form.html @@ -49,14 +49,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/create_user_form.html b/templates/create_user_form.html index 832af25..fc33adc 100644 --- a/templates/create_user_form.html +++ b/templates/create_user_form.html @@ -78,14 +78,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/dead_ends.html b/templates/dead_ends.html index 978369c..da0c28a 100644 --- a/templates/dead_ends.html +++ b/templates/dead_ends.html @@ -30,14 +30,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/delete_contact_form.html b/templates/delete_contact_form.html index 9480e1b..1357caf 100644 --- a/templates/delete_contact_form.html +++ b/templates/delete_contact_form.html @@ -39,14 +39,6 @@ Are you sure you want to delete all the contact forms listed below? - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/delete_file_form.html b/templates/delete_file_form.html index 2bcbd44..ed3dbc3 100644 --- a/templates/delete_file_form.html +++ b/templates/delete_file_form.html @@ -38,14 +38,6 @@ Name: ::name_html:: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/delete_image_form.html b/templates/delete_image_form.html index 623e5ca..04802e0 100644 --- a/templates/delete_image_form.html +++ b/templates/delete_image_form.html @@ -36,14 +36,6 @@ Are you sure you want to delete this image? - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/delete_user_form.html b/templates/delete_user_form.html index 410d951..f2f3a8c 100644 --- a/templates/delete_user_form.html +++ b/templates/delete_user_form.html @@ -46,14 +46,6 @@ Are you sure you want to delete this user? - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/diff.html b/templates/diff.html index fbcc660..ddcd174 100644 --- a/templates/diff.html +++ b/templates/diff.html @@ -34,14 +34,6 @@ Differences between - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit.html b/templates/edit.html index 6209ef5..cdae222 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -75,14 +75,6 @@ update_preview_now ('content_::ordering::', 'preview_::ordering::'); - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_conflict.html b/templates/edit_conflict.html index 1ce2fae..b782e7d 100644 --- a/templates/edit_conflict.html +++ b/templates/edit_conflict.html @@ -40,14 +40,6 @@ to an edit conflict which you have to fix by hand. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_contact_form.html b/templates/edit_contact_form.html index f8ad245..a6ed025 100644 --- a/templates/edit_contact_form.html +++ b/templates/edit_contact_form.html @@ -51,14 +51,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_host_css_form.html b/templates/edit_host_css_form.html index a3bed92..f96fdcb 100644 --- a/templates/edit_host_css_form.html +++ b/templates/edit_host_css_form.html @@ -37,14 +37,6 @@ Editing the global stylesheet: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_host_settings_form.html b/templates/edit_host_settings_form.html index 77e2419..2ceeab0 100644 --- a/templates/edit_host_settings_form.html +++ b/templates/edit_host_settings_form.html @@ -78,14 +78,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_page_css_form.html b/templates/edit_page_css_form.html index 3876763..2404366 100644 --- a/templates/edit_page_css_form.html +++ b/templates/edit_page_css_form.html @@ -39,14 +39,6 @@ Editing the stylesheet for ::page_html::: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_page_title_form.html b/templates/edit_page_title_form.html index 5546378..3310f7f 100644 --- a/templates/edit_page_title_form.html +++ b/templates/edit_page_title_form.html @@ -54,14 +54,6 @@ changing lowercase to Uppercase. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_sitemenu.html b/templates/edit_sitemenu.html index e1dc85f..775c9d3 100644 --- a/templates/edit_sitemenu.html +++ b/templates/edit_sitemenu.html @@ -62,14 +62,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/edit_user_form.html b/templates/edit_user_form.html index a415c58..a2582ef 100644 --- a/templates/edit_user_form.html +++ b/templates/edit_user_form.html @@ -67,14 +67,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/files.html b/templates/files.html index 0e95564..b798dd2 100644 --- a/templates/files.html +++ b/templates/files.html @@ -67,14 +67,6 @@ Name: ::name_html:: (size: ::ksize_html:: K)
- - +::include(footer.html):: \ No newline at end of file diff --git a/templates/footer.html b/templates/footer.html new file mode 100644 index 0000000..65982be --- /dev/null +++ b/templates/footer.html @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/templates/forgot_password_form.html b/templates/forgot_password_form.html index 1f0c4de..988c171 100644 --- a/templates/forgot_password_form.html +++ b/templates/forgot_password_form.html @@ -47,14 +47,6 @@ username or email address on record, we will email you your password. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/history.html b/templates/history.html index 1bbd920..a408d12 100644 --- a/templates/history.html +++ b/templates/history.html @@ -38,14 +38,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/host_menu.html b/templates/host_menu.html index 1af60b4..17a6e4c 100644 --- a/templates/host_menu.html +++ b/templates/host_menu.html @@ -84,14 +84,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/images.html b/templates/images.html index 4df5cb4..8d0c2f2 100644 --- a/templates/images.html +++ b/templates/images.html @@ -69,14 +69,6 @@ ALT text: ::alt_html::
- - +::include(footer.html):: \ No newline at end of file diff --git a/templates/invite_user_confirm_form.html b/templates/invite_user_confirm_form.html index 0149fc1..67a342e 100644 --- a/templates/invite_user_confirm_form.html +++ b/templates/invite_user_confirm_form.html @@ -52,14 +52,6 @@ Please choose a password for your account: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/invite_user_form.html b/templates/invite_user_form.html index 93e2ab3..d4327ef 100644 --- a/templates/invite_user_form.html +++ b/templates/invite_user_form.html @@ -41,14 +41,6 @@ Their e-mail address(es): - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/largest_pages.html b/templates/largest_pages.html index 8694924..a3f8369 100644 --- a/templates/largest_pages.html +++ b/templates/largest_pages.html @@ -49,14 +49,6 @@ rendering the page. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/login_form.html b/templates/login_form.html index 91b6df4..f14c350 100644 --- a/templates/login_form.html +++ b/templates/login_form.html @@ -104,14 +104,6 @@ administrator with your email address and reason for joining. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/mail_import_form.html b/templates/mail_import_form.html index 260ebf7..ec12d95 100644 --- a/templates/mail_import_form.html +++ b/templates/mail_import_form.html @@ -45,14 +45,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/mailing_list_form.html b/templates/mailing_list_form.html index 0656236..304e947 100644 --- a/templates/mailing_list_form.html +++ b/templates/mailing_list_form.html @@ -56,14 +56,6 @@ Please fill in this form to join our mailing list. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/mailing_list_view.html b/templates/mailing_list_view.html index 5670ea7..4c32d66 100644 --- a/templates/mailing_list_view.html +++ b/templates/mailing_list_view.html @@ -41,14 +41,6 @@ NB: Right click on the above link and choose - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/page_404.html b/templates/page_404.html index 5a043b4..f3fb96b 100644 --- a/templates/page_404.html +++ b/templates/page_404.html @@ -37,14 +37,6 @@ Search our site for this page: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/page_email_form.html b/templates/page_email_form.html index 4945d43..7e6f96d 100644 --- a/templates/page_email_form.html +++ b/templates/page_email_form.html @@ -58,14 +58,6 @@ gets updated. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/recent.html b/templates/recent.html index 7b1d315..7bd5522 100644 --- a/templates/recent.html +++ b/templates/recent.html @@ -49,14 +49,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/recently_visited.html b/templates/recently_visited.html index 5cd08ff..d713560 100644 --- a/templates/recently_visited.html +++ b/templates/recently_visited.html @@ -34,14 +34,6 @@ List of pages which you have recently visited: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/restore_form.html b/templates/restore_form.html index d6a989b..f8b3d21 100644 --- a/templates/restore_form.html +++ b/templates/restore_form.html @@ -40,14 +40,6 @@ be deleting. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/send_feedback_form.html b/templates/send_feedback_form.html index 13d40c7..bd26256 100644 --- a/templates/send_feedback_form.html +++ b/templates/send_feedback_form.html @@ -59,14 +59,6 @@ email address if you'd like us to get back to you. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/set_password_form.html b/templates/set_password_form.html index 277c24b..41e1e5f 100644 --- a/templates/set_password_form.html +++ b/templates/set_password_form.html @@ -52,14 +52,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/sitemap.html b/templates/sitemap.html index 9d5eef4..85dc2de 100644 --- a/templates/sitemap.html +++ b/templates/sitemap.html @@ -30,14 +30,6 @@ - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/stats.html b/templates/stats.html index 64fde4c..fdf9b76 100644 --- a/templates/stats.html +++ b/templates/stats.html @@ -33,15 +33,7 @@ - - +::include(footer.html):: diff --git a/templates/undelete_file_form.html b/templates/undelete_file_form.html index 8d4ca0d..0e4735f 100644 --- a/templates/undelete_file_form.html +++ b/templates/undelete_file_form.html @@ -38,14 +38,6 @@ Name: ::name_html:: - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/undelete_image_form.html b/templates/undelete_image_form.html index 24bda7c..3bc7658 100644 --- a/templates/undelete_image_form.html +++ b/templates/undelete_image_form.html @@ -36,14 +36,6 @@ Are you sure you want to restore this image? - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/upload_file_form.html b/templates/upload_file_form.html index cc16c38..b879e4b 100644 --- a/templates/upload_file_form.html +++ b/templates/upload_file_form.html @@ -68,14 +68,6 @@ The title appears when users hover over a file link with their mouse. It is not - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/upload_image_form.html b/templates/upload_image_form.html index 0653418..2a27c14 100644 --- a/templates/upload_image_form.html +++ b/templates/upload_image_form.html @@ -101,14 +101,6 @@ Class is used with stylesheets. If in doubt, leave it blank. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/users.html b/templates/users.html index b11f8e7..e67b0e1 100644 --- a/templates/users.html +++ b/templates/users.html @@ -152,14 +152,6 @@ If set, user may import e-mail. - - +::include(footer.html):: \ No newline at end of file diff --git a/templates/what_links_here.html b/templates/what_links_here.html index b595bf4..5f39e93 100644 --- a/templates/what_links_here.html +++ b/templates/what_links_here.html @@ -46,14 +46,6 @@ effectively means that every page links to it. - - +::include(footer.html):: \ No newline at end of file -- 1.8.3.1