From 9ec90f81d2ffcbd83fa9ea15252f29c2c7f72166 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 10 Jul 2005 06:56:54 +0000 Subject: [PATCH] r295: Added global page elements to main pages. --- templates/editattach.tpl | 8 +++++++- templates/editcomment.tpl | 6 ++++++ templates/editreport.tpl | 8 +++++++- templates/history.tpl | 8 +++++++- templates/login.tpl | 8 +++++++- templates/newattach.tpl | 8 +++++++- templates/newcomment.tpl | 8 +++++++- templates/newreport.tpl | 8 +++++++- templates/register.tpl | 8 +++++++- templates/search.tpl | 8 +++++++- templates/search_results.tpl | 8 +++++++- templates/showreport.tpl | 8 +++++++- templates/std_error.tpl | 8 +++++++- templates/std_message.tpl | 8 +++++++- templates/std_redirect.tpl | 8 +++++++- templates/trackerhome.tpl | 8 +++++++- 16 files changed, 111 insertions(+), 15 deletions(-) diff --git a/templates/editattach.tpl b/templates/editattach.tpl index 1961a4f..d97c30c 100644 --- a/templates/editattach.tpl +++ b/templates/editattach.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
@@ -14,4 +18,6 @@ [Delete] -
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/editcomment.tpl b/templates/editcomment.tpl index 11e7e5c..61e2c40 100644 --- a/templates/editcomment.tpl +++ b/templates/editcomment.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
Bug: $bug[summary]
Comment posted on: $comment[posttime]
Comment posted by: $comment[postby]
@@ -9,3 +13,5 @@
Comment:
+ +$footer \ No newline at end of file diff --git a/templates/editreport.tpl b/templates/editreport.tpl index e2b472e..8c418a5 100644 --- a/templates/editreport.tpl +++ b/templates/editreport.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
@@ -34,4 +38,6 @@ $customfields
- \ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/history.tpl b/templates/history.tpl index eff4bb2..bf26689 100644 --- a/templates/history.tpl +++ b/templates/history.tpl @@ -1,3 +1,9 @@ +$doctype +$headinclude +$header +

History for $bug[summary] (bugid: $bug[bugid])

-$history \ No newline at end of file +$history + +$footer \ No newline at end of file diff --git a/templates/login.tpl b/templates/login.tpl index 680b0a2..013a6de 100644 --- a/templates/login.tpl +++ b/templates/login.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
@@ -5,4 +9,6 @@ Email:
Password:
Remember Me: Yes
-
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/newattach.tpl b/templates/newattach.tpl index 0bff692..51a2331 100644 --- a/templates/newattach.tpl +++ b/templates/newattach.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
@@ -23,4 +27,6 @@ -
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/newcomment.tpl b/templates/newcomment.tpl index 8df971c..619461b 100644 --- a/templates/newcomment.tpl +++ b/templates/newcomment.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
New comment for: $bug[summary]
@@ -18,4 +22,6 @@ $bug[comment] - \ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/newreport.tpl b/templates/newreport.tpl index 2121c15..ac9596f 100644 --- a/templates/newreport.tpl +++ b/templates/newreport.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header + @@ -21,4 +25,6 @@
- \ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/register.tpl b/templates/register.tpl index 0107679..81ebc83 100644 --- a/templates/register.tpl +++ b/templates/register.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
Email:
@@ -8,4 +12,6 @@ Confirm Password:
Yes
Language:
-
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/search.tpl b/templates/search.tpl index 49ce6f7..9f650b3 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
Any fields left blank or unselected will be excluded from the search query
@@ -60,4 +64,6 @@ $pcv_select -
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/search_results.tpl b/templates/search_results.tpl index 2c63918..f2a1a64 100644 --- a/templates/search_results.tpl +++ b/templates/search_results.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header + Here are the search results: @@ -10,4 +14,6 @@ Here are the search results: $bugs -
Last Post
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/showreport.tpl b/templates/showreport.tpl index a548202..05ba521 100644 --- a/templates/showreport.tpl +++ b/templates/showreport.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header +
This bug is hidden!
Bug ID: $bug[bugid]
@@ -75,4 +79,6 @@ $attachments $comments -
[New Comment]
\ No newline at end of file +
[New Comment]
+ +$footer \ No newline at end of file diff --git a/templates/std_error.tpl b/templates/std_error.tpl index 62dfa92..6016d42 100644 --- a/templates/std_error.tpl +++ b/templates/std_error.tpl @@ -1,3 +1,9 @@ +$doctype +$headinclude +$header + $errormessage - \ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/std_message.tpl b/templates/std_message.tpl index dd7f69d..f7067ba 100644 --- a/templates/std_message.tpl +++ b/templates/std_message.tpl @@ -1,3 +1,9 @@ +$doctype +$headinclude +$header + $message - \ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/std_redirect.tpl b/templates/std_redirect.tpl index 1cacc9d..5356983 100644 --- a/templates/std_redirect.tpl +++ b/templates/std_redirect.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header + $redirectmessage @@ -5,4 +9,6 @@ $redirectmessage
If you are not redirected in a few seconds, click here. -
\ No newline at end of file + + +$footer \ No newline at end of file diff --git a/templates/trackerhome.tpl b/templates/trackerhome.tpl index a389484..f6836da 100644 --- a/templates/trackerhome.tpl +++ b/templates/trackerhome.tpl @@ -1,3 +1,7 @@ +$doctype +$headinclude +$header + @@ -10,4 +14,6 @@ $bugs
Bug ID
-[New Report] \ No newline at end of file +[New Report] + +$footer \ No newline at end of file -- 2.22.5