mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
게시판 기본 스킨인 xe_board의 목록 테이블 CSS 변경
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4528 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c97dca5fda
commit
c01a95b242
4 changed files with 47 additions and 51 deletions
|
|
@ -140,7 +140,12 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardSubMenu img.sort { vertical-align:middle; }
|
||||
|
||||
/* list */
|
||||
.boardList { width:100%; border:1px solid #e0e1db; border-top:none; table-layout:fixed;}
|
||||
.boardList { width:100%; border:1px solid #e0e1db; border-top:none; overflow:hidden; }
|
||||
|
||||
.boardList thead tr th div { white-space:nowrap; margin:0 5px; }
|
||||
.boardList thead tr th.title , .boardList thead tr th.category, .boardList thead tr th.topic { width:100%; }
|
||||
.boardList tbody td { white-space:nowrap; border-bottom:1px solid #EEEEEE; }
|
||||
|
||||
.boardListNoTopBorder { border:none; }
|
||||
.boardList th { color:#3e3f3e; font-weight:normal; border-top:1px solid #e0e1db; border-bottom:1px solid #ffffff; white-space:nowrap; padding-top:5px; height:28px; overflow:hidden;}
|
||||
html:not([lang*=""]) .boardList th { height:33px; }
|
||||
|
|
|
|||
|
|
@ -2,23 +2,17 @@
|
|||
<form action="./" method="get">
|
||||
|
||||
<table cellspacing="0" summary="" class="boardList">
|
||||
<!--@if($grant->is_admin)--><col width="30" /><!--@end-->
|
||||
<col />
|
||||
<col width="70" />
|
||||
<col width="70" />
|
||||
<col width="160" />
|
||||
|
||||
<thead>
|
||||
{@ $no_line_class = " no_line" }
|
||||
<tr>
|
||||
<!--@if($grant->is_admin)-->
|
||||
<th scope="col" class="checkbox{$no_line_class}">
|
||||
<th scope="col" class="checkbox{$no_line_class}"><div>
|
||||
<input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" />
|
||||
</th>
|
||||
</div></th>
|
||||
{@ $no_line_class=""}
|
||||
<!--@end-->
|
||||
|
||||
<th scope="col" class="topic{$no_line_class}">
|
||||
<th scope="col" class="topic{$no_line_class}"><div>
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<!--// 카테고리 사용시 카테고리 선택 표시 -->
|
||||
|
|
@ -36,19 +30,19 @@
|
|||
{$lang->topic}
|
||||
|
||||
<!--@end-->
|
||||
</th>
|
||||
</div></th>
|
||||
|
||||
<th class="reading" scope="col">
|
||||
<th class="reading" scope="col"><div>
|
||||
<a href="{getUrl('sort_index','comment_count','order_type',$order_type)}">{$lang->replies}<!--@if($sort_index=='comment_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a>
|
||||
</th>
|
||||
</div></th>
|
||||
|
||||
<th class="reading" scope="col">
|
||||
<th class="reading" scope="col"><div>
|
||||
<a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a>
|
||||
</th>
|
||||
</div></th>
|
||||
|
||||
<th scope="col" class="date">
|
||||
<th scope="col" class="date"><div>
|
||||
<a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_post}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a>
|
||||
</th>
|
||||
</div></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,26 +1,25 @@
|
|||
<!-- 목록 출력 -->
|
||||
{@ $_col_count = 1; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++}<!--@end-->
|
||||
|
||||
<form action="./" method="get">
|
||||
|
||||
<table cellspacing="0" summary="" class="boardList">
|
||||
<!--@if($module_info->display_number!='N')--><col width="80" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
|
||||
<col />
|
||||
<!--@if($module_info->display_author!='N')--><col width="120" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><col width="70" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><col width="70" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><col width="90" />{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')--><col width="90" />{@ $_col_count++}<!--@end-->
|
||||
|
||||
<!--@if($_col_count>1)-->
|
||||
<thead>
|
||||
{@ $no_line_class = " no_line" }
|
||||
<tr>
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}"><div>{$lang->no}</div></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<th scope="col" class="<!--@if($module_info->use_category == 'Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">
|
||||
<th scope="col" class="<!--@if($module_info->use_category == 'Y')-->category<!--@else-->title<!--@end-->{$no_line_class}"><div>
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<!--// 카테고리 사용시 카테고리 선택 표시 -->
|
||||
|
|
@ -34,17 +33,17 @@
|
|||
<!--@else-->
|
||||
{$lang->title}
|
||||
<!--@end-->
|
||||
</th>
|
||||
</div></th>
|
||||
|
||||
<!--@if($module_info->display_author!='N')--><th class="author" scope="col">{$lang->writer}</th><!--@end-->
|
||||
<!--@if($module_info->display_author!='N')--><th class="author" scope="col"><div>{$lang->writer}</div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><div><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><div><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col" class="date"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col" class="date"><div><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col" class="date"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col" class="date"><div><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
</tr>
|
||||
</thead>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -1,26 +1,24 @@
|
|||
<!-- 목록 출력 -->
|
||||
<form action="./" method="get">
|
||||
{@ $_col_count = 2; }
|
||||
<!--@if($module_info->display_number!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($grant->is_admin)-->{@ $_col_count++}<!--@end-->
|
||||
<!--@if($module_info->display_author!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')-->{@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')-->{@ $_col_count++ }<!--@end-->
|
||||
|
||||
<table cellspacing="0" summary="" class="boardList">
|
||||
<!--@if($module_info->display_number!='N')--><col width="80" /> {@ $_col_count++ }<!--@end-->
|
||||
<!--@if($grant->is_admin)--><col width="30" />{@ $_col_count++}<!--@end-->
|
||||
<col width="{$module_info->thumbnail_width+20}" />
|
||||
<col />
|
||||
<!--@if($module_info->display_author!='N')--><col width="120" /> {@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><col width="60" /> {@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><col width="60" /> {@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><col width="80" /> {@ $_col_count++ }<!--@end-->
|
||||
<!--@if($module_info->display_last_update == 'Y')--><col width="90" /> {@ $_col_count++ }<!--@end-->
|
||||
<!--@if($_col_count>2)-->
|
||||
<thead>
|
||||
{@ $no_line_class = " no_line" }
|
||||
<tr>
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}">{$lang->no}</th>{@ $no_line_class=""}<!--@end-->
|
||||
<!--@if($module_info->display_number!='N')--><th scope="col" class="num{$no_line_class}"><div>{$lang->no}</div></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<!--@if($grant->is_admin)--><th scope="col" class="checkbox{$no_line_class}"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>{@ $no_line_class=""}<!--@end-->
|
||||
|
||||
<th scope="col" colspan="2" class="<!--@if($module_info->use_category=='Y')-->category<!--@else-->title<!--@end-->{$no_line_class}">
|
||||
<th scope="col" colspan="2" class="<!--@if($module_info->use_category=='Y')-->category<!--@else-->title<!--@end-->{$no_line_class}"><div>
|
||||
|
||||
<!--@if($module_info->use_category == "Y")-->
|
||||
<select name="category" id="board_category">
|
||||
|
|
@ -33,16 +31,16 @@
|
|||
<!--@else-->
|
||||
{$lang->title}
|
||||
<!--@end-->
|
||||
</th>
|
||||
<!--@if($module_info->display_author!='N')--><th class="author" scope="col">{$lang->writer}</th><!--@end-->
|
||||
</div></th>
|
||||
<!--@if($module_info->display_author!='N')--><th class="author" scope="col"><div>{$lang->writer}</div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_readed_count!='N')--><th class="reading" scope="col"><div><a href="{getUrl('sort_index','readed_count','order_type',$order_type)}">{$lang->readed_count}<!--@if($sort_index=='readed_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_voted_count!='N')--><th class="recommend" scope="col"><div><a href="{getUrl('sort_index','voted_count','order_type',$order_type)}">{$lang->voted_count}<!--@if($sort_index=='voted_count')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col" class="date"><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_regdate != 'N')--><th scope="col" class="date"><div><a href="{getUrl('sort_index','regdate','order_type',$order_type)}">{$lang->date}<!--@if($sort_index=='regdate')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col" class="date"><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></th><!--@end-->
|
||||
<!--@if($module_info->display_last_update=='Y')--><th scope="col" class="date"><div><a href="{getUrl('sort_index','last_update','order_type',$order_type)}">{$lang->last_update}<!--@if($sort_index=='last_update')--><img src="./images/common/{$order_icon}" alt="" width="5" height="3" class="sort" /><!--@end--></a></div></th><!--@end-->
|
||||
</tr>
|
||||
</thead>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue