#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

@ -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>