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

@ -24,16 +24,23 @@
.boardHeader .essential:first-letter { color:#ff0000;}
/* list */
.list { width:100%; border:1px solid #e0e1db; table-layout:fixed;}
.list { width:100%; border:1px solid #e0e1db; }
.list thead tr th { width:10px; padding:8px !important; }
.list thead tr th div { white-space:nowrap; margin:0;}
.list thead tr th.wide { width:100%; }
.list thead tr th.half_wide { width:50%; }
.list tbody tr td { white-space:normal; padding:5px; }
.list tbody tr td.nowrap { white-space:nowrap !important; }
.list tr:first-child td, .list tr.first-child td { border-top:1px solid #e0e1db; white-space:nowrap;}
.list tr.bg1 { background:#ffffff}
.list tr.bg2 { background:#fbfbfb;}
.list th { color:#3e3f3e; font-weight:white; border-bottom:1px solid #ffffff; padding:.5em .2em .5em .2em; background:#ffffff url(../images/common/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
.list th { color:#3e3f3e; font-weight:white; border-bottom:1px solid #ffffff; background:#ffffff url(../images/common/lineBoardListTh.gif) no-repeat left bottom; white-space:nowrap;}
.list th a { color:#3e3f3e;}
.list th:first-child, .list th.first-child { background-position:-3px bottom; border-left:1px solid #ffffff;}
.list th.check { padding:0;}
.list th select, .list th input { vertical-align:middle;}
.list td { border-top:1px solid #eff0ed; padding:.5em; text-align:center; height:35px;}
.list td { border-top:1px solid #eff0ed; }
.list td.registDate { font:.8em Tahoma; color:#999999; text-align:center;}
.list td.num { font:.8em Tahoma; color:#999999; text-align:center;}
.list td.check { text-align:center;}

View file

@ -9,17 +9,11 @@
<!-- 목록 -->
<table cellspacing="0" class="list">
<col width="50" />
<col />
<col width="50" />
<col width="50" />
<col width="80" />
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col">
<div class="nowrap tLeft">
&nbsp;
<th scope="col"><div>{$lang->no}</div></th>
<th scope="col" class="wide">
<div>
<select name="module_srl" class="mid_list" id="selected_module_srl">
<option value="">{$lang->total}</option>
<!--@foreach($mid_list as $key => $val)-->
@ -28,9 +22,9 @@
</select><a href="#" onclick="location.href=current_url.setQuery('selected_module_srl',xGetElementById('selected_module_srl').options[xGetElementById('selected_module_srl').selectedIndex].value);return false;"><img src="./images/button_go.gif" border="0" alt="" class="button_go" /></a>
</div>
</th>
<th scope="col">{$lang->readed_count}</th>
<th scope="col">{$lang->voted_count}</th>
<th scope="col">{$lang->date}</th>
<th scope="col"><div>{$lang->readed_count}</div></th>
<th scope="col"><div>{$lang->voted_count}</div></th>
<th scope="col"><div>{$lang->date}</div></th>
</tr>
</thead>
<tbody>

View file

@ -9,14 +9,11 @@
<!-- 목록 -->
<table cellspacing="0" class="list">
<col width="120" />
<col />
<col width="100" />
<thead>
<tr>
<th scope="col">{$lang->date}</th>
<th scope="col">{$lang->title}</th>
<th scope="col">{$lang->cmd_delete}</th>
<th scope="col"><div>{$lang->date}</th>
<th scope="col" class="wide"><div>{$lang->title}</th>
<th scope="col"><div>{$lang->cmd_delete}</th>
</tr>
</thead>
<tbody>

View file

@ -9,18 +9,13 @@
<!-- 목록 -->
<table cellspacing="0" class="list">
<col width="80" />
<col />
<col width="120" />
<col width="100" />
<col width="100" />
<thead>
<tr>
<th scope="col">{$lang->no}</th>
<th scope="col">{$lang->title}</th>
<th scope="col">{$lang->writer}</th>
<th scope="col">{$lang->date}</th>
<th scope="col">{$lang->cmd_delete}</th>
<th scope="col"><div>{$lang->no}</div></th>
<th scope="col" class="wide"><div>{$lang->title}</div></th>
<th scope="col"><div>{$lang->writer}</div></th>
<th scope="col"><div>{$lang->date}</div></th>
<th scope="col"><div>{$lang->cmd_delete}</div></th>
</tr>
</thead>
<tbody>