Difference between revisions of "XDR Test Form"
(added a checkbox question) |
(Copied over some template inclusions, form_name, query string parsing, AJ log, and all the do_if_(whatever) methods that KForms wants) |
||
Line 1: | Line 1: | ||
{{2015CSS}} | {{2015CSS}} | ||
+ | |||
+ | {{JS/KForms_2014}} | ||
+ | {{JS/ParseUrlQueryString}} | ||
+ | {{HTML/JSDisabled}} | ||
+ | |||
<html> | <html> | ||
+ | <script type="text/javascript"> | ||
+ | $.noConflict(); | ||
+ | var form_name="xdr_test_form"; | ||
+ | var qs = getQueryString(); | ||
+ | //var team_id = parseInt(parseQueryString(qs)["team_id"]); | ||
+ | </script> | ||
<!-- Here is where you change the title of page --> | <!-- Here is where you change the title of page --> | ||
Line 40: | Line 51: | ||
<option id="blue" value="blue">Blue</option> | <option id="blue" value="blue">Blue</option> | ||
</select> | </select> | ||
+ | |||
+ | <br /> | ||
+ | <br /> | ||
+ | <DIV id="aj_form_log"></DIV> | ||
<!-- end of content --> | <!-- end of content --> | ||
Line 46: | Line 61: | ||
</html> {{2015Footer}}<html> | </html> {{2015Footer}}<html> | ||
</div> | </div> | ||
+ | |||
+ | <script type="text/javascript"> | ||
+ | |||
+ | var chooser_url = ""; | ||
+ | |||
+ | function do_if_not_logged_in() { | ||
+ | jQuery.noop(); | ||
+ | } | ||
+ | function do_if_no_team_id() { | ||
+ | jQuery.noop(); | ||
+ | } | ||
+ | function do_if_not_team_member() { | ||
+ | jQuery.noop(); | ||
+ | } | ||
+ | function do_if_everything_ok() { | ||
+ | jQuery.noop(); | ||
+ | } | ||
+ | |||
+ | </script> | ||
+ | |||
</html> | </html> |
Revision as of 16:42, 5 February 2015