From 25757cccba93082d1b22b412f2b60bcd417ee0e2 Mon Sep 17 00:00:00 2001
From: "ian%hixie.ch"
Date: Mon, 6 May 2002 21:00:53 +0000
Subject: [PATCH] Remove the 'html' bit from the filenames.
git-svn-id: svn://10.0.0.236/trunk@120864 18797224-902f-48f8-a5cc-f745e15eee43
---
mozilla/webtools/PLIF/output/http/error | 4 ++--
mozilla/webtools/PLIF/output/http/login.accessDenied | 4 ++--
mozilla/webtools/PLIF/output/http/login.detailsSent | 4 ++--
mozilla/webtools/PLIF/output/http/login.failed | 6 +++---
mozilla/webtools/PLIF/output/http/login.requestAccount | 6 +++---
mozilla/webtools/PLIF/output/http/userPrefs.index | 4 ++--
mozilla/webtools/PLIF/output/http/userPrefs.notification | 4 ++--
mozilla/webtools/PLIF/output/http/userPrefs.success | 4 ++--
8 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/mozilla/webtools/PLIF/output/http/error b/mozilla/webtools/PLIF/output/http/error
index 511c7ef1150..78ebe51efa9 100644
--- a/mozilla/webtools/PLIF/output/http/error
+++ b/mozilla/webtools/PLIF/output/http/error
@@ -5,7 +5,7 @@ COSES
-
+
]]>
]]>
-
+
\ No newline at end of file
diff --git a/mozilla/webtools/PLIF/output/http/login.accessDenied b/mozilla/webtools/PLIF/output/http/login.accessDenied
index 346f1dd70a0..764fffd3a94 100644
--- a/mozilla/webtools/PLIF/output/http/login.accessDenied
+++ b/mozilla/webtools/PLIF/output/http/login.accessDenied
@@ -5,7 +5,7 @@ COSES
-
+
]]>
-
+
\ No newline at end of file
diff --git a/mozilla/webtools/PLIF/output/http/login.detailsSent b/mozilla/webtools/PLIF/output/http/login.detailsSent
index 211361a230b..3c273714040 100644
--- a/mozilla/webtools/PLIF/output/http/login.detailsSent
+++ b/mozilla/webtools/PLIF/output/http/login.detailsSent
@@ -1,7 +1,7 @@
TemplateToolkit
1
-[% INCLUDE template.html.header title = 'Details Sent' -%]
+[% INCLUDE template.header title = 'Details Sent' -%]
Your password has been sent.
@@ -18,4 +18,4 @@ TemplateToolkit
Return to index.
[% END %]
-[% INCLUDE template.html.footer %]
+[% INCLUDE template.footer %]
diff --git a/mozilla/webtools/PLIF/output/http/login.failed b/mozilla/webtools/PLIF/output/http/login.failed
index e2abec6ba1a..fa21af6b891 100644
--- a/mozilla/webtools/PLIF/output/http/login.failed
+++ b/mozilla/webtools/PLIF/output/http/login.failed
@@ -1,7 +1,7 @@
TemplateToolkit
1
-[% INCLUDE template.html.header
+[% INCLUDE template.header
title = 'Login'
response = '401 Authentication Required'
headers = "WWW-Authenticate: Basic realm=\"$app.name\""
@@ -16,9 +16,9 @@ TemplateToolkit
contact:
- [%- INCLUDE template.html.login.form buttonLabel = 'Get Password' %]
+ [%- INCLUDE template.login.form buttonLabel = 'Get Password' %]
-[% INCLUDE template.html.footer %]
+[% INCLUDE template.footer %]
diff --git a/mozilla/webtools/PLIF/output/http/login.requestAccount b/mozilla/webtools/PLIF/output/http/login.requestAccount
index 24958710a20..ff9a7afa800 100644
--- a/mozilla/webtools/PLIF/output/http/login.requestAccount
+++ b/mozilla/webtools/PLIF/output/http/login.requestAccount
@@ -1,15 +1,15 @@
TemplateToolkit
1
-[% INCLUDE template.html.header title = 'Create Account' -%]
+[% INCLUDE template.header title = 'Create Account' -%]
-[% INCLUDE template.html.footer %]
+[% INCLUDE template.footer %]
diff --git a/mozilla/webtools/PLIF/output/http/userPrefs.index b/mozilla/webtools/PLIF/output/http/userPrefs.index
index 736cfe7d05c..15d47fb9d4a 100644
--- a/mozilla/webtools/PLIF/output/http/userPrefs.index
+++ b/mozilla/webtools/PLIF/output/http/userPrefs.index
@@ -1,7 +1,7 @@
TemplateToolkit
1
-[% INCLUDE template.html.header
+[% INCLUDE template.header
title = 'User Preferences' -%]
-[% INCLUDE template.html.footer %]
+[% INCLUDE template.footer %]
diff --git a/mozilla/webtools/PLIF/output/http/userPrefs.notification b/mozilla/webtools/PLIF/output/http/userPrefs.notification
index f20fa03d742..a0ba9208cd7 100644
--- a/mozilla/webtools/PLIF/output/http/userPrefs.notification
+++ b/mozilla/webtools/PLIF/output/http/userPrefs.notification
@@ -1,7 +1,7 @@
TemplateToolkit
1
-[% INCLUDE template.html.header
+[% INCLUDE template.header
title = 'User Preferences: Notes'
%]
@@ -11,4 +11,4 @@ TemplateToolkit
[% END %]
-[% INCLUDE template.html.footer %]
+[% INCLUDE template.footer %]
diff --git a/mozilla/webtools/PLIF/output/http/userPrefs.success b/mozilla/webtools/PLIF/output/http/userPrefs.success
index 7fe3d556b9a..92decdf7395 100644
--- a/mozilla/webtools/PLIF/output/http/userPrefs.success
+++ b/mozilla/webtools/PLIF/output/http/userPrefs.success
@@ -1,9 +1,9 @@
TemplateToolkit
1
-[% INCLUDE template.html.header title = 'User Preferences Saved' -%]
+[% INCLUDE template.header title = 'User Preferences Saved' -%]
The changes have been saved.
Return to index.
-[% INCLUDE template.html.footer %]
+[% INCLUDE template.footer %]