diff options
author | bryce-mozilla%nextbus.com <> | 1999-06-15 11:29:04 +0000 |
---|---|---|
committer | bryce-mozilla%nextbus.com <> | 1999-06-15 11:29:04 +0000 |
commit | 3a9a9253d9c92b30a5e950e90bddd7915fca0ef4 (patch) | |
tree | 3e6b8a8c419a90afa89d94f2f300cc814df0c8e8 /relogin.cgi | |
parent | Fix several browsers, Lynx and Opera at least. HTML syntax errors here (diff) | |
download | bugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.gz bugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.tar.bz2 bugzilla-3a9a9253d9c92b30a5e950e90bddd7915fca0ef4.zip |
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
Diffstat (limited to 'relogin.cgi')
-rwxr-xr-x | relogin.cgi | 15 |
1 files changed, 2 insertions, 13 deletions
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. <p> -<a href=query.cgi>Back to the query page.</a> "; -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 "<H1>OK, logged in.</H1>" -# puts "You are now logged in as <b>$COOKIE(Bugzilla_login)</b>." -# puts "<p>" -# puts "<a href=query.cgi>Back to the query page.</a>" +exit; |