2007-12-06 01:02:58 -05:00
|
|
|
<% USING: furnace namespaces ; %>
|
|
|
|
|
|
|
|
<%
|
2007-12-08 15:14:24 -05:00
|
|
|
"New paste" "title" set
|
2007-12-06 01:02:58 -05:00
|
|
|
"header" render-template
|
|
|
|
%>
|
2007-12-06 00:06:34 -05:00
|
|
|
|
2007-11-07 15:01:42 -05:00
|
|
|
<form method="POST" action="/responder/pastebin/submit-paste">
|
|
|
|
|
|
|
|
<table>
|
|
|
|
|
|
|
|
<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">Channel:</th>
|
2007-11-07 15:01:42 -05:00
|
|
|
<td><input type="TEXT" name="channel" value="#concatenative" /></td>
|
|
|
|
</tr>
|
|
|
|
|
|
|
|
<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="Submit paste" />
|
|
|
|
</form>
|
2007-12-06 01:02:58 -05:00
|
|
|
|
|
|
|
<% "footer" render-template %>
|