factor/extra/webapps/pastebin/annotate-paste.furnace

34 lines
635 B
Plaintext
Raw Normal View History

2007-12-06 00:06:34 -05:00
<% USING: io math math.parser namespaces furnace ; %>
2007-11-07 15:01:42 -05:00
<h1>Annotate</h1>
<form method="POST" action="/responder/pastebin/annotate-paste">
<table>
<input type="hidden" name="n" value="<% "n" get number>string write %>" />
<tr>
<th>Your name:</th>
<td><input type="TEXT" name="author" value="" /></td>
</tr>
<tr>
<th>Summary:</th>
<td><input type="TEXT" name="summary" value="" /></td>
</tr>
2007-12-06 00:06:34 -05:00
<tr>
<th>File type:</th>
<td><% "modes" render-template %></td>
</tr>
2007-11-07 15:01:42 -05:00
<tr>
<th valign="top">Content:</th>
2007-11-07 15:01:42 -05:00
<td><textarea rows="24" cols="60" name="contents"></textarea></td>
</tr>
</table>
<input type="SUBMIT" value="Annotate" />
</form>