mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<!--#include("header.html")-->
|
|
<!--%import("filter/insert_config.xml")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
|
<table border="1">
|
|
<tr>
|
|
<th rowspan="2">{$lang->allowed_filesize}</th>
|
|
<td><input type="text" name="allowed_filesize" value="{$config->allowed_filesize}" />MB</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{$lang->about_allowed_filesize}</td>
|
|
</tr>
|
|
<tr>
|
|
<th rowspan="2">{$lang->allowed_attach_size}</th>
|
|
<td><input type="text" name="allowed_attach_size" value="{$config->allowed_attach_size}" />MB</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{$lang->about_allowed_attach_size}</td>
|
|
</tr>
|
|
<tr>
|
|
<th rowspan="2">{$lang->allowed_filetypes}</th>
|
|
<td><input type="text" name="allowed_filetypes" value="{$config->allowed_filetypes}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{$lang->about_allowed_filetypes}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2">
|
|
<input type="submit" value="{$lang->cmd_registration}" accesskey="s" />
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|