#338 언어별 테이블 셀 폭 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3365 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2007-12-16 00:34:44 +00:00
parent f97abc2016
commit 61f645a0c5
37 changed files with 1744 additions and 509 deletions

View file

@ -11,13 +11,61 @@
<!-- 애드온의 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col />
<col width="50" />
<col width="100" />
<col width="45" />
<col width="130" />
<col width="70" />
<col width="150" />
<col width="50" />
<col width="45" />
<col width="55" />
<!--@else if($lang_type == 'en')-->
<col />
<col width="60" />
<col width="130" />
<col width="75" />
<col width="150" />
<col width="75" />
<col width="65" />
<!--@else if($lang_type == 'zh-CN')-->
<col />
<col width="50" />
<col width="130" />
<col width="70" />
<col width="150" />
<col width="45" />
<col width="60" />
<!--@else if($lang_type == 'jp')-->
<col />
<col width="80" />
<col width="130" />
<col width="70" />
<col width="150" />
<col width="45" />
<col width="55" />
<!--@else if($lang_type == 'es')-->
<col />
<col width="60" />
<col width="130" />
<col width="75" />
<col width="150" />
<col width="100" />
<col width="65" />
<!--@else if($lang_type == 'ru')-->
<col />
<col width="60" />
<col width="130" />
<col width="70" />
<col width="150" />
<col width="100" />
<col width="115" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->addon_name}</th>

View file

@ -2,42 +2,42 @@
<!--%import("filter/insert_grant.xml")-->
<form action="./" method="post" onsubmit="return procFilter(this, insert_grant)">
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<caption>{$lang->about_grant}</caption>
<thead>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="" />
<col width="120" />
<col width="120" />
<caption>{$lang->about_grant}</caption>
<thead>
<tr>
<th scope="col">{$lang->grant}</th>
<th scope="col" colspan="3">{$lang->target}</th>
</tr>
</thead>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="col">{$lang->grant}</th>
<th scope="col" colspan="3">{$lang->target}</th>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<div>
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
</div>
<!--@end-->
</td>
<th class="centerButton"><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></th>
<th class="centerButton"><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></th>
</tr>
</thead>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<div>
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
</div>
<!--@end-->
</td>
<th class="centerButton"><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></th>
<th class="centerButton"><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></th>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button"><span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span></th>
</tr>
</tbody>
</table>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button"><span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span></th>
</tr>
</tbody>
</table>
</form>

View file

@ -7,13 +7,61 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="60" />
<col width="60" />
<col width="60" />
<col width="45" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="55" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="55" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="85" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>

View file

@ -5,40 +5,40 @@
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<caption>{$lang->about_grant}</caption>
<thead>
<tr>
<th scope="col">{$lang->grant}</th>
<th scope="col" colspan="3">{$lang->target}</th>
</tr>
</thead>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="*" />
<col width="120" />
<col width="120" />
<caption>{$lang->about_grant}</caption>
<thead>
<tr>
<th scope="col">{$lang->grant}</th>
<th scope="col" colspan="3">{$lang->target}</th>
</tr>
</thead>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<div>
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
</div>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<div>
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
</div>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
</form>

View file

@ -7,13 +7,60 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="45" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="55" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="55" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="85" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -55,7 +102,7 @@
<a href="{getUrl('act','dispBoardAdminBoardInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a>
</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="green"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="blue"><a href="./?module=module&amp;act=dispModuleAdminCopyModule&amp;module_srl={$val->module_srl}" onclick="popopen(this.href);return false;">{$lang->cmd_copy}</a></td>
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispBoardAdminDeleteBoard','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@else-->&nbsp;<!--@end--></td>
</tr>

View file

@ -9,56 +9,103 @@
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<col width="50" />
<col />
<col width="120" />
<col width="80" />
<col width="100" />
<col width="70" />
<col width="50" />
<thead>
<tr>
<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;"/>
</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>
</tr>
</thead>
<tbody>
<!--@foreach($comment_list as $no => $val)-->
<tr>
<td rowspan="2" class="tahoma">{$no}</td>
<td class="blue"><a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false">{htmlspecialchars($module_list[$val->module_srl]->browser_title)}</a></td>
<td><div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="tahoma"><!--@if($val->last_upgdate)-->{zdate($val->last_upgdate,"Y-m-d")}<!--@else-->&nbsp;<!--@end--></td>
<td class="tahoma">{$val->ipaddress}</td>
<td class="blue"><a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
</tr>
<tr>
<td colspan="6" class="left">
<input type="checkbox" name="cart" value="{$val->comment_srl}" />
{cut_str(htmlspecialchars(strip_tags($val->content)),100,'...')}
</td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col width="150" />
<col width="65" />
<col width="85" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col width="150" />
<col width="75" />
<col width="85" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col width="150" />
<col width="70" />
<col width="70" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col width="150" />
<col width="75" />
<col width="85" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col width="150" />
<col width="75" />
<col width="90" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col width="150" />
<col width="75" />
<col width="85" />
<col width="90" />
<col width="95" />
<!--@end-->
<thead>
<tr>
<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;"/>
</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>
</tr>
</thead>
<tbody>
<!--@foreach($comment_list as $no => $val)-->
<tr>
<td rowspan="2" class="tahoma">{$no}</td>
<td class="blue"><a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false">{htmlspecialchars($module_list[$val->module_srl]->browser_title)}</a></td>
<td><div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="tahoma"><!--@if($val->last_update)-->{zdate($val->last_update, 'Y-m-d H:i:s')}<!--@else-->&nbsp;<!--@end--></td>
<td class="tahoma">{$val->ipaddress}</td>
<td class="blue"><a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
</tr>
<tr>
<td colspan="6" class="left">
<input type="checkbox" name="cart" value="{$val->comment_srl}" />
{cut_str(htmlspecialchars(strip_tags($val->content)),100,'...')}
</td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 버튼 -->
<div class="fr gap1">

View file

@ -9,40 +9,87 @@
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<col width="60" />
<col />
<col width="120" />
<col width="80" />
<col width="80" />
<col width="70" />
<col width="50" />
<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>
</tr>
</thead>
<tbody>
<!--@foreach($comment_list as $no => $oComment)-->
<tr>
<td class="tahoma">{$no}</td>
<td class="left"><input type="checkbox" name="cart" value="{$oComment->get('comment_srl')}" /> {$oComment->getSummary(100)}</td>
<td><div class="member_{$oComment->getMemberSrl()}">{$oComment->getNickName()}</div></td>
<td class="tahoma">{$oComment->getRegdate("Y-m-d")}</td>
<td class="tahoma red"><strong>{$oComment->get('declared_count')}</strong></td>
<td class="tahoma">{$oComment->get('ipaddress')}</td>
<td class="blue"><a href="{getUrl('','document_srl',$oComment->get('document_srl'))}#comment_{$oComment->get('comment_srl')}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col width="150" />
<col width="65" />
<col width="50" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col width="150" />
<col width="80" />
<col width="60" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col width="150" />
<col width="65" />
<col width="45" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col width="150" />
<col width="80" />
<col width="60" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col width="150" />
<col width="80" />
<col width="60" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col width="150" />
<col width="70" />
<col width="75" />
<col width="70" />
<col width="95" />
<!--@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>
</tr>
</thead>
<tbody>
<!--@foreach($comment_list as $no => $oComment)-->
<tr>
<td class="tahoma">{$no}</td>
<td class="left"><input type="checkbox" name="cart" value="{$oComment->get('comment_srl')}" /> {$oComment->getSummary(100)}</td>
<td><div class="member_{$oComment->getMemberSrl()}">{$oComment->getNickName()}</div></td>
<td class="tahoma">{$oComment->getRegdate("Y-m-d")}</td>
<td class="tahoma red"><strong>{$oComment->get('declared_count')}</strong></td>
<td class="tahoma">{$oComment->get('ipaddress')}</td>
<td class="blue"><a href="{getUrl('','document_srl',$oComment->get('document_srl'))}#comment_{$oComment->get('comment_srl')}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 버튼 -->
<div class="fl gap1">

View file

@ -11,53 +11,105 @@
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<col width="60" />
<col width="40" />
<col />
<col width="120" />
<col width="60" />
<col width="60" />
<col width="60" />
<col width="80" />
<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>
</tr>
</thead>
<tbody>
<!--@foreach($document_list as $no => $oDocument)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($oDocument->isCarted())-->checked="checked"<!--@end-->/></td>
<td class="left subject">
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false">{$oDocument->getTitleText()}</a>
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="40" />
<col />
<col width="150" />
<col width="55" />
<col width="55" />
<col width="55" />
<col width="65" />
<!--@if($oDocument->getCommentCount())-->
[{$oDocument->getCommentCount()}]
<!--@end-->
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="40" />
<col />
<col width="150" />
<col width="60" />
<col width="55" />
<col width="55" />
<col width="75" />
<!--@if($oDocument->getTrackbackCount())-->
[{$oDocument->getTrackbackCount()}]
<!--@end-->
</td>
<td class="left"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></td>
<td class="tahoma red"><strong>{$oDocument->get('declared_count')}</strong></td>
<td class="tahoma">{$oDocument->get('readed_count')}</td>
<td class="tahoma">{$oDocument->get('voted_count')}</td>
<td class="tahoma">{$oDocument->getRegdate("Y-m-d")}</td>
</tr>
<!--@end-->
</tbody>
</table>
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="40" />
<col />
<col width="150" />
<col width="45" />
<col width="45" />
<col width="45" />
<col width="65" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="40" />
<col />
<col width="150" />
<col width="55" />
<col width="55" />
<col width="55" />
<col width="75" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="40" />
<col />
<col width="150" />
<col width="55" />
<col width="55" />
<col width="110" />
<col width="75" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="40" />
<col />
<col width="150" />
<col width="75" />
<col width="50" />
<col width="60" />
<col width="65" />
<!--@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>
</tr>
</thead>
<tbody>
<!--@foreach($document_list as $no => $oDocument)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($oDocument->isCarted())-->checked="checked"<!--@end-->/></td>
<td class="left subject">
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false">{$oDocument->getTitleText()}</a>
<!--@if($oDocument->getCommentCount())-->
[{$oDocument->getCommentCount()}]
<!--@end-->
<!--@if($oDocument->getTrackbackCount())-->
[{$oDocument->getTrackbackCount()}]
<!--@end-->
</td>
<td class="left"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></td>
<td class="tahoma red"><strong>{$oDocument->get('declared_count')}</strong></td>
<td class="tahoma">{$oDocument->get('readed_count')}</td>
<td class="tahoma">{$oDocument->get('voted_count')}</td>
<td class="tahoma">{$oDocument->getRegdate("Y-m-d")}</td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 버튼 -->
<div class="fl gap1">

View file

@ -11,65 +11,76 @@
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<col width="60" />
<col width="35" />
<col />
<col width="120" />
<col width="60" />
<col width="60" />
<col width="80" />
<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">
<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->readed_count}</th>
<th scope="col">{$lang->voted_count}</th>
<th scope="col">{$lang->date}</th>
</tr>
</thead>
<tbody>
<!--@foreach($document_list as $no => $oDocument)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($oDocument->isCarted())-->checked="checked"<!--@end-->/></td>
<td class="left subject">
<!--@if($oDocument->get('module_srl')==$oDocument->get('member_srl'))-->
{$lang->cmd_save}
<!--@else-->
<a href="{getUrl('','mid',$module_list[$oDocument->get('module_srl')]->mid)}" class="blue" onclick="window.open(this.href);return false">[{htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)}]</a><br />
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false">{$oDocument->getTitle()}</a>
<!--@end-->
<!-- 목록 -->
<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)}
<!--@end-->
<!--@if($oDocument->getCommentCount())-->
[{$oDocument->getCommentCount()}]
<!--@end-->
<!--@foreach($col_width as $width)-->
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
<!--@end-->
<!--@if($oDocument->getTrackbackCount())-->
[{$oDocument->getTrackbackCount()}]
<!--@end-->
</td>
<td class="left"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></td>
<td class="tahoma">{$oDocument->get('readed_count')}</td>
<td class="tahoma">{$oDocument->get('voted_count')}</td>
<td class="tahoma">{$oDocument->getRegdate("Y-m-d")}</td>
</tr>
<!--@end-->
</tbody>
</table>
<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">
<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->readed_count}</th>
<th scope="col">{$lang->voted_count}</th>
<th scope="col">{$lang->date}</th>
</tr>
</thead>
<tbody>
<!--@foreach($document_list as $no => $oDocument)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$oDocument->document_srl}" onclick="doAddDocumentCart(this)" <!--@if($oDocument->isCarted())-->checked="checked"<!--@end-->/></td>
<td class="left subject">
<!--@if($oDocument->get('module_srl')==$oDocument->get('member_srl'))-->
{$lang->cmd_save}
<!--@else-->
<a href="{getUrl('','mid',$module_list[$oDocument->get('module_srl')]->mid)}" class="blue" onclick="window.open(this.href);return false">[{htmlspecialchars($module_list[$oDocument->get('module_srl')]->browser_title)}]</a><br />
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false">{$oDocument->getTitle()}</a>
<!--@end-->
<!--@if($oDocument->getCommentCount())-->
[{$oDocument->getCommentCount()}]
<!--@end-->
<!--@if($oDocument->getTrackbackCount())-->
[{$oDocument->getTrackbackCount()}]
<!--@end-->
</td>
<td class="left"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></td>
<td class="tahoma">{$oDocument->get('readed_count')}</td>
<td class="tahoma">{$oDocument->get('voted_count')}</td>
<td class="tahoma">{$oDocument->getRegdate("Y-m-d")}</td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 버튼 -->
<div class="fr gap1">

View file

@ -3,13 +3,60 @@
<h3>{$lang->editor} <span class="gray">{$lang->cmd_management}</span></h3>
<table cellspacing="0" class="adminTable gap1">
<!--@if($lang_type == 'ko')-->
<col />
<col width="40"/>
<col width="120"/>
<col width="70"/>
<col width="50"/>
<col width="50"/>
<col width="50"/>
<col width="60" />
<col width="130" />
<col width="75" />
<col width="50" />
<col width="60" />
<col width="50" />
<!--@else if($lang_type == 'en')-->
<col />
<col width="60" />
<col width="130" />
<col width="75" />
<col width="75" />
<col width="60" />
<col width="50" />
<!--@else if($lang_type == 'zh-CN')-->
<col />
<col width="60" />
<col width="130" />
<col width="75" />
<col width="45" />
<col width="55" />
<col width="50" />
<!--@else if($lang_type == 'jp')-->
<col />
<col width="80" />
<col width="130" />
<col width="80" />
<col width="50" />
<col width="60" />
<col width="50" />
<!--@else if($lang_type == 'es')-->
<col />
<col width="60" />
<col width="130" />
<col width="75" />
<col width="100" />
<col width="85" />
<col width="50" />
<!--@else if($lang_type == 'ru')-->
<col />
<col width="60" />
<col width="130" />
<col width="80" />
<col width="100" />
<col width="100" />
<col width="95" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->component_name}</th>

View file

@ -12,15 +12,72 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="30" />
<col width="40" />
<col />
<col width="70" />
<col width="45" />
<col width="65" />
<col width="65" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="40" />
<col width="100" />
<col width="70" />
<col />
<col width="70" />
<col width="70" />
<col width="75" />
<col width="75" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="40" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="65" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="40" />
<col />
<col width="65" />
<col width="45" />
<col width="65" />
<col width="65" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="40" />
<col />
<col width="75" />
<col width="75" />
<col width="80" />
<col width="75" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="40" />
<col />
<col width="65" />
<col width="80" />
<col width="65" />
<col width="65" />
<col width="90" />
<col width="95" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>

View file

@ -7,32 +7,32 @@
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<caption>{$lang->target}</caption>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="" />
<col width="120" />
<col width="120" />
<caption>{$lang->target}</caption>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
</form>

View file

@ -7,13 +7,60 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="45" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="50" />
<col width="60" />
<col width="70" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="55" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="85" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -55,7 +102,7 @@
<a href="{getUrl('act','dispGuestbookAdminGuestbookInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a>
</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="green"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="blue"><a href="./?module=module&amp;act=dispModuleAdminCopyModule&amp;module_srl={$val->module_srl}" onclick="popopen(this.href);return false;">{$lang->cmd_copy}</a></td>
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispGuestbookAdminDeleteGuestbook','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
</tr>

View file

@ -2,13 +2,60 @@
<!-- 레이아웃의 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col />
<col width="50"/>
<col width="120"/>
<col width="60"/>
<col width="70"/>
<col width="75"/>
<col width="140"/>
<col width="80"/>
<!--@else if($lang_type == 'en')-->
<col />
<col width="60"/>
<col width="130"/>
<col width="55"/>
<col width="75"/>
<col width="140"/>
<col width="95"/>
<!--@else if($lang_type == 'zh-CN')-->
<col />
<col width="50"/>
<col width="120"/>
<col width="60"/>
<col width="75"/>
<col width="140"/>
<col width="80"/>
<!--@else if($lang_type == 'jp')-->
<col />
<col width="80"/>
<col width="120"/>
<col width="80"/>
<col width="75"/>
<col width="140"/>
<col width="80"/>
<!--@else if($lang_type == 'es')-->
<col />
<col width="60"/>
<col width="120"/>
<col width="70"/>
<col width="75"/>
<col width="140"/>
<col width="90"/>
<!--@else if($lang_type == 'ru')-->
<col />
<col width="60"/>
<col width="120"/>
<col width="60"/>
<col width="75"/>
<col width="140"/>
<col width="110"/>
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->layout_name}</th>
@ -26,10 +73,10 @@
<!-- 레이아웃 정보 파일(conf/info.xml)가 있는 경우-->
<!--@if($val->title)-->
<tr>
<td rowspan="2">
<th rowspan="2">
<a href="{getUrl('','module','layout','act','dispLayoutAdminInfo','selected_layout',$val->layout)}" onclick="popopen(this.href,'layout_info');return false" class="blue">{$val->title}</a> <br />
({$val->layout})
</td>
</th>
<td class="tahoma">{$val->version}</td>
<td><a href="{$val->author->homepage}" onclick="window.open(this.href);return false;" class="blue">{$val->author->name}</a></td>
<td class="tahoma">{$val->menu_count}</td>

View file

@ -9,13 +9,60 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="100" />
<col />
<col width="70" />
<col width="110" />
<col width="110" />
<col />
<col width="65" />
<col width="95" />
<col width="95" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col />
<col width="80" />
<col width="95" />
<col width="80" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col />
<col width="65" />
<col width="65" />
<col width="65" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col />
<col width="65" />
<col width="105" />
<col width="105" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col />
<col width="75" />
<col width="100" />
<col width="110" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col />
<col width="90" />
<col width="130" />
<col width="150" />
<col width="65" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>

View file

@ -7,32 +7,32 @@
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<caption>{$lang->target}</caption>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="0" />
<col width="120" />
<col width="120" />
<caption>{$lang->target}</caption>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
</form>

View file

@ -7,12 +7,54 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="70" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -53,7 +95,7 @@
<a href="{getUrl('act','dispLifepodAdminLifepodInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a>
</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="green"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispLifepodAdminDeleteLifepod','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
</tr>
<!--@end-->

View file

@ -10,11 +10,48 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="180" />
<col />
<col width="65" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="180" />
<col />
<col width="80" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="180" />
<col />
<col width="65" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="180" />
<col />
<col width="65" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="180" />
<col />
<col width="80" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="180" />
<col />
<col width="90" />
<col width="65" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>

View file

@ -11,12 +11,54 @@
</form>
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col />
<col />
<col width="120" />
<col width="50" />
<col width="50" />
<col width="50" />
<col width="105" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col />
<col />
<col width="80" />
<col width="65" />
<col width="55" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col />
<col />
<col width="105" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col />
<col />
<col width="105" />
<col width="80" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col />
<col />
<col width="80" />
<col width="80" />
<col width="70" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col />
<col />
<col width="105" />
<col width="80" />
<col width="75" />
<col width="65" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->group_title}</th>

View file

@ -9,6 +9,18 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col />
<col />
<col />
<col width="45" />
<col width="70" />
<col width="65" />
<col width="50" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col />
<col />
<col />
@ -16,8 +28,53 @@
<col width="70" />
<col width="80" />
<col width="50" />
<col width="55" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col />
<col />
<col />
<col width="45" />
<col width="45" />
<col width="65" />
<col width="50" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col />
<col />
<col />
<col width="60" />
<col width="70" />
<col width="65" />
<col width="50" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col />
<col />
<col />
<col width="65" />
<col width="70" />
<col width="80" />
<col width="50" />
<col width="70" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col />
<col />
<col />
<col width="65" />
<col width="80" />
<col width="90" />
<col width="95" />
<col width="75" />
<col width="65" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->column_title}</th>

View file

@ -1,23 +1,69 @@
<!-- 설명 -->
<!--#include("header.html")-->
<!--%import("css/member_list.css")-->
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col width="160" />
<col />
<col width="65" />
<col width="80" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col width="160" />
<col />
<col width="80" />
<col width="80" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col width="160" />
<col />
<col width="65" />
<col width="65" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col width="160" />
<col />
<col width="70" />
<col width="40" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col width="160" />
<col />
<col width="80" />
<col width="80" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col width="160" />
<col />
<col width="90" />
<col width="85" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</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->denied}</th>
<th scope="col">{$lang->signup_date}</th>
<th scope="col">{$lang->last_login}</th>
<th scope="col">{$lang->cmd_delete}</th>
@ -27,13 +73,16 @@
<!--@foreach($member_list as $no => $val)-->
<tr>
<td class="tahoma">{$no}</td>
<td class="blue"><a href="{getUrl('act','dispMemberAdminInfo','member_srl',$val->member_srl)}">{htmlspecialchars($val->user_id)}</a></td>
<td class="blue">
<a href="{getUrl('act','dispMemberAdminInfo','member_srl',$val->member_srl)}">{htmlspecialchars($val->user_id)}</a>
<!--@if($val->denied == 'Y')--><span class="denied">{$lang->denied}</span><!--@end-->
<!--@if($val->limit_date)--><br /><span class="limit_date">{$lang->limit_date} : {zdate($val->limit_date,'Y.m.d')}</span><!--@end-->
</td>
<td>{htmlspecialchars($val->user_name)}</td>
<td><div class="member_{$val->member_srl}">{htmlspecialchars($val->nick_name)}</div></td>
<td class="tahoma">{$val->denied}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="tahoma">{zdate($val->last_login,"Y-m-d H:i:s")}</td>
<td class="red"><!--@if($val->is_admin!='Y')--><a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl', $val->member_srl)}">{$lang->cmd_delete}</a><!--@else-->&nbsp;<!--@end--></td>
<td class="red"><!--@if($val->is_admin != 'Y')--><a href="{getUrl('act','dispMemberAdminDeleteForm','member_srl', $val->member_srl)}">{$lang->cmd_delete}</a><!--@else-->&nbsp;<!--@end--></td>
</tr>
<!--@end-->
</tbody>

View file

@ -14,10 +14,42 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col width="100" />
<col width="100" />
<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>

View file

@ -10,10 +10,42 @@
</form>
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col />
<col width="65"/>
<col width="45"/>
<col width="45"/>
<!--@else if($lang_type == 'en')-->
<col />
<col width="120"/>
<col width="80"/>
<col width="80"/>
<col width="50"/>
<col width="55"/>
<!--@else if($lang_type == 'zh-CN')-->
<col />
<col width="65"/>
<col width="45"/>
<col width="45"/>
<!--@else if($lang_type == 'jp')-->
<col />
<col width="65"/>
<col width="45"/>
<col width="45"/>
<!--@else if($lang_type == 'es')-->
<col />
<col width="75"/>
<col width="70"/>
<col width="70"/>
<!--@else if($lang_type == 'ru')-->
<col />
<col width="65"/>
<col width="45"/>
<col width="45"/>
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->category_title}</th>
@ -33,7 +65,7 @@
<td>{$val->title}</td>
<td class="tahoma">{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><a href="#" onclick="doUpdateCategory('{$val->module_category_srl}','delete','{$lang->confirm_delete}');return false;" class="button"><span>{$lang->cmd_delete}</span></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>
<!--@end-->
</tbody>

View file

@ -7,14 +7,66 @@
</form>
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="" />
<col width="40" />
<col width="80" />
<col width="75" />
<col width="70" />
<col width="140" />
<col width="70" />
<col width="100" />
<!--@else if($lang_type == 'en')-->
<col width="" />
<col width="60" />
<col width="80" />
<col width="75" />
<col width="70" />
<col width="140" />
<col width="50" />
<col width="100" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="" />
<col width="40" />
<col width="80" />
<col width="75" />
<col width="60" />
<col width="140" />
<col width="65" />
<col width="80" />
<!--@else if($lang_type == 'jp')-->
<col width="" />
<col width="80" />
<col width="80" />
<col width="70" />
<col width="80" />
<col width="140" />
<col width="45" />
<col width="100" />
<!--@else if($lang_type == 'es')-->
<col width="" />
<col width="60" />
<col width="80" />
<col width="75" />
<col width="90" />
<col width="140" />
<col width="85" />
<col width="75" />
<!--@else if($lang_type == 'ru')-->
<col width="" />
<col width="60" />
<col width="90" />
<col width="70" />
<col width="70" />
<col width="120" />
<col width="70" />
<col width="110" />
<col width="140" />
<col width="95" />
<col width="90" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->module_name}</th>

View file

@ -8,13 +8,60 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="50" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="50" />
<col width="60" />
<col width="70" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="55" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="40" />
<col width="40" />
<col width="55" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="85" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -53,11 +100,11 @@
<!--@end-->
</td>
<td class="left subject">
<a href="{getUrl('act','dispOpageAdminInsert','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a><br />
{$val->mid}
{$val->mid} - <a href="{getUrl('act','dispOpageAdminInsert','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a>
</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="green"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="blue"><a href="./?module=module&act=dispModuleAdminCopyModule&module_srl={$val->module_srl}" onclick="popopen(this.href);return false;">{$lang->cmd_copy}</a></td>
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispOpageAdminDelete','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
</tr>

View file

@ -76,10 +76,10 @@
<!-- 권한 출력 -->
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="150" />
<col width="*" />
<col width="80" />
<col width="80" />
<col width="120" />
<col width="120" />
<thead>
<tr>
<th scope="col">{$lang->grant}</th>

View file

@ -8,13 +8,60 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="50" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="55" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="40" />
<col width="40" />
<col width="55" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="85" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -57,7 +104,7 @@
<a href="{getUrl('act','dispPageAdminInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a><br />
</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="green"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="blue"><a href="./?module=module&act=dispModuleAdminCopyModule&module_srl={$val->module_srl}" onclick="popopen(this.href);return false;">{$lang->cmd_copy}</a></td>
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispPageAdminDelete','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@else-->&nbsp;<!--@end--></td>
</tr>

View file

@ -63,10 +63,10 @@
<!-- 권한 출력 -->
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<col width="150" />
<col width="" />
<col width="120" />
<col width="120" />
<thead>
<tr>
<th scope="col">{$lang->grant}</th>

View file

@ -62,10 +62,10 @@
<!-- 권한 출력 -->
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<col width="150" />
<col width="" />
<col width="120" />
<col width="120" />
<thead>
<tr>
<th scope="col">{$lang->grant}</th>

View file

@ -3,12 +3,54 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col />
<col />
<col width="175" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col />
<col />
<col width="185" />
<col width="50" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col />
<col />
<col width="185" />
<col width="50" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col />
<col />
<col width="185" />
<col width="60" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col />
<col />
<col width="200" />
<col width="80" />
<col width="50" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col />
<col />
<col width="220" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>

View file

@ -10,40 +10,87 @@
<form action="./" method="get" onsubmit="return procFilter(this, delete_checked)" id="fo_list">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<col width="80" />
<col width="40" />
<col />
<col width="60" />
<col width="80" />
<col width="120" />
<col width="100" />
<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>
</tr>
</thead>
<tbody>
<!--@foreach($poll_list as $no => $val)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$val->poll_index_srl}" /></td>
<td class="left blue"><a href="{getUrl('','document_srl',$val->upload_target_srl)}" onclick="winopen(this.href); return false;">{htmlspecialchars($val->title)}</a></td>
<td class="tahoma">{$val->checkcount}</td>
<td class="tahoma">{$val->poll_count}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d H:i")}</td>
<td class="blue"><a href="{getUrl('','module','poll','act','dispPollAdminResult','poll_srl',$val->poll_srl,'poll_index_srl',$val->poll_index_srl)}" onclick="popopen(this.href); return false;">{$lang->cmd_view}</a></td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 목록 -->
<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>
</tr>
</thead>
<tbody>
<!--@foreach($poll_list as $no => $val)-->
<tr>
<td class="tahoma">{$no}</td>
<td><input type="checkbox" name="cart" value="{$val->poll_index_srl}" /></td>
<td class="left blue"><a href="{getUrl('','document_srl',$val->upload_target_srl)}" onclick="winopen(this.href); return false;">{htmlspecialchars($val->title)}</a></td>
<td class="tahoma">{$val->checkcount}</td>
<td class="tahoma">{$val->poll_count}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d H:i")}</td>
<td class="blue"><a href="{getUrl('','module','poll','act','dispPollAdminResult','poll_srl',$val->poll_srl,'poll_index_srl',$val->poll_index_srl)}" onclick="popopen(this.href); return false;">{$lang->cmd_view}</a></td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 버튼 -->
<div class="fr gap1">

View file

@ -15,10 +15,42 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col width="100" />
<col width="60" />
<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>

View file

@ -15,10 +15,42 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col width="100" />
<col width="60" />
<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>

View file

@ -7,32 +7,32 @@
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="module_srl" value="{$module_srl}" />
<table cellspacing="0" class="adminTable">
<col width="130" />
<col width="*" />
<col width="80" />
<col width="80" />
<caption>{$lang->target}</caption>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col width="" />
<col width="120" />
<col width="120" />
<caption>{$lang->target}</caption>
<tbody>
<!--@foreach($grant_list as $key => $val)-->
<tr>
<th scope="row">{$val->title}</th>
<td class="left">
<!--@foreach($group_list as $k => $v)-->
<input type="checkbox" class="checkbox" name="{$key}" value="{$v->group_srl}" id="grant_{$key}_{$v->group_srl}" <!--@if(is_array($module_info->grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"<!--@end-->/>
<label for="grant_{$key}_{$v->group_srl}">{$v->title}</label>
<!--@end-->
</td>
<td><a href="#" onclick="doSelectAll(this, '{$key}')" class="blue">{$lang->cmd_select_all}</a></td>
<td><a href="#" onclick="doUnSelectAll(this, '{$key}')" class="red">{$lang->cmd_unselect_all}</a></td>
</tr>
<!--@end-->
<tr>
<th scope="row" colspan="4" class="button">
<span class="button"><input type="submit" value="{$lang->cmd_save}" accesskey="s" /></span>
</th>
</tr>
</tbody>
</table>
</form>

View file

@ -7,12 +7,54 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="50" />
<col width="55" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col width="130" />
<col />
<col width="65" />
<col width="45" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col width="130" />
<col />
<col width="80" />
<col width="40" />
<col width="70" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col width="130" />
<col />
<col width="90" />
<col width="95" />
<col width="70" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
@ -53,7 +95,7 @@
<a href="{getUrl('act','dispSpringnoteAdminSpringnoteInfo','module_srl',$val->module_srl)}" class="blue">{htmlspecialchars($val->browser_title)}</a>
</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="blue"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="green"><a href="{getUrl('','mid',$val->mid)}" onclick="window.open(this.href); return false;">{$lang->cmd_view}</a></td>
<td class="red"><!--@if($val->is_default!='Y')--><a href="{getUrl('act','dispSpringnoteAdminDeleteSpringnote','module_srl', $val->module_srl)}">{$lang->cmd_delete}</a><!--@end--></td>
</tr>
<!--@end-->

View file

@ -7,19 +7,19 @@
<div class="gap1"></div>
<form action="./" method="get" onsubmit="return procFilter(this, insert_config)">
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<col width="100" />
<tr>
<th scope="col">{$lang->enable_trackback}</th>
<td>
<input type="checkbox" name="enable_trackback" value="Y" size="3" <!--@if($config->enable_trackback!='N')-->checked="checked"<!--@end-->/> {$lang->cmd_use}
<p>{$lang->about_enable_trackback}</p>
</td>
<th scope="col" class="centerButton"><span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span></th>
</tr>
</table>
<table cellspacing="0" class="adminTable">
<col width="150" />
<col />
<col width="130" />
<tr>
<th scope="col">{$lang->enable_trackback}</th>
<td>
<input type="checkbox" name="enable_trackback" value="Y" size="3" <!--@if($config->enable_trackback!='N')-->checked="checked"<!--@end-->/> {$lang->cmd_use}
<p>{$lang->about_enable_trackback}</p>
</td>
<th scope="col" class="centerButton"><span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span></th>
</tr>
</table>
</form>
<!-- 정보 -->
@ -30,59 +30,106 @@
<form id="fo_list" action="./" method="get" onsubmit="return procFilter(this, delete_checked)">
<input type="hidden" name="page" value="{$page}" />
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<col width="50" />
<col width="150" />
<col />
<col />
<col width="80" />
<col width="70" />
<col width="50" />
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col">
<div class="nowrap">
<input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" />
<select name="module_srl" id="module_srl" class="w100">
<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->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>
</tr>
</thead>
<tbody>
<!--@foreach($trackback_list as $no => $val)-->
<tr>
<th rowspan="2" class="tahoma" scope="col">
{$no}
</th>
<td class="left blue"><a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false">{$module_list[$val->module_srl]->browser_title}</a></td>
<td class="blue"><a href="{$val->url}" onclick="window.open(this.href); return false;">{htmlspecialchars($val->blog_name)}</a></td>
<td>{htmlspecialchars($val->title)}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="tahoma">{$val->ipaddress}</td>
<td class="blue"><a href="{getUrl('','document_srl',$val->document_srl)}#trackback_{$val->trackback_srl}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
</tr>
<tr>
<td colspan="6">
<input type="checkbox" name="cart" value="{$val->trackback_srl}" />
{$val->excerpt}
</td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col />
<col />
<col width="80" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="45" />
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col />
<col />
<col width="75" />
<col width="90" />
<col width="50" />
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="95" />
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col">
<div class="nowrap">
<input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" />
<select name="module_srl" id="module_srl" class="w100">
<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->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>
</tr>
</thead>
<tbody>
<!--@foreach($trackback_list as $no => $val)-->
<tr>
<th rowspan="2" class="tahoma" scope="col">
{$no}
</th>
<td class="left blue"><a href="./?mid={$module_list[$val->module_srl]->mid}" onclick="window.open(this.href);return false">{$module_list[$val->module_srl]->browser_title}</a></td>
<td class="blue"><a href="{$val->url}" onclick="window.open(this.href); return false;">{htmlspecialchars($val->blog_name)}</a></td>
<td>{htmlspecialchars($val->title)}</td>
<td class="tahoma">{zdate($val->regdate,"Y-m-d")}</td>
<td class="tahoma">{$val->ipaddress}</td>
<td class="blue"><a href="{getUrl('','document_srl',$val->document_srl)}#trackback_{$val->trackback_srl}" onclick="window.open(this.href);return false;">{$lang->cmd_move}</a></td>
</tr>
<tr>
<td colspan="6">
<input type="checkbox" name="cart" value="{$val->trackback_srl}" />
{$val->excerpt}
</td>
</tr>
<!--@end-->
</tbody>
</table>
<!-- 버튼 -->
<div class="fr gap1">

View file

@ -5,12 +5,23 @@
<!-- 위젯의 목록 -->
<table cellspacing="0" class="adminTable">
<col />
<col width="80" />
<col width="120" />
<col width="80" />
<col width="140" />
<col width="80" />
<!--@if($lang_type == 'ko')-->
{@ $col_width = array(0,80,120,80,140,80)}
<!--@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)}
<!--@end-->
<!--@foreach($col_width as $width)-->
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
<!--@end-->
<thead>
<tr>
<th scope="col">{$lang->widget_name}</th>