d274c7ab2980f45fea06fb38a467f0fcbc8f1921 chinhli Tue Jun 11 21:54:08 2013 -0700 redmine 10633 notre 20 diff --git src/hg/hgUserSuggestion/hgUserSuggestion.c src/hg/hgUserSuggestion/hgUserSuggestion.c index 4b45107..d5c7fd0 100644 --- src/hg/hgUserSuggestion/hgUserSuggestion.c +++ src/hg/hgUserSuggestion/hgUserSuggestion.c @@ -79,54 +79,56 @@ curtime = time (NULL); struct tm *theTime = localtime(&curtime); strftime(nowBuf, sizeof nowBuf, "%Y-%m-%d %H:%M:%S", theTime); return cloneString(nowBuf); } /* javascript functions */ void printMainForm() /* Create the main suggestion form */ { hPrintf( "
\n"); hPrintf( "

User Suggestion Form

\n" - "

Please use this form to submit ...

\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 sending email to %s and quoting the reference number.

", + mailReturnAddr()); +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"); hPrintf( "
\n" "

\n" "
\n"); hPrintf( "

\n" - " \n" + " \n" " \n" "

\n"); hPrintf( "
\n" " \n" " \n" "
\n" " \n" "
\n\n"); } void printValidateScript() /* javascript to validate form inputs */ { hPrintf( "