summaryrefslogtreecommitdiff
path: root/app/v1_php/api/user/form.html
diff options
context:
space:
mode:
authorLudovic Pouzenc <ludovic@pouzenc.fr>2011-01-22 10:52:39 +0000
committerLudovic Pouzenc <ludovic@pouzenc.fr>2011-01-22 10:52:39 +0000
commitb54487ae821da5e7574bf2135b90d0669b30b181 (patch)
tree80aa6229d2a0fbb3e03454043158d1746cc193d2 /app/v1_php/api/user/form.html
parent190b6eff45149c373786669ca4455e52692ab2c4 (diff)
download2011-usi-b54487ae821da5e7574bf2135b90d0669b30b181.tar.gz
2011-usi-b54487ae821da5e7574bf2135b90d0669b30b181.tar.bz2
2011-usi-b54487ae821da5e7574bf2135b90d0669b30b181.zip
Ajout du code fait par ludo dans le métro pour commencer à vraiment intégrer les specs
git-svn-id: file:///var/svn/2011-usi/trunk@6 db941bf7-0cb3-4dda-9634-87faf64f93a7
Diffstat (limited to 'app/v1_php/api/user/form.html')
-rw-r--r--app/v1_php/api/user/form.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/app/v1_php/api/user/form.html b/app/v1_php/api/user/form.html
new file mode 100644
index 0000000..a01d2dd
--- /dev/null
+++ b/app/v1_php/api/user/form.html
@@ -0,0 +1,28 @@
+<html>
+<head>
+</head>
+
+<body>
+<form method="POST">
+ <div class="form_line">
+ <label name="firstname">firstname</label>
+ <input type="text" name="firstname"></input>
+ </div>
+ <div class="form_line">
+ <label name="lastname">lastname</label>
+ <input type="text" name="lastname"></input>
+ </div>
+ <div class="form_line">
+ <label name="mail">mail</label>
+ <input type="text" name="mail"></input>
+ </div>
+ <div class="form_line">
+ <label name="password">password</label>
+ <input type="text" name="password"></input>
+ </div>
+ <div class="form_line">
+ <input type="submit" />
+ </div>
+</form>
+</body>
+</html>