]> gitweb.factorcode.org Git - factor.git/blob - contrib/furnace-pastebin/new-paste.fhtml
Working on furnace
[factor.git] / contrib / furnace-pastebin / new-paste.fhtml
1 <form method="POST" action="/responder/pastebin/submit-paste">
2
3 <table>
4
5 <tr>
6 <th>Summary:</th>
7 <td><input type="TEXT" name="summary" value="" /></td>
8 </tr>
9
10 <tr>
11 <th>Your name:</th>
12 <td><input type="TEXT" name="author" value="" /></td>
13 </tr>
14
15 <tr>
16 <th>Channel:</th>
17 <td><input type="TEXT" name="channel" value="" /></td>
18 </tr>
19
20 <tr>
21 <th valign="top">Contents:</th>
22 <td><textarea rows="24" cols="60" name="contents"></textarea></td>
23 </tr>
24 </table>
25
26 <input type="SUBMIT" value="Submit paste" />
27 </form>