mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1761 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c92102f8fe
commit
b7ec12f4c2
45 changed files with 899 additions and 790 deletions
|
|
@ -2,32 +2,32 @@
|
|||
<!--%import("filter/insert_config.xml")-->
|
||||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table border="1">
|
||||
<table cellspacing="0" class="tableType2 gap1">
|
||||
<tr>
|
||||
<th rowspan="2">{$lang->allowed_filesize}</th>
|
||||
<td><input type="text" name="allowed_filesize" value="{$config->allowed_filesize}" />MB</td>
|
||||
<th scope="col">{$lang->allowed_filesize}</th>
|
||||
<td>
|
||||
<input type="text" name="allowed_filesize" value="{$config->allowed_filesize}" class="inputTypeText" />MB
|
||||
<p>{$lang->about_allowed_filesize}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{$lang->about_allowed_filesize}</td>
|
||||
<th scope="col">{$lang->allowed_attach_size}</th>
|
||||
<td>
|
||||
<input type="text" name="allowed_attach_size" value="{$config->allowed_attach_size}" class="inputTypeText" />MB
|
||||
<p>{$lang->about_allowed_attach_size}</p>
|
||||
</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" />
|
||||
<th scope="col">{$lang->allowed_filetypes}</th>
|
||||
<td>
|
||||
<input type="text" name="allowed_filetypes" value="{$config->allowed_filetypes}" class="inputTypeText" />
|
||||
<p>{$lang->about_allowed_filetypes}</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- 버튼 -->
|
||||
<ul class="buttonRight">
|
||||
<li><span class="buttonTypeA"><img src="../../admin/tpl/images/blank.gif" alt="" class="leftCap" /><img src="../../admin/tpl/images/iconCreate.gif" width="8" height="4" class="icon" alt="" /><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /><img src="../../admin/tpl/images/blank.gif" alt="" class="rightCap" /></span></li>
|
||||
</ul>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue