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

34 lines
691 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>
2007-12-06 01:02:58 -05:00
<th align="right">Summary:</th>
<td><input type="TEXT" name="summary" value="" /></td>
2007-11-07 15:01:42 -05:00
</tr>
<tr>
2007-12-06 01:02:58 -05:00
<th align="right">Your name:</th>
<td><input type="TEXT" name="author" value="" /></td>
2007-11-07 15:01:42 -05:00
</tr>
2007-12-06 00:06:34 -05:00
<tr>
2007-12-06 01:02:58 -05:00
<th align="right">File type:</th>
2007-12-06 00:06:34 -05:00
<td><% "modes" render-template %></td>
</tr>
2007-11-07 15:01:42 -05:00
<tr>
2007-12-06 01:02:58 -05:00
<th align="right" 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>