git-svn-id: http://xe-core.googlecode.com/svn/trunk@1761 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-25 10:37:11 +00:00
parent c92102f8fe
commit b7ec12f4c2
45 changed files with 899 additions and 790 deletions

View file

@ -4,9 +4,9 @@
<form action="./" method="get" onsubmit="return procFilter(this, insert_config);" id="fo_poll">
<table border="1">
<table cellspacing="0" class="tableType2 gap1">
<tr>
<th>{$lang->skin}</th>
<th scope="col">{$lang->skin}</th>
<td>
<select name="skin" onchange="doDisplaySkinColorset(this);return false;">
<!--@foreach($skin_list as $key => $val)-->
@ -16,7 +16,7 @@
</td>
</tr>
<tr>
<th>{$lang->colorset}</th>
<th scope="col">{$lang->colorset}</th>
<td>
<select name="colorset" id="poll_colorset">
<!--@foreach($colorset_list as $key => $val)-->
@ -25,11 +25,11 @@
</select>
</td>
</tr>
<tr>
<td colspan="2">
<input type="submit" value="{$lang->cmd_submit}" />
</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>