view wordstream/templates/post.html @ 3:e21f53582267

adding final dissociation stuff
author k0s <k0scist@gmail.com>
date Fri, 12 Feb 2010 01:37:38 -0500
parents
children c576f5877459
line wrap: on
line source

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

<form method="post">
Type in some text
<textarea name="text" 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="file"/>
<input type="submit" value="Dissociate"/>
</form>

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