테이블 형식의 목록 나열형에서 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

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