mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
24 lines
1.1 KiB
HTML
24 lines
1.1 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="tableType2 gap1">
|
|
<tr>
|
|
<th scope="col">{$lang->skin}</th>
|
|
<td>
|
|
<select name="skin">
|
|
<!--@foreach($skin_list as $key => $val)-->
|
|
<option value="{$key}" <!--@if($key==$config->skin)-->selected="true"<!--@end-->>{$val->title}</option>
|
|
<!--@end-->
|
|
</select>
|
|
<p>{$lang->about_skin}</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>
|