From e075140c8d3d562d208d1dccbb91105269652b4a Mon Sep 17 00:00:00 2001 From: "ian%hixie.ch" Date: Sat, 14 Sep 2002 13:07:18 +0000 Subject: [PATCH] Form submission cleanup: use ./ instead of blank actions, since some UAs leave the query string on POSTs with blank actions. Also switch some GETs to POSTs since we now support them. --- webtools/PLIF/output/http/login.detailsSent | 2 +- webtools/PLIF/output/http/login.failed | 2 +- webtools/PLIF/output/http/login.requestAccount | 2 +- webtools/PLIF/output/http/template.footer | 2 +- webtools/PLIF/output/http/userPrefs.index | 2 +- webtools/PLIF/output/http/userPrefs.success | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/webtools/PLIF/output/http/login.detailsSent b/webtools/PLIF/output/http/login.detailsSent index c5d306b7f9c..24af13abcd0 100644 --- a/webtools/PLIF/output/http/login.detailsSent +++ b/webtools/PLIF/output/http/login.detailsSent @@ -6,7 +6,7 @@ TemplateToolkit

Your password has been sent.

[% IF pendingCommands.ref %] -
+

[%- FOREACH key = pendingCommands.keys -%] [%- FOREACH value = pendingCommands.$key %] diff --git a/webtools/PLIF/output/http/login.failed b/webtools/PLIF/output/http/login.failed index c198368e4cd..2e9a2455686 100644 --- a/webtools/PLIF/output/http/login.failed +++ b/webtools/PLIF/output/http/login.failed @@ -7,7 +7,7 @@ TemplateToolkit headers = "WWW-Authenticate: Basic realm=\"$app.name\"\n" -%] - + [% IF tried == 1 -%]

The password or username you used is incorrect.

[%- END %] diff --git a/webtools/PLIF/output/http/login.requestAccount b/webtools/PLIF/output/http/login.requestAccount index ff9a7afa800..ecb8e4f5d86 100644 --- a/webtools/PLIF/output/http/login.requestAccount +++ b/webtools/PLIF/output/http/login.requestAccount @@ -3,7 +3,7 @@ TemplateToolkit [% INCLUDE template.header title = 'Create Account' -%] - +

To create a new account fill in your e-mail address or other means of contact in the form below and hit the submit button:

diff --git a/webtools/PLIF/output/http/template.footer b/webtools/PLIF/output/http/template.footer index 9be85ef35bc..1da614fdc33 100644 --- a/webtools/PLIF/output/http/template.footer +++ b/webtools/PLIF/output/http/template.footer @@ -3,7 +3,7 @@ TemplateToolkit