mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-10 04:03:01 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
24 lines
841 B
HTML
24 lines
841 B
HTML
<!--%import("filter/insert_config.xml")-->
|
|
|
|
<h3>{$lang->message} <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="selected"<!--@end-->>{$val->title}</option>
|
|
<!--@end-->
|
|
</select>
|
|
<p>{$lang->about_skin}</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- 버튼 -->
|
|
<div class="tRight gap1">
|
|
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
|
</div>
|
|
</form>
|