인터페이스 통일 작업 - 댓글, 문서, 엮인글 모듈의 전체선택 체크박스 위치를 게시판, 회원, 첨부파일, 설문조사 등 다른 모듈들과 동일하게 만듬.

더불어 언어별 셀 간격 설정 코드를 문서 모듈에서 이미 쓰이는 형태로 단순하게 바꿈.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4213 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
mmx900 2008-05-16 06:40:47 +00:00
parent 7561449424
commit 593741d48a
4 changed files with 59 additions and 180 deletions

View file

@ -32,66 +32,30 @@
<!-- 목록 -->
<table cellspacing="0" class="adminTable">
<thead>
<!--@if($lang_type == 'ko')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="45" />
{@ $col_width = array(50,40,0,0,0,65,90,45)}
<!--@else if($lang_type == 'en')-->
<col width="50" />
<col />
<col />
<col />
<col width="80" />
<col width="90" />
<col width="45" />
{@ $col_width = array(50,40,0,0,0,80,90,45)}
<!--@else if($lang_type == 'zh-CN')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="45" />
{@ $col_width = array(50,40,0,0,0,65,90,45)}
<!--@else if($lang_type == 'jp')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="45" />
{@ $col_width = array(50,40,0,0,0,65,90,45)}
<!--@else if($lang_type == 'es')-->
<col width="50" />
<col />
<col />
<col />
<col width="75" />
<col width="90" />
<col width="50" />
{@ $col_width = array(50,40,0,0,0,75,90,50)}
<!--@else if($lang_type == 'ru')-->
<col width="50" />
<col />
<col />
<col />
<col width="65" />
<col width="90" />
<col width="95" />
{@ $col_width = array(50,40,0,0,0,65,90,95)}
<!--@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">
<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)-->
@ -114,6 +78,7 @@
<th rowspan="2" class="tahoma" scope="col">
{$no}
</th>
<td><input type="checkbox" name="cart" value="{$val->trackback_srl}" /></td>
<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>
@ -122,8 +87,7 @@
<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}" />
<td colspan="7">
{$val->excerpt}
</td>
</tr>