2003-11-22 04:05:00 +01:00
|
|
|
<!-- BEGIN upload_header -->
|
|
|
|
<form method="post" action="{form_action}" enctype="multipart/form-data">
|
|
|
|
<div>
|
2003-12-09 00:18:34 +01:00
|
|
|
<table cellspacing="0" cellpadding="2">
|
2003-11-22 04:05:00 +01:00
|
|
|
<tbody>
|
2003-12-09 00:18:34 +01:00
|
|
|
<tr bgcolor="#dedede">
|
2003-11-22 04:05:00 +01:00
|
|
|
<td><strong>{lang_file}</strong></td>
|
|
|
|
<td><strong>{lang_comment}</strong></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END upload_header -->
|
|
|
|
|
|
|
|
<!-- BEGIN row -->
|
2003-12-09 00:18:34 +01:00
|
|
|
<tr >
|
2003-11-22 04:05:00 +01:00
|
|
|
<td><input maxlength="255" name="upload_file[]" type="file"></td>
|
|
|
|
<td><input name="upload_comment[]" type="text"></td>
|
|
|
|
</tr>
|
|
|
|
<!-- END row -->
|
|
|
|
|
|
|
|
<!-- BEGIN upload_footer -->
|
|
|
|
|
|
|
|
</tbody></table>
|
|
|
|
<input value="true" name="uploadprocess" type="hidden">
|
|
|
|
<input value="{path}" name="path" type="hidden">
|
|
|
|
<input value="{num_upload_boxes}" name="show_upload_boxes" type="hidden">
|
|
|
|
<input value="{lang_upload}" name="upload_files" type="submit">
|
|
|
|
<br/>
|
|
|
|
{change_upload_boxes}
|
|
|
|
</div>
|
|
|
|
</form>
|
|
|
|
<!-- END upload_footer -->
|