view 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
line wrap: on
line source

<html>
<head>
</head>
<body>

<form method="post">
Type in some text
<textarea name="content" rows="25" cols="80"></textarea>
<input type="submit" value="Dissociate"/>
</form>

<form method="post" enctype="multipart/form-data">
or upload a file
<input type="file" name="content"/>
<input type="submit" value="Dissociate"/>
</form>

<form method="post">
or point to a URL
<input type="text" name="content"/>
<input type="submit" value="Dissociate"/>
</form>
</body>
</html>