rhymix/modules/point/tpl/point_module_config.html

40 lines
1.9 KiB
HTML

<!--%import("filter/insert_point_module_config.xml")-->
<!--%import("js/point_admin.js")-->
<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}" />
<h4 class="xeAdmin">{$lang->point}</h4>
<table cellspacing="0" class="rowTable">
<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>
<th colspan="2" class="button">
<span class="button strong black"><input type="submit" value="{$lang->cmd_save}" /></span>
<span class="button"><input type="button" value="{$lang->cmd_reset}" onclick="doPointReset('{$module_config['module_srl']?$module_config['module_srl']:$module_srls}'); return false"/></span>
</th>
</tr>
</table>
<!-- 버튼 -->
</form>
<div class="gap1"></div>