Mercurial > hg > MakeItSo
annotate makeitso/templates/index.html @ 236:f3a0fb722b45
version bump
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Tue, 15 Dec 2015 10:23:30 -0800 |
parents | c46ec69d6253 |
children |
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> | |
19
c46ec69d6253
remove references to dissociate
Jeff Hammel <jhammel@mozilla.com>
parents:
17
diff
changeset
|
9 <input type="submit"/> |
17 | 10 </form> |
11 | |
12 <form method="post" enctype="multipart/form-data"> | |
13 or upload a file | |
14 <input type="file" name="content"/> | |
19
c46ec69d6253
remove references to dissociate
Jeff Hammel <jhammel@mozilla.com>
parents:
17
diff
changeset
|
15 <input type="submit"/> |
17 | 16 </form> |
17 | |
18 <form method="post"> | |
19 or point to a URL | |
20 <input type="text" name="content"/> | |
19
c46ec69d6253
remove references to dissociate
Jeff Hammel <jhammel@mozilla.com>
parents:
17
diff
changeset
|
21 <input type="submit"/> |
17 | 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> |