mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
관리자 페이지 패키지별 UI 적용을 위한 1차 작업 마무리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4616 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
856ab513ec
commit
ba4e9e26e2
248 changed files with 3520 additions and 3424 deletions
|
|
@ -4,14 +4,14 @@
|
|||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<tr>
|
||||
<th scope="row">{$lang->sample_code}</th>
|
||||
<td colspan="2">
|
||||
<th scope="row"><div>{$lang->sample_code}<div></th>
|
||||
<td colspan="2" class="wide">
|
||||
<textarea class="inputTypeTextArea w400" readonly="readonly">{$sample_code}</textarea>
|
||||
<p>{$lang->about_sample_code}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->skin}</th>
|
||||
<th scope="row"><div>{$lang->skin}</div></th>
|
||||
<td colspan="2">
|
||||
<select name="skin">
|
||||
<!--@foreach($skin_list as $key=>$val)-->
|
||||
|
|
@ -22,17 +22,17 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th colspan="3"><input type="checkbox" onclick="checkboxSelectAll(this.form,'target_mid'); return false;" /> {$lang->about_target_module}</th>
|
||||
<td colspan="3"><input type="checkbox" onclick="checkboxSelectAll(this.form,'target_mid'); return false;" /> {$lang->about_target_module}</td>
|
||||
</tr>
|
||||
<!--@foreach($mid_list as $module_category_srl => $modules)-->
|
||||
<!--@if($modules->title)-->
|
||||
<tr>
|
||||
<th rowspan="{count($modules->list)+1}">{$modules->title}</th>
|
||||
<th rowspan="{count($modules->list)+1}"><div>{$modules->title}</div></th>
|
||||
<!--@if(count($modules->list)<1)--><td colspan="2"> </td><!--@end-->
|
||||
</tr>
|
||||
<!--@else-->
|
||||
<tr>
|
||||
<th rowspan="{count($modules->list)+1}"> </th>
|
||||
<th rowspan="{count($modules->list)+1}"><div> </div></th>
|
||||
<!--@if(count($modules->list)<1)--><td colspan="2"> </td><!--@end-->
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
|
@ -47,9 +47,9 @@
|
|||
<!--@end-->
|
||||
<!--@end-->
|
||||
<tr>
|
||||
<th scope="row" class="button" colspan="3">
|
||||
<td class="right" colspan="3">
|
||||
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
|
||||
</th>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue