Mercurial > hg > MakeItSo
annotate makeitso/templates/index.html @ 17:941c1f73c2b6
update template
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 16 Nov 2010 19:41:37 -0800 |
parents | bf1ce840d0f0 |
children | c46ec69d6253 |
rev | line source |
---|---|
17 | 1 <html> |
14
bf1ce840d0f0
make this a genshi view (should be: tempita view)
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
2 <head> |
bf1ce840d0f0
make this a genshi view (should be: tempita view)
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
3 </head> |
bf1ce840d0f0
make this a genshi view (should be: tempita view)
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
4 <body> |
17 | 5 |
6 <form method="post"> | |
7 Type in some text | |
8 <textarea name="content" rows="25" cols="80"></textarea> | |
9 <input type="submit" value="Dissociate"/> | |
10 </form> | |
11 | |
12 <form method="post" enctype="multipart/form-data"> | |
13 or upload a file | |
14 <input type="file" name="content"/> | |
15 <input type="submit" value="Dissociate"/> | |
16 </form> | |
17 | |
18 <form method="post"> | |
19 or point to a URL | |
20 <input type="text" name="content"/> | |
21 <input type="submit" value="Dissociate"/> | |
22 </form> | |
14
bf1ce840d0f0
make this a genshi view (should be: tempita view)
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
23 </body> |
bf1ce840d0f0
make this a genshi view (should be: tempita view)
Jeff Hammel <jhammel@mozilla.com>
parents:
diff
changeset
|
24 </html> |