테이블 형식의 목록 나열형에서 col 강제지정을 제외하고 내용에 맞게 cell이 정리되도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4578 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2008-09-30 10:21:40 +00:00
parent 3a5df10d5c
commit 9ba8284f9c
34 changed files with 299 additions and 829 deletions

View file

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

View file

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