attachments via symlinks, and new Site configuration

This commit is contained in:
Ralf Becker 2001-10-07 20:15:59 +00:00
parent 57ce821f0e
commit 410711bd91
2 changed files with 27 additions and 2 deletions

View File

@ -0,0 +1,25 @@
<p><b>{title}:</b><hr><p>
<form action="{action_url}" method="POST">
<table border="0">
<!-- BEGIN admin_header -->
<tr bgcolor="{bg_h_color}">
<td colspan="4">{text}</td>
</tr>
<tr bgcolor="{bg_h_color}">
<td>#</td>
<td>{lang_valid}</td>
<td>{lang_trans}</td>
<td>{lang_ip}</td>
</tr>
<!-- END admin_header -->
<!-- BEGIN admin_line -->
<tr bgcolor="{bg_nm_color}">
<td>{num}:</td>
<td>{val_valid}</td>
<td>{val_trans}</td>
<td>{val_ip}</td>
</tr>
<!-- END admin_line -->
</table>
<p>{save_button} &nbsp; {done_button}
</form>

View File

@ -64,10 +64,10 @@
<tr>
<td>{lang_file}</td>
<td><input type="file" name="attachfile" value=""></td>
<td><input type="file" name="attachfile" value="{file_val}"></td>
<td>{lang_comment}</td>
<td><input name="filecomment" size="30" maxlength="64" value=""></td>
<td><input name="filecomment" size="30" maxlength="64" value="{comment_val}"></td>
</tr>
<tr>
<td colspan="4"><hr size="1"></td>