Mercurial > hg > MakeItSo
comparison makeitso/templates/index.html @ 19:c46ec69d6253
remove references to dissociate
| author | Jeff Hammel <jhammel@mozilla.com> |
|---|---|
| date | Wed, 17 Nov 2010 10:42:31 -0800 |
| parents | 941c1f73c2b6 |
| children |
comparison
equal
deleted
inserted
replaced
| 18:02498337c747 | 19:c46ec69d6253 |
|---|---|
| 4 <body> | 4 <body> |
| 5 | 5 |
| 6 <form method="post"> | 6 <form method="post"> |
| 7 Type in some text | 7 Type in some text |
| 8 <textarea name="content" rows="25" cols="80"></textarea> | 8 <textarea name="content" rows="25" cols="80"></textarea> |
| 9 <input type="submit" value="Dissociate"/> | 9 <input type="submit"/> |
| 10 </form> | 10 </form> |
| 11 | 11 |
| 12 <form method="post" enctype="multipart/form-data"> | 12 <form method="post" enctype="multipart/form-data"> |
| 13 or upload a file | 13 or upload a file |
| 14 <input type="file" name="content"/> | 14 <input type="file" name="content"/> |
| 15 <input type="submit" value="Dissociate"/> | 15 <input type="submit"/> |
| 16 </form> | 16 </form> |
| 17 | 17 |
| 18 <form method="post"> | 18 <form method="post"> |
| 19 or point to a URL | 19 or point to a URL |
| 20 <input type="text" name="content"/> | 20 <input type="text" name="content"/> |
| 21 <input type="submit" value="Dissociate"/> | 21 <input type="submit"/> |
| 22 </form> | 22 </form> |
| 23 </body> | 23 </body> |
| 24 </html> | 24 </html> |
