최근 이미지 추출시 대상 모듈들의 문서별 이미지 1개씩만을 대상으로 하여 데이터 추출하도록 변경. 기본 스킨에 작성자 닉네임 표시하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/trunk@2076 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-07-30 04:05:51 +00:00
parent 87727ec117
commit f7e29bb654
6 changed files with 54 additions and 15 deletions

View file

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