From 6831fe3cb5d2324a3c077cb5c82f09eb5a9a4322 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 29 Dec 2010 17:50:53 -0500 Subject: [PATCH] The 'Log in' button now routes to GetLoggedInFirst(do_welcome) --- webcit/auth.c | 1 + webcit/static/t/iconbar.html | 2 +- webcit/static/t/navbar.html | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/webcit/auth.c b/webcit/auth.c index c3a3cac50..0303f292b 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -1078,6 +1078,7 @@ InitModule_AUTH WebcitAddUrlHandler(HKEY("do_logout"), "", 0, do_logout, ANONYMOUS|COOKIEUNNEEDED|FORCE_SESSIONCLOSE); WebcitAddUrlHandler(HKEY("ajax_login_username_password"), "", 0, ajax_login_username_password, AJAX); WebcitAddUrlHandler(HKEY("validate"), "", 0, validate, 0); + WebcitAddUrlHandler(HKEY("do_welcome"), "", 0, do_welcome, 0); WebcitAddUrlHandler(HKEY("display_reg"), "", 0, _display_reg, 0); WebcitAddUrlHandler(HKEY("display_changepw"), "", 0, display_changepw, 0); WebcitAddUrlHandler(HKEY("changepw"), "", 0, changepw, 0); diff --git a/webcit/static/t/iconbar.html b/webcit/static/t/iconbar.html index 57b830389..06114786f 100644 --- a/webcit/static/t/iconbar.html +++ b/webcit/static/t/iconbar.html @@ -84,7 +84,7 @@
-"> +">
diff --git a/webcit/static/t/navbar.html b/webcit/static/t/navbar.html index 645d258d3..2a1362a17 100644 --- a/webcit/static/t/navbar.html +++ b/webcit/static/t/navbar.html @@ -35,7 +35,7 @@
  • - + @@ -80,7 +80,7 @@
  • - + @@ -118,7 +118,7 @@
  • - + -- 2.30.2