Code

. #502437 ] rogue reactor and unittest
[roundup.git] / roundup / templates / classic / html / file.newitem
1 <!-- $Id: file.newitem,v 1.1 2001-07-30 08:12:17 richard Exp $-->
2 <table border=0 cellspacing=0 cellpadding=2>
4 <tr class="strong-header">
5   <td colspan=2>File upload details</td>
6 </td>
8 <tr bgcolor="ffffea">
9     <td width=1% nowrap align=right><span class="form-label">File:</span></td>
10     <td class="form-text"><input type="file" name="content" size="40"></td>
11 </tr>
13 <tr bgcolor="ffffea">
14     <td>&nbsp;</td>
15     <td class="form-text"><display call="submit()"></td>
16 </tr>
18 </table>