mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
files/cache/module_info내에 있던 module_config 캐시 파일도 사용하지 않도록 변경 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4696 201d5d3c-b55e-5fd7-737f-ddc643e51545
36 lines
1.6 KiB
HTML
36 lines
1.6 KiB
HTML
<!--%import("filter/insert_point_module_config.xml")-->
|
|
|
|
<form action="./" method="get" onsubmit="return procFilter(this, insert_point_module_config);" id="fo_point">
|
|
<input type="hidden" name="target_module_srl" value="{$module_config['module_srl']?$module_config['module_srl']:$module_srls}" />
|
|
|
|
<table cellspacing="0" class="adminTable">
|
|
<caption>{$lang->point}</caption>
|
|
<tr>
|
|
<th><div>{$lang->point_insert_document}</div></th>
|
|
<td class="wide"><input type="text" name="insert_document" value="{$module_config['insert_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_insert_comment}</div></th>
|
|
<td><input type="text" name="insert_comment" value="{$module_config['insert_comment']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_upload_file}</div></th>
|
|
<td><input type="text" name="upload_file" value="{$module_config['upload_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_download_file}</div></th>
|
|
<td><input type="text" name="download_file" value="{$module_config['download_file']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<th><div>{$lang->point_read_document}</div></th>
|
|
<td><input type="text" name="read_document" value="{$module_config['read_document']}" class="inputTypeText w80" /> {$module_config['point_name']}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" class="right"><span class="button"><input type="submit" value="{$lang->cmd_save}" /></span></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- 버튼 -->
|
|
|
|
</form>
|
|
<div class="gap1"></div>
|