diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/wordstream/templates/post.html	Fri Feb 12 01:37:38 2010 -0500
@@ -0,0 +1,24 @@
+<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>
\ No newline at end of file