d8ad7ee99f2fe448d1e190a2c10dcd94087d6ba4 chinhli Wed Jun 6 16:28:52 2012 -0700 Removed 'Your Account Information' heading when user is not logged in in hgSession. diff --git src/hg/hgSession/hgSession.c src/hg/hgSession/hgSession.c index 454555b..c9def25 100644 --- src/hg/hgSession/hgSession.c +++ src/hg/hgSession/hgSession.c @@ -75,32 +75,31 @@ printf("<A HREF=\"%s\"><B>click here to sign out.</B></A>\n", wikiLinkUserLogoutUrl(cartSessionId(cart))); } } void offerLogin() /* Tell the user they are not logged in to the system and tell them how to * do so. */ { char *wikiHost = wikiLinkHost(); cartWebStart(cart, NULL, "Sign in to UCSC Genome Bioinformatics"); jsInit(); if (loginSystemEnabled()) { - printf("<h4 style=\"margin: 0pt 0pt 7px;\">Your Account Information</h4>" - "<ul style=\"list-style: none outside none; margin: 0pt; padding: 0pt;\"" + printf("<ul style=\"list-style: none outside none; margin: 0pt; padding: 0pt;\"" "<li><A HREF=\"%s\">Login</A></li>", wikiLinkUserLoginUrl(cartSessionId(cart))); printf("<li><A HREF=\"%s\">" "Create an account</A></li></ul>", wikiLinkUserSignupUrl(cartSessionId(cart))); printf("<P>Signing in enables you to save current settings into a " "named session, and then restore settings from the session later. <BR>" "If you wish, you can share named sessions with other users.</P>"); } else { 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"); printf("<P>The sign-in page is handled by our "