comparison pages/register.inc.php @ 1039:42cf6048a594

Change some texts.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 20 Nov 2015 10:18:57 +0200
parents aff236da33ba
children 7135c7b18bb9
comparison
equal deleted inserted replaced
1038:2e1a9b564674 1039:42cf6048a594
168 stGetSetting("registerPageBlurb"). 168 stGetSetting("registerPageBlurb").
169 stGetFormStart("register", "register"). 169 stGetFormStart("register", "register").
170 " ".stGetFormHiddenInput("mode", "check")."\n". 170 " ".stGetFormHiddenInput("mode", "check")."\n".
171 " ".stGetFormHiddenInput("hash", $botCheckHash)."\n". 171 " ".stGetFormHiddenInput("hash", $botCheckHash)."\n".
172 " <table class=\"register\">\n"; 172 " <table class=\"register\">\n";
173 stPrintFormTextInput("Handle:", "(elite)", 20, SET_LEN_USERNAME, "name"); 173 stPrintFormTextInput("Handle:", "(who you are)", 20, SET_LEN_USERNAME, "name");
174 stPrintFormTextInput("Group(s):", "(elite crew^supahmen)", 30, SET_LEN_GROUPS, "groups"); 174 stPrintFormTextInput("Group(s):", "(duh)", 30, SET_LEN_GROUPS, "groups");
175 stPrintFormTextInput("E-mail:", stCheckRequireEmail() ? "(required)" : "", 30, SET_LEN_EMAIL, "email"); 175 stPrintFormTextInput("E-mail:", stCheckRequireEmail() ? "(required)" : "", 30, SET_LEN_EMAIL, "email");
176 stPrintFormTextInput("Oneliner:", "(whatever)", 30, SET_LEN_ONELINER, "oneliner"); 176 stPrintFormTextInput("Oneliner:", "(leave a message here)", 30, SET_LEN_ONELINER, "oneliner");
177 stPrintFormTextInput(hashToCheckStr($botCheckHash)." = ", "(I.Q. / robot check". 177 stPrintFormTextInput(hashToCheckStr($botCheckHash)." = ", "(I.Q. / robot check".
178 //" [".hashToAnswer($botCheckHash)."]". 178 //" [".hashToAnswer($botCheckHash)."]".
179 ")", 20, 20, "botcheck", "autocomplete=\"off\""); 179 ")", 20, 20, "botcheck", "autocomplete=\"off\"");
180 echo 180 echo
181 " <tr><td colspan=\"2\"></td><td>".stGetFormSubmitInput("register", "Continue")."</td></tr>\n". 181 " <tr><td colspan=\"2\"></td><td>".stGetFormSubmitInput("register", "Continue")."</td></tr>\n".