mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1133 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6e8eabb9f6
commit
a0074e8311
13 changed files with 99 additions and 4 deletions
26
modules/file/tpl/file_config.html
Normal file
26
modules/file/tpl/file_config.html
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<!--#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_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>
|
||||
7
modules/file/tpl/filter/insert_config.xml
Normal file
7
modules/file/tpl/filter/insert_config.xml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<filter name="insert_config" module="file" act="procFileAdminInsertConfig" confirm_msg_code="confirm_submit">
|
||||
<form />
|
||||
<response>
|
||||
<tag name="error" />
|
||||
<tag name="message" />
|
||||
</response>
|
||||
</filter>
|
||||
6
modules/file/tpl/header.html
Normal file
6
modules/file/tpl/header.html
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<!--%import("js/board_admin.js")-->
|
||||
|
||||
<div style="margin-bottom:20px;">
|
||||
<span <!--@if($act=='dispFileAdminList')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispFileAdminList')}">{$lang->file_list}</a>]</span>
|
||||
<span <!--@if($act=='dispFileAdminConfig')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispFileAdminConfig')}">{$lang->cmd_module_config}</a>]</span>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue