From 3a9a9253d9c92b30a5e950e90bddd7915fca0ef4 Mon Sep 17 00:00:00 2001 From: "bryce-mozilla%nextbus.com" <> Date: Tue, 15 Jun 1999 11:29:04 +0000 Subject: Assorted minor UI cleanups (mostly putting navigation headers in, and rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html --- relogin.cgi | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'relogin.cgi') diff --git a/relogin.cgi b/relogin.cgi index 5ef523945..d1e2700aa 100755 --- a/relogin.cgi +++ b/relogin.cgi @@ -34,20 +34,9 @@ Content-type: text/html The cookie that was remembering your login is now gone. The next time you do an action that requires a login, you will be prompted for it.

-Back to the query page. "; -exit; - -# The below was a different way, that prompted you for a login right then. +navigation_header(); -# catch {unset COOKIE(Bugzilla_login)} -# catch {unset COOKIE(Bugzilla_password)} -# confirm_login - -# puts "Content-type: text/html\n" -# puts "

OK, logged in.

" -# puts "You are now logged in as $COOKIE(Bugzilla_login)." -# puts "

" -# puts "Back to the query page." +exit; -- cgit v1.2.3-24-g4f1b