diff options
author | Julien Sere <jsere> | 2011-01-22 11:50:29 +0000 |
---|---|---|
committer | Julien Sere <jsere> | 2011-01-22 11:50:29 +0000 |
commit | 12f6cc3a6f90a67c1d922dd3d46a368b1066dee1 (patch) | |
tree | dce223a8bf2386ba0fa125414a6045df3ac198ca /app/v1_php/api/game/form.html | |
parent | 0180447ad17eb36e54dca74f9854657d7ec5fa9a (diff) | |
download | 2011-usi-12f6cc3a6f90a67c1d922dd3d46a368b1066dee1.tar.gz 2011-usi-12f6cc3a6f90a67c1d922dd3d46a368b1066dee1.tar.bz2 2011-usi-12f6cc3a6f90a67c1d922dd3d46a368b1066dee1.zip |
Implémentation de user et game.
git-svn-id: file:///var/svn/2011-usi/trunk@8 db941bf7-0cb3-4dda-9634-87faf64f93a7
Diffstat (limited to 'app/v1_php/api/game/form.html')
-rw-r--r-- | app/v1_php/api/game/form.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/v1_php/api/game/form.html b/app/v1_php/api/game/form.html new file mode 100644 index 0000000..ed4ad72 --- /dev/null +++ b/app/v1_php/api/game/form.html @@ -0,0 +1,22 @@ +<html> +<head> +</head> + +<body> +<form method="POST" action="index.php"> + <div class="form_line"> + <label name="authentication_key">authentication_key</label> + <input type="text" name="authentication_key" value="azertyuiop" /> + </div> + <div class="form_line"> + <label name="parameters">parameters</label> + <textarea rows="10" cols="80" name="parameters"> +{ "longpollingduration" : "60", "nbusersthreshold" : "2", "questiontimeframe" : "10", "nbquestions" : "20", "flushusertable" : "true" } + </textarea> + </div> + <div class="form_line"> + <input type="submit" /> + </div> +</form> +</body> +</html> |