e887f612ee824380b98e681c4dc0d4a7e54115df chinhli Fri Jun 14 13:55:54 2013 -0700 Add contact.html to "contact us" link. Cite the source of Simple JavaScript CAPTCHA Generator code used. diff --git src/hg/hgUserSuggestion/hgUserSuggestion.c src/hg/hgUserSuggestion/hgUserSuggestion.c index a5cb58f..3f64b67 100644 --- src/hg/hgUserSuggestion/hgUserSuggestion.c +++ src/hg/hgUserSuggestion/hgUserSuggestion.c @@ -135,31 +135,31 @@ } /* javascript functions */ void printMainForm() /* Create the main suggestion form */ { hPrintf( "
\n"); hPrintf( "

User Suggestion Form

\n" "

If you have ideas about how we can improve the value of the Genome Browser to your research, " "we'd like to hear from you. Please provide a concise description below. " "A copy of the suggestion will be sent to your email address along with a reference number. " "You may follow up on the status of your request at any time by contacting us and quoting the reference number.

"); -hPrintf("

Please note: this form is not the proper place to submit questions regarding browser use or bug reports. Use the links on our contact page instead.

"); +hPrintf("

Please note: this form is not the proper place to submit questions regarding browser use or bug reports. Use the links on our contact page instead.

"); hPrintf("

"); hPrintf( "
\n" "

\n" "

\n" "

\n"); hPrintf( "

\n"); @@ -240,30 +240,31 @@ " var dotpos=x.lastIndexOf(\".\");\n" " if (atpos<1 || dotpos=x.length)\n" " {\n" " return false;\n" " } \n" " return true;\n" " }\n" "
\n\n"); } void printCheckCaptchaScript() /* javascript to check CAPTCHA code */ { hPrintf( "