c40b387f384ec1695f3fbdf79d83399128a671f1 chinhli Mon Apr 9 15:52:17 2012 -0700 Tidy up the login UI diff --git src/hg/hgSession/hgSession.c src/hg/hgSession/hgSession.c index 78452e0..5e9efdc 100644 --- src/hg/hgSession/hgSession.c +++ src/hg/hgSession/hgSession.c @@ -84,31 +84,31 @@ "to share knowledge and ideas.\n"); } void welcomeGBUser(char *hgLoginUserName) /* Tell the user they are not logged in to the hgLogin and tell them how * to do so. */ { char *hgLoginHost = hgLoginLinkHost(); cartWebStart(cart, NULL, "Welcome %s", hgLoginUserName); jsInit(); printf("If you are not %s (on the hgLogin at " "<A HREF=\"http://%s/\" TARGET=_BLANK>%s</A>) " "and would like to sign out or change identity, \n", hgLoginUserName, hgLoginHost, hgLoginHost); -printf("<A HREF=\"%s\"><B>click here to sign out XXXX from hgLogin.</B></A>\n", +printf("<A HREF=\"%s\"><B>click here to sign out.</B></A>\n", hgLoginLinkUserLogoutUrl(cartSessionId(cart))); } void offerGBLogin() /* Tell the user they are not logged in to the hgLogin and tell them how * to do so. */ { char *hgLoginHost = hgLoginLinkHost(); char *hgLoginSysName = hgLoginLinkSysName(); cartWebStart(cart, NULL, "Sign in to UCSC Genome Bioinformatics"); jsInit(); printf("Signing in enables you to save current settings into a " "named session, and then restore settings from the session later.\n" "If you wish, you can share named sessions with other users.\n");