rhymix/modules/krzip/tpl/index.html

35 lines
1.7 KiB
HTML

<!--%import("filter/insert_config.xml")-->
<h3>{$lang->admin_module_title} <span class="gray">{$lang->cmd_management}</span></h3>
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="tableType4">
<thead>
<tr>
<th scope="col">{$lang->krzip_server_hostname}</th>
<td>
<input type="text" name="krzip_server_hostname" value="{htmlspecialchars($config->krzip_server_hostname?$config->krzip_server_hostname:'kr.zip.zeroboard.com')}" class="inputTypeText" />
<p>{$lang->about_krzip_server_hostname}</p>
</td>
</tr>
<tr>
<th scope="col">{$lang->krzip_server_port}</th>
<td>
<input type="text" name="krzip_server_port" value="{htmlspecialchars($config->krzip_server_port?$config->krzip_server_port:'80')}" class="inputTypeText"/>
<p>{$lang->about_krzip_server_port}</p>
</td>
</tr>
<tr>
<th scope="col">{$lang->krzip_server_query}</th>
<td>
<input type="text" name="krzip_server_query" value="{htmlspecialchars($config->krzip_server_query?$config->krzip_server_query:'/server.php?addr3=')}" class="inputTypeText"/>
<p>{$lang->about_krzip_server_query}</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>