mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
테이블 형식의 목록 나열형에서 col 강제지정을 제외하고 내용에 맞게 cell이 정리되도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4578 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3a5df10d5c
commit
9ba8284f9c
34 changed files with 299 additions and 829 deletions
|
|
@ -11,34 +11,15 @@
|
|||
|
||||
<!-- 애드온의 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(0,45,130,70,150,45,55)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(0,60,130,75,150,75,65)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(0,50,130,70,150,45,60)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(0,80,130,70,150,45,55)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(0,60,130,75,150,100,65)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(0,60,130,70,150,100,115)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(0,60,130,65,150,95,80)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->addon_name}</th>
|
||||
<th scope="col">{$lang->version}</TH>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->installed_path}</th>
|
||||
<th scope="col">{$lang->cmd_setup}</th>
|
||||
<th scope="col">{$lang->use}</th>
|
||||
<th scope="col"><div>{$lang->addon_name}</div></th>
|
||||
<th scope="col"><div>{$lang->version}</div></th>
|
||||
<th scope="col"><div>{$lang->author}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->installed_path}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_setup}</div></th>
|
||||
<th scope="col"><div>{$lang->use}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
|||
|
|
@ -18,9 +18,16 @@ IE7 Only
|
|||
h3 { background:url("../images/top_head_title_bg.gif") repeat-x left top; font-size:1em; border:1px solid #E3E3E2; padding:11px 9px 7px 25px; color:#555555; margin:0; }
|
||||
h3 .gray { color:#9d9d9d;}
|
||||
|
||||
.adminTable { width:100%; border-left:1px solid #E3E3E2; border-top:1px solid #E3E3E2; margin-bottom:10px; table-layout:fixed;}
|
||||
.adminTable { width:100%; border-left:1px solid #E3E3E2; border-top:1px solid #E3E3E2; margin-bottom:10px; }
|
||||
.adminTable caption { background:url("../images/s_application.gif") no-repeat 3px 5px; padding:6px 5px 4px 22px; text-align:left; border:1px solid #E3E3E2; border-bottom:none; font-weight:bold; background-color:#F9F8F5; color:#5E6266; }
|
||||
.adminTable th { overflow:hidden; background-color:#FAF8F4; padding:5px; font-weight:normal; text-align:left; padding-left:10px; color:#606060; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2; }
|
||||
.adminTable th { overflow:hidden; background-color:#FAF8F4; padding:5px; font-weight:normal; text-align:left; color:#606060; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2; }
|
||||
|
||||
.adminTable thead tr th { width:10px; }
|
||||
.adminTable thead tr th div { white-space:nowrap; margin:0;}
|
||||
.adminTable thead tr th.wide { width:100%; }
|
||||
.adminTable thead tr th.half_wide { width:50%; }
|
||||
.adminTable tbody tr td { white-space:normal; padding:5px; }
|
||||
.adminTable tbody tr td.nowrap { white-space:nowrap !important; }
|
||||
|
||||
.adminTable th.button { text-align:right; }
|
||||
.adminTable th.centerButton { text-align:center; }
|
||||
|
|
@ -44,7 +51,7 @@ h3 .gray { color:#9d9d9d;}
|
|||
.adminTable th a.green { color:#218E08; }
|
||||
|
||||
.adminTable th select { height:20px; }
|
||||
.adminTable td { overflow:hidden; background-color:#FFFFFF; padding:5px; font-weight:normal; text-align:left; padding-left:10px; color:#5A5A5A; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2;}
|
||||
.adminTable td { overflow:hidden; background-color:#FFFFFF; font-weight:normal; text-align:left; color:#5A5A5A; border-right:1px solid #E3E3E2; border-bottom:1px solid #E3E3E2;}
|
||||
|
||||
.adminTable td.tahoma { font-family:tahoma; font-size:7pt; }
|
||||
.adminTable td.tahoma a { font-family:tahoma; font-size:7pt; }
|
||||
|
|
|
|||
|
|
@ -8,33 +8,15 @@
|
|||
<!-- 목록 -->
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);" id="fo_list">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,130,0,65,45,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,40,130,0,80,45,50,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,40,130,0,65,45,45,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,40,130,0,65,45,55,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,40,130,0,80,40,55,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,130,0,90,95,85,70)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,130,0,75,40,55,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col">
|
||||
<div>
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w80">
|
||||
<select name="module_category_srl" class="w120">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
@ -43,12 +25,13 @@
|
|||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_copy}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->mid} / {$lang->browser_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_copy}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -11,45 +11,26 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,0,150,65,65,90,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,40,0,150,75,75,90,45)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,40,0,150,70,70,90,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,40,0,150,75,75,90,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,40,0,150,75,75,90,50)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,0,150,75,75,90,95)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,0,150,65,90,90,60)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">
|
||||
<div class="nowrap">
|
||||
<select name="module_srl" id="module_srl" class="w180">
|
||||
<option value="">{$lang->module}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="button" name="go_button" id="go_button" value="GO" class="buttonTypeGo" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;"/>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col" class="wide">
|
||||
<div>
|
||||
<select name="module_srl" id="module_srl">
|
||||
<option value="">{$lang->module}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>
|
||||
<!--@end-->
|
||||
</select>
|
||||
<input type="button" name="go_button" id="go_button" value="GO" class="buttonTypeGo" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;"/>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->user_name}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->last_update}</th>
|
||||
<th scope="col">{$lang->ipaddress}</th>
|
||||
<th scope="col">{$lang->cmd_move}</th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->last_update}</div></th>
|
||||
<th scope="col"><div>{$lang->ipaddress}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_move}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -11,34 +11,15 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,0,150,65,50,90,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,0,150,80,60,90,50)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,0,150,65,45,90,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,0,150,80,60,90,50)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(80,0,150,80,60,90,50)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,0,150,70,75,70,95)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,0,150,80,60,85,60)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">{$lang->comment}</th>
|
||||
<th scope="col">{$lang->user_name}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->cmd_declare}</th>
|
||||
<th scope="col">{$lang->ipaddress}</th>
|
||||
<th scope="col">{$lang->cmd_move}</th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->comment}</div></th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_declare}</div></th>
|
||||
<th scope="col"><div>{$lang->ipaddress}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_move}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -24,16 +24,23 @@
|
|||
.boardHeader .essential:first-letter { color:#ff0000;}
|
||||
|
||||
/* list */
|
||||
.list { width:100%; border:1px solid #e0e1db; table-layout:fixed;}
|
||||
.list { width:100%; border:1px solid #e0e1db; }
|
||||
|
||||
.list thead tr th { width:10px; padding:8px !important; }
|
||||
.list thead tr th div { white-space:nowrap; margin:0;}
|
||||
.list thead tr th.wide { width:100%; }
|
||||
.list thead tr th.half_wide { width:50%; }
|
||||
.list tbody tr td { white-space:normal; padding:5px; }
|
||||
.list tbody tr td.nowrap { white-space:nowrap !important; }
|
||||
|
||||
.list tr:first-child td, .list tr.first-child td { border-top:1px solid #e0e1db; white-space:nowrap;}
|
||||
.list tr.bg1 { background:#ffffff}
|
||||
.list tr.bg2 { background:#fbfbfb;}
|
||||
.list th { color:#3e3f3e; font-weight:white; border-bottom:1px solid #ffffff; padding:.5em .2em .5em .2em; background:#ffffff url(../images/common/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
|
||||
.list th { color:#3e3f3e; font-weight:white; border-bottom:1px solid #ffffff; background:#ffffff url(../images/common/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
|
||||
.list th a { color:#3e3f3e;}
|
||||
.list th:first-child, .list th.first-child { background-position:-3px bottom; border-left:1px solid #ffffff;}
|
||||
.list th.check { padding:0;}
|
||||
.list th select, .list th input { vertical-align:middle;}
|
||||
.list td { border-top:1px solid #eff0ed; padding:.5em; text-align:center; height:35px;}
|
||||
.list td { border-top:1px solid #eff0ed; height:35px;}
|
||||
.list td.registDate { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
.list td.num { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
.list td.check { text-align:center;}
|
||||
|
|
|
|||
|
|
@ -23,27 +23,22 @@
|
|||
</div>
|
||||
|
||||
<table cellspacing="0" class="list">
|
||||
<col width="40" />
|
||||
<col width="170" />
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
<col />
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="check first-child"><input name="check_all" type="checkbox" onclick="doCheckAll(this, 'fo_friend_list');" /></th>
|
||||
<th scope="col" class="check first-child"><div><input name="check_all" type="checkbox" onclick="doCheckAll(this, 'fo_friend_list');" /><div></th>
|
||||
<th scope="col" class="friendGroup">
|
||||
<select name="jumpMenu" id="jumpMenu" class="w100">
|
||||
<option value="">{$lang->default_friend_group}</option>
|
||||
<!--@foreach($friend_group_list as $key => $val)-->
|
||||
<option value="{$val->friend_group_srl}" <!--@if($val->friend_group_srl == $friend_group_srl)-->selected="selected"<!--@end--> >{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select><a href="#" onclick="doJumpFriendGroup(); return false;"><img src="./images/button_go.gif" alt="" align="absmiddle" /></a>
|
||||
<div>
|
||||
<select name="jumpMenu" id="jumpMenu" class="w100">
|
||||
<option value="">{$lang->default_friend_group}</option>
|
||||
<!--@foreach($friend_group_list as $key => $val)-->
|
||||
<option value="{$val->friend_group_srl}" <!--@if($val->friend_group_srl == $friend_group_srl)-->selected="selected"<!--@end--> >{$val->title}</option>
|
||||
<!--@end-->
|
||||
</select><a href="#" onclick="doJumpFriendGroup(); return false;"><img src="./images/button_go.gif" alt="" align="absmiddle" /></a>
|
||||
<div>
|
||||
</th>
|
||||
<th scope="col" class="userId">{$lang->user_id}</th>
|
||||
<th scope="col" class="userName">{$lang->user_name}</th>
|
||||
<th scope="col" class="userNick">{$lang->nick_name}</th>
|
||||
<th scope="col" class="registDate">{$lang->regdate}</th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->nick_name}<div></th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->user_id} / {$lang->user_name}<div></th>
|
||||
<th scope="col" class="registDate"><div>{$lang->regdate}<div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -51,9 +46,8 @@
|
|||
<tr class="bg{($no+1)%2+1}">
|
||||
<td class="check"><input type="checkbox" name="friend_srl_list" value="{$val->friend_srl}" /></td>
|
||||
<td class="friendGroup">{$val->group_title?$val->group_title:" "}</td>
|
||||
<td class="userId">{$val->user_id}</td>
|
||||
<td class="userName">{$val->user_name}</td>
|
||||
<td class="userNick"><div class="member_{$val->target_srl}">{$val->nick_name}</div></td>
|
||||
<td class="userName">{$val->user_id} / {$val->user_name}</td>
|
||||
<td class="registDate">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -65,24 +65,19 @@
|
|||
<input type="hidden" name="message_type" value="{$message_type}" />
|
||||
|
||||
<table cellspacing="0" class="list">
|
||||
<col width="40" />
|
||||
<col width="160" />
|
||||
<col />
|
||||
<col width="80" />
|
||||
<col width="120" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="check first-child"><input name="check_all" type="checkbox" onclick="doCheckAll(this, 'fo_message_list');" /></th>
|
||||
<th scope="col" class="user">
|
||||
<th scope="col" class="check first-child"><div><input name="check_all" type="checkbox" onclick="doCheckAll(this, 'fo_message_list');" /></div></th>
|
||||
<th scope="col" class="user"><div>
|
||||
<!--@if($message_type == "S")-->
|
||||
{$lang->receiver}
|
||||
<!--@else-->
|
||||
{$lang->sender}
|
||||
<!--@end-->
|
||||
</th>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="registDate">{$lang->regdate}</th>
|
||||
<th scope="col" class="checkDate last-child">{$lang->readed_date}</th>
|
||||
</div></th>
|
||||
<th scope="col" class="wide title"><div>{$lang->title}</div></th>
|
||||
<th scope="col" class="registDate"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col" class="checkDate last-child"><div>{$lang->readed_date}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
@ -104,8 +99,8 @@
|
|||
<span style="font-weight:bold"><a href="{getUrl('message_srl',$val->message_srl)}">{$val->title}</a></span>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td class="registDate">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td class="checkDate"><!--@if($val->readed=="Y")-->{zdate($val->readed_date,"Y-m-d H:i:s")}<!--@else--> <!--@end--></td>
|
||||
<td class="registDate nowrap">{zdate($val->regdate,"Y-m-d")}</td>
|
||||
<td class="checkDate nowrap"><!--@if($val->readed=="Y")-->{zdate($val->readed_date,"Y-m-d H:i:s")}<!--@else--> <!--@end--></td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -13,35 +13,16 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,55,65)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,40,0,150,60,55,55,75)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,40,0,150,45,45,45,65)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,55,75)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,110,75)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,0,150,75,50,60,65)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,0,150,65,45,105,75)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->user_name}</th>
|
||||
<th scope="col">{$lang->cmd_declare}</th>
|
||||
<th scope="col">{$lang->readed_count}</th>
|
||||
<th scope="col">{$lang->voted_count}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_declare}</div></th>
|
||||
<th scope="col"><div>{$lang->readed_count}</div></th>
|
||||
<th scope="col"><div>{$lang->voted_count}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -13,32 +13,13 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,65)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,75)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,40,0,150,50,50,70)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,75)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,40,0,150,55,110,75)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,0,150,50,60,65)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,0,150,45,105,65)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">
|
||||
<div class="nowrap">
|
||||
<select name="module_srl" id="module_srl" class="w230">
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col" class="wide">
|
||||
<div>
|
||||
<select name="module_srl" id="module_srl">
|
||||
<option value="">{$lang->module}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>
|
||||
|
|
@ -47,10 +28,10 @@
|
|||
<input type="button" name="go_button" id="go_button" value="GO" class="buttonTypeGo" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;"/>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->user_name}</th>
|
||||
<th scope="col">{$lang->readed_count}</th>
|
||||
<th scope="col">{$lang->voted_count}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->readed_count}</div></th>
|
||||
<th scope="col"><div>{$lang->voted_count}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -3,34 +3,15 @@
|
|||
<h3>{$lang->editor} <span class="gray">{$lang->cmd_management}</span></h3>
|
||||
|
||||
<table cellspacing="0" class="adminTable gap1">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(0,60,130,75,50,60,50)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(0,60,130,75,75,60,50)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(0,60,130,75,45,55,50)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(0,80,130,80,50,60,50)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(0,60,130,75,100,85,50)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(0,60,130,80,100,100,95)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(0,60,130,75,95,65,60)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->component_name}</th>
|
||||
<th scope="col">{$lang->component_version}</th>
|
||||
<th scope="col">{$lang->component_author}</th>
|
||||
<th scope="col">{$lang->component_date}</th>
|
||||
<th scope="col">{$lang->cmd_setup}</th>
|
||||
<th scope="col">{$lang->use}</th>
|
||||
<th scope="col">{$lang->cmd_move}</th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->component_name}</div></th>
|
||||
<th scope="col"><div>{$lang->component_version}</div></th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->component_author}</div></th>
|
||||
<th scope="col"><div>{$lang->component_date}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_setup}</div></th>
|
||||
<th scope="col"><div>{$lang->use}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_move}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -44,16 +25,15 @@
|
|||
<!--@endforeach-->
|
||||
</td>
|
||||
<td class="tahoma">{zdate($xml_info->date, 'Y-m-d')}</td>
|
||||
<td class="red"><a href="#" onclick="doSetupComponent('{$component_name}'); return false;">{$lang->cmd_setup}</a></td>
|
||||
<td>
|
||||
<td class="red nowrap"><a href="#" onclick="doSetupComponent('{$component_name}'); return false;">{$lang->cmd_setup}</a></td>
|
||||
<td class="nowrap">
|
||||
<!--@if($xml_info->enabled=='Y')-->
|
||||
<a href="#" onclick="doDisableComponent('{$component_name}');return false;" class="blue">{$lang->cmd_enable}</a>
|
||||
<!--@else-->
|
||||
<a href="#" onclick="doEnableComponent('{$component_name}');return false;" class="red">{$lang->cmd_disable}</a>
|
||||
<!--@end-->
|
||||
</td>
|
||||
<td>
|
||||
<a href="#" onclick="doMoveListOrder('{$component_name}','up');return false;"><img src="../../admin/tpl/images/button_up.gif" alt="{$lang->cmd_move_up}" width="14" height="14" /></a>
|
||||
<td class="nowrap"><a href="#" onclick="doMoveListOrder('{$component_name}','up');return false;"><img src="../../admin/tpl/images/button_up.gif" alt="{$lang->cmd_move_up}" width="14" height="14" /></a>
|
||||
<a href="#" onclick="doMoveListOrder('{$component_name}','down');return false;"><img src="../../admin/tpl/images/button_down.gif" alt="{$lang->cmd_move_down}" width="14" height="14" /></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -13,33 +13,13 @@
|
|||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,0,70,45,65,65,90)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,40,0,70,70,75,75,90)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,40,0,65,45,45,65,90)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,40,0,65,45,65,65,90)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,40,0,75,75,80,75,90)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,0,65,80,65,65,90)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,0,75,55,65,65,90)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">
|
||||
<div class="nowrap">
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col" class="wide">
|
||||
<div>
|
||||
<select name="module_srl" id="module_srl" class="w120">
|
||||
<option value="">{$lang->module}</option>
|
||||
<option value=""><div>{$lang->module}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>
|
||||
<!--@end-->
|
||||
|
|
@ -47,11 +27,11 @@
|
|||
<input type="button" name="go_button" id="go_button" value="GO" class="buttonTypeGo" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;"/>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->file_size}</th>
|
||||
<th scope="col">{$lang->status}</th>
|
||||
<th scope="col">{$lang->cmd_download}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->ipaddress}</th>
|
||||
<th scope="col"><div>{$lang->file_size}</div></th>
|
||||
<th scope="col"><div>{$lang->status}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_download}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->ipaddress}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,6 @@
|
|||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col width="150" />
|
||||
<col />
|
||||
<tr>
|
||||
<th scope="row">{$lang->sample_code}</th>
|
||||
<td colspan="2">
|
||||
|
|
|
|||
|
|
@ -8,32 +8,14 @@
|
|||
<!-- 목록 -->
|
||||
<form action="{Context::getRequestUri()}" method="get" onsubmit="return doChangeCategory(this);" id="fo_list">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,150,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,150,0,80,45,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,150,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,150,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,150,0,80,40,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,150,0,90,95,70)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,150,0,75,40,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col">
|
||||
<div>
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w100">
|
||||
<select name="module_category_srl" class="w120">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
@ -42,11 +24,12 @@
|
|||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->mid} / {$lang->browser_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -2,34 +2,15 @@
|
|||
|
||||
<!-- 레이아웃의 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(0,50,120,60,75,140,80)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(0,60,130,55,75,140,95)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(0,50,120,60,75,140,80)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(0,60,120,70,75,140,90)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(0,60,120,60,75,140,110)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(0,60,120,60,75,140,110)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(0,60,130,55,60,140,90)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->layout_name}</th>
|
||||
<th scope="col">{$lang->version}</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->menu_count}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->path}</th>
|
||||
<th scope="col">{$lang->cmd_make}</th>
|
||||
<th scope="col" class="halfwide"><div>{$lang->layout_name}</div></th>
|
||||
<th scope="col"><div>{$lang->version}</div></th>
|
||||
<th scope="col"><div>{$lang->author}</div></th>
|
||||
<th scope="col"><div>{$lang->menu_count}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->path}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_make}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -9,34 +9,15 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,0,0,65,95,95,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,0,0,80,95,80,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(80,0,0,65,65,65,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,0,0,65,105,105,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(80,0,0,75,100,110,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(80,0,0,90,130,150,65)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,0,0,80,110,110,60)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->layout}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_layout_management}</th>
|
||||
<th scope="col">{$lang->cmd_layout_edit}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->layout}</div></th>
|
||||
<th scope="col" class="half_wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_layout_management}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_layout_edit}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -7,47 +7,30 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,130,0,80,50,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,130,0,70,45,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,130,0,80,40,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,130,0,90,95,70)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,130,0,75,40,50)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col">
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w80">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
<div>
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w120">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->mid} / {$lang->browser_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -24,16 +24,23 @@
|
|||
.boardHeader .essential:first-letter { color:#ff0000;}
|
||||
|
||||
/* list */
|
||||
.list { width:100%; border:1px solid #e0e1db; table-layout:fixed;}
|
||||
.list { width:100%; border:1px solid #e0e1db; }
|
||||
|
||||
.list thead tr th { width:10px; padding:8px !important; }
|
||||
.list thead tr th div { white-space:nowrap; margin:0;}
|
||||
.list thead tr th.wide { width:100%; }
|
||||
.list thead tr th.half_wide { width:50%; }
|
||||
.list tbody tr td { white-space:normal; padding:5px; }
|
||||
.list tbody tr td.nowrap { white-space:nowrap !important; }
|
||||
|
||||
.list tr:first-child td, .list tr.first-child td { border-top:1px solid #e0e1db; white-space:nowrap;}
|
||||
.list tr.bg1 { background:#ffffff}
|
||||
.list tr.bg2 { background:#fbfbfb;}
|
||||
.list th { color:#3e3f3e; font-weight:white; border-bottom:1px solid #ffffff; padding:.5em .2em .5em .2em; background:#ffffff url(../images/common/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
|
||||
.list th { color:#3e3f3e; font-weight:white; border-bottom:1px solid #ffffff; background:#ffffff url(../images/common/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
|
||||
.list th a { color:#3e3f3e;}
|
||||
.list th:first-child, .list th.first-child { background-position:-3px bottom; border-left:1px solid #ffffff;}
|
||||
.list th.check { padding:0;}
|
||||
.list th select, .list th input { vertical-align:middle;}
|
||||
.list td { border-top:1px solid #eff0ed; padding:.5em; text-align:center; height:35px;}
|
||||
.list td { border-top:1px solid #eff0ed; }
|
||||
.list td.registDate { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
.list td.num { font:.8em Tahoma; color:#999999; text-align:center;}
|
||||
.list td.check { text-align:center;}
|
||||
|
|
|
|||
|
|
@ -9,17 +9,11 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="list">
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="50" />
|
||||
<col width="50" />
|
||||
<col width="80" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">
|
||||
<div class="nowrap tLeft">
|
||||
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide">
|
||||
<div>
|
||||
<select name="module_srl" class="mid_list" id="selected_module_srl">
|
||||
<option value="">{$lang->total}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
|
|
@ -28,9 +22,9 @@
|
|||
</select><a href="#" onclick="location.href=current_url.setQuery('selected_module_srl',xGetElementById('selected_module_srl').options[xGetElementById('selected_module_srl').selectedIndex].value);return false;"><img src="./images/button_go.gif" border="0" alt="" class="button_go" /></a>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->readed_count}</th>
|
||||
<th scope="col">{$lang->voted_count}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col"><div>{$lang->readed_count}</div></th>
|
||||
<th scope="col"><div>{$lang->voted_count}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -9,14 +9,11 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="list">
|
||||
<col width="120" />
|
||||
<col />
|
||||
<col width="100" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col"><div>{$lang->date}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -9,18 +9,13 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="list">
|
||||
<col width="80" />
|
||||
<col />
|
||||
<col width="120" />
|
||||
<col width="100" />
|
||||
<col width="100" />
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->writer}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->writer}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -5,39 +5,20 @@
|
|||
<!-- 목록 -->
|
||||
<form method="get" action="./" id="member_fo">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,45,0,0,0,105)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,55,0,160,0,110)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,45,0,0,0,110)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,45,0,0,0,110)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,70,0,0,0,110)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,45,0,0,0,110)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,70,0,0,0,130)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col" rowspan="2">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;"/></th>
|
||||
<th scope="col">{$lang->user_id}</th>
|
||||
<th scope="col">{$lang->user_name}</th>
|
||||
<th scope="col">{$lang->nick_name}</th>
|
||||
<th scope="col">{$lang->signup_date}</th>
|
||||
<th scope="col" rowspan="2"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;"/></div></th>
|
||||
<th scope="col"><div>{$lang->user_id}</div></th>
|
||||
<th scope="col"><div>{$lang->user_name}</div></th>
|
||||
<th scope="col"><div>{$lang->nick_name}</div></th>
|
||||
<th scope="col"><div>{$lang->signup_date}</div></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" colspan="2">{$lang->group}</th>
|
||||
<th scope="col">{$lang->homepage}, {$lang->blog}</th>
|
||||
<th scope="col">{$lang->last_login}</th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
<th scope="col" class="wide" colspan="2"><div>{$lang->group}</div></th>
|
||||
<th scope="col"><div>{$lang->homepage}, {$lang->blog}</div></th>
|
||||
<th scope="col"><div>{$lang->last_login}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -14,31 +14,12 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,0,65,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,0,80,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,0,65,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(60,0,65,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,0,75,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,0,90,65)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,0,80,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -10,31 +10,12 @@
|
|||
</form>
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(0,65,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(0,80,50,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(0,65,45,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(0,65,45,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(0,75,70,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(0,65,45,45)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(0,80,60,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->category_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_modify}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->category_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_modify}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -46,7 +27,7 @@
|
|||
<!--@foreach($category_list as $key => $val)-->
|
||||
<tr>
|
||||
<td>{$val->title}</td>
|
||||
<td class="tahoma">{zdate($val->regdate,"Y-m-d H:i:s")}</td>
|
||||
<td class="tahoma nowrap">{zdate($val->regdate,"Y-m-d H:i:s")}</td>
|
||||
<td class="blue"><a href="{getUrl('module_category_srl',$val->module_category_srl)}">{$lang->cmd_modify}</a></td>
|
||||
<td class="red"><a href="#" onclick="doUpdateCategory('{$val->module_category_srl}','delete','{$lang->confirm_delete}');return false;">{$lang->cmd_delete}</a></td>
|
||||
</tr>
|
||||
|
|
|
|||
|
|
@ -7,35 +7,16 @@
|
|||
</form>
|
||||
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(0,40,80,75,70,140,70,100)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(0,60,80,75,70,140,50,100)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(0,40,80,75,60,140,65,80)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(0,80,80,70,80,140,45,100)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(0,60,80,75,90,140,85,75)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(0,60,90,70,70,140,95,90)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(0,60,80,70,75,140,70,90)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->module_name}</th>
|
||||
<th scope="col">{$lang->version}</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->table_count}</th>
|
||||
<th scope="col">{$lang->installed_path}</th>
|
||||
<th scope="col">{$lang->module_info}</th>
|
||||
<th scope="col">{$lang->module_action}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->module_name}</div></th>
|
||||
<th scope="col"><div>{$lang->version}</div></th>
|
||||
<th scope="col"><div>{$lang->author}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->table_count}</div></th>
|
||||
<th scope="col"><div>{$lang->installed_path}</div></th>
|
||||
<th scope="col"><div>{$lang->module_info}</div></th>
|
||||
<th scope="col"><div>{$lang->module_action}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -8,33 +8,15 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,130,0,80,50,50,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,130,0,80,50,60,70)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,130,0,65,45,55,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,130,0,80,40,55,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,130,0,90,95,85,70)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,130,0,80,40,50,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col">
|
||||
<div>
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w80">
|
||||
<select name="module_category_srl" class="w120">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
|
|
@ -44,12 +26,13 @@
|
|||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_copy}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->mid} / {$lang->browser_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_copy}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
|||
|
|
@ -8,48 +8,31 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,130,0,80,50,50,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,130,0,65,45,55,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,130,0,80,40,55,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,130,0,90,95,85,70)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,130,0,80,40,50,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col">
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w80">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
<div>
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w120">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_copy}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->mid} / {$lang->browser_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_copy}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
|||
|
|
@ -13,69 +13,15 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
<col width="50" />
|
||||
<col width="40" />
|
||||
<col />
|
||||
<col width="110" />
|
||||
<col width="60" />
|
||||
<col width="95" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
<col width="50" />
|
||||
<col width="40" />
|
||||
<col />
|
||||
<col width="100" />
|
||||
<col width="80" />
|
||||
<col width="80" />
|
||||
<col width="50" />
|
||||
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
<col width="50" />
|
||||
<col width="40" />
|
||||
<col />
|
||||
<col width="110" />
|
||||
<col width="60" />
|
||||
<col width="95" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
<col width="50" />
|
||||
<col width="40" />
|
||||
<col />
|
||||
<col width="110" />
|
||||
<col width="60" />
|
||||
<col width="95" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
<col width="50" />
|
||||
<col width="40" />
|
||||
<col />
|
||||
<col width="130" />
|
||||
<col width="90" />
|
||||
<col width="75" />
|
||||
<col width="40" />
|
||||
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
<col width="50" />
|
||||
<col width="40" />
|
||||
<col />
|
||||
<col width="90" />
|
||||
<col width="85" />
|
||||
<col width="90" />
|
||||
<col width="95" />
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->poll_checkcount}</th>
|
||||
<th scope="col">{$lang->poll_join_count}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->poll_checkcount}</div></th>
|
||||
<th scope="col"><div>{$lang->poll_join_count}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -15,48 +15,12 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="65" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="80" />
|
||||
<col width="55" />
|
||||
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="65" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="65" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="75" />
|
||||
<col width="70" />
|
||||
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="90" />
|
||||
<col width="65" />
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->ipaddress}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->ipaddress}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -15,48 +15,12 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="65" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="80" />
|
||||
<col width="55" />
|
||||
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="65" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="65" />
|
||||
<col width="45" />
|
||||
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="75" />
|
||||
<col width="70" />
|
||||
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
<col width="50" />
|
||||
<col />
|
||||
<col width="90" />
|
||||
<col width="65" />
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col">{$lang->word}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->word}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -7,47 +7,30 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,130,0,80,50,55)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,130,0,65,45,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,130,0,80,40,70)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,130,0,90,95,70)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,130,0,80,40,55)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col">
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w80">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
<div>
|
||||
<form action="./" method="get" onsubmit="return doChangeCategory(this);">
|
||||
<input type="hidden" name="module" value="{$module}" />
|
||||
<input type="hidden" name="act" value="{$act}" />
|
||||
<select name="module_category_srl" class="w120">
|
||||
<option value="">{$lang->module_category}</option>
|
||||
<!--@foreach($module_category as $key => $val)-->
|
||||
<option value="{$key}" <!--@if($module_category_srl==$key)-->selected="selected"<!--@end-->>{$val->title}</option>
|
||||
<!--@end-->
|
||||
<option value="">---------</option>
|
||||
<option value="-1">{$lang->cmd_management}</option>
|
||||
</select>
|
||||
<input type="submit" name="go_button" id="go_button" value="GO" class="buttonTypeGo" />
|
||||
</form>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->mid} / {$lang->browser_title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_view}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="wide"><div>{$lang->mid} / {$lang->browser_title}</div></th>
|
||||
<th scope="col"><div>{$lang->regdate}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_view}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_delete}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -14,19 +14,14 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
{@ $col_width = array(40,85, 150,65,0,45)}
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col">등록일자</th>
|
||||
<th scope="col">사이트명</th>
|
||||
<th scope="col">이름</th>
|
||||
<th scope="col">내용</th>
|
||||
<th scope="col">삭제</th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col"><div>등록일자</div></th>
|
||||
<th scope="col"><div>사이트명</div></th>
|
||||
<th scope="col"><div>이름</div></th>
|
||||
<th scope="col" class="wide"><div>내용</div></th>
|
||||
<th scope="col"><div>삭제</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -8,9 +8,6 @@
|
|||
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<col width="150" />
|
||||
<col />
|
||||
<col width="130" />
|
||||
<tr>
|
||||
<th scope="col">{$lang->enable_trackback}</th>
|
||||
<td>
|
||||
|
|
@ -32,32 +29,13 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,0,0,0,65,90,45)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(50,40,0,0,0,80,90,45)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(50,40,0,0,0,65,90,45)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(50,40,0,0,0,65,90,45)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(50,40,0,0,0,75,90,50)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,0,0,0,65,90,95)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,0,0,0,65,85,60)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></th>
|
||||
<th scope="col"><div>{$lang->no}</div></th>
|
||||
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
|
||||
<th scope="col">
|
||||
<div class="nowrap">
|
||||
<select name="module_srl" id="module_srl" class="w100">
|
||||
<div>
|
||||
<select name="module_srl" id="module_srl" class="w120">
|
||||
<option value="">{$lang->module}</option>
|
||||
<!--@foreach($mid_list as $key => $val)-->
|
||||
<option value="{$val->module_srl}" <!--@if($module_srl == $val->module_srl)-->selected="selected"<!--@end-->>{$val->browser_title}</option>
|
||||
|
|
@ -66,11 +44,11 @@
|
|||
<input type="button" name="go_button" id="go_button" value="GO" class="buttonTypeGo" onclick="location.href=current_url.setQuery('module_srl',xGetElementById('module_srl').options[xGetElementById('module_srl').selectedIndex].value);return false;"/>
|
||||
</div>
|
||||
</th>
|
||||
<th scope="col">{$lang->blog_name}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->ipaddress}</th>
|
||||
<th scope="col">{$lang->cmd_move}</th>
|
||||
<th scope="col"><div>{$lang->blog_name}</div></th>
|
||||
<th scope="col" class="wide"><div>{$lang->title}</div></th>
|
||||
<th scope="col"><div>{$lang->date}</div></th>
|
||||
<th scope="col"><div>{$lang->ipaddress}</div></th>
|
||||
<th scope="col"><div>{$lang->cmd_move}</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
|
|
@ -5,33 +5,14 @@
|
|||
|
||||
<!-- 위젯의 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(0,50,120,80,140,70)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
{@ $col_width = array(0,80,120,80,140,80)}
|
||||
<!--@else if($lang_type == 'zh-CN')-->
|
||||
{@ $col_width = array(0,80,120,80,140,80)}
|
||||
<!--@else if($lang_type == 'jp')-->
|
||||
{@ $col_width = array(0,80,120,80,140,80)}
|
||||
<!--@else if($lang_type == 'es')-->
|
||||
{@ $col_width = array(0,60,120,75,140,110)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(0,60,120,80,140,125)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(0,60,120,65,140,70)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->widget_name}</th>
|
||||
<th scope="col">{$lang->version}</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->date}</th>
|
||||
<th scope="col">{$lang->path}</th>
|
||||
<th scope="col">{$lang->cmd_generate_code}</th>
|
||||
<th scope="col"><div>{$lang->widget_name}<div></th>
|
||||
<th scope="col"><div>{$lang->version}<div></th>
|
||||
<th scope="col"><div>{$lang->author}<div></th>
|
||||
<th scope="col"><div>{$lang->date}<div></th>
|
||||
<th scope="col"><div>{$lang->path}<div></th>
|
||||
<th scope="col"><div>{$lang->cmd_generate_code}<div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue