mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1735 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9b66e61720
commit
d0d26d1bd6
3 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.8em .5em .5em .5em; background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom;}
|
||||
.boardList th a { color:#3e3f3e;}
|
||||
.boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; padding:0;}
|
||||
.boardList th.category { padding:0 .2em 0 .5em;}
|
||||
.boardList th.category { padding:0 .2em 0 .5em; white-space:nowrap;}
|
||||
.boardList th.category.thumbStyle { background-position:-3px bottom !important; border-left:1px solid #ffffff; text-align:left;}
|
||||
.boardList th.category select { width:7em; }
|
||||
.boardList th.title {}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardList th { color:#3e3f3e; font-weight:normal; border-bottom:1px solid #ffffff; padding:.8em .5em .5em .5em; background:#ffffff url(../images/white/lineBoardListTh.gif) no-repeat left bottom;}
|
||||
.boardList th a { color:#3e3f3e;}
|
||||
.boardList th.num { background-position:-3px bottom; border-left:1px solid #ffffff; padding:0;}
|
||||
.boardList th.category { padding:0 .2em 0 .5em;}
|
||||
.boardList th.category { padding:0 .2em 0 .5em; white-space:nowrap;}
|
||||
.boardList th.category.thumbStyle { background-position:-3px bottom !important; border-left:1px solid #ffffff; text-align:left;}
|
||||
.boardList th.category select { width:7em; }
|
||||
.boardList th.title {}
|
||||
|
|
|
|||
|
|
@ -104,9 +104,6 @@
|
|||
<!--@end-->
|
||||
|
||||
<td rowspan="2" class="thumb">
|
||||
<!--@if($grant->is_admin)-->
|
||||
<input type="checkbox" value="{$document->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$document->document_srl])-->checked="true"<!--@end--> />
|
||||
<!--@end-->
|
||||
<!--@if($module_info->display_thumnail=='Y' && $document->thumbnailExists(100))-->
|
||||
<a href="{getUrl('','document_srl',$document->document_srl)}" class="thumbnailMedium"><img src="{$document->getThumbnail(100)}" border="0" alt="" /></a>
|
||||
<!--@else-->
|
||||
|
|
@ -115,6 +112,9 @@
|
|||
</td>
|
||||
|
||||
<td class="title bold">
|
||||
<!--@if($grant->is_admin)-->
|
||||
<input type="checkbox" value="{$document->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$document->document_srl])-->checked="true"<!--@end--> />
|
||||
<!--@end-->
|
||||
<!--@if($grant->view)-->
|
||||
<!--@if($search_target && $search_keyword)-->
|
||||
<a href="#" onclick="winopen('{getUrl('','document_srl',$document->document_srl)}','viewDocument');return false;">{$document->getTitleText($module_info->subject_cut_size)}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue