mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 00:59:58 +09:00
최근 이미지 추출시 대상 모듈들의 문서별 이미지 1개씩만을 대상으로 하여 데이터 추출하도록 변경. 기본 스킨에 작성자 닉네임 표시하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/trunk@2076 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
87727ec117
commit
f7e29bb654
6 changed files with 54 additions and 15 deletions
|
|
@ -2,6 +2,5 @@
|
|||
.ni_box .ni_item { float:left; margin:3px; list-style:none; text-align:center;}
|
||||
.ni_box .ni_item a { color:#444444; text-decoration:none; }
|
||||
.ni_box .ni_item a:visited { color:#AAAAAA; text-decoration:none; }
|
||||
.ni_box .ni_item a:hover { font-weight:bold; letter-spacing:-1px; }
|
||||
.ni_box .ni_item img { padding:5px; }
|
||||
.ni_box .ni_item img:hover { border:1px solid #888888; padding:4px;}
|
||||
.ni_box .ni_item .thumbnail { border:1px solid #DDDDDD; padding:4px; }
|
||||
.ni_box .ni_item .thumbnail:hover { border:1px solid #888888; padding:4px;}
|
||||
|
|
|
|||
|
|
@ -13,12 +13,13 @@
|
|||
|
||||
<li class="ni_item">
|
||||
<!--@if($oDocument->thumbnailExists($widget_info->thumbnail_width))-->
|
||||
<a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width)}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_width}" border="0" alt="" /></a>
|
||||
<a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width)}" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_width}" border="0" alt="" class="thumbnail" /></a>
|
||||
<!--@else-->
|
||||
<img src="./images/blank.gif" border="0" width="{$widget_info->thumbnail_width}" height="{$widget_info->thumbnail_width}" />
|
||||
<!--@end-->
|
||||
|
||||
<br /><a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->title_length)}</a>
|
||||
<div><a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitleText($widget_info->title_length)}</a></div>
|
||||
<div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
</li>
|
||||
|
||||
{@ $count++}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue