list.html에서지우니 오전처럼 홈피가 안뜨구요 <!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--@if($colorset=="normal"||!$colorset)--> <!--%import("css/normal.css")--><!--@end-->
<div class="ni_box"> <!--@if($widget_info->title)--> <h2>{$widget_info->title}</h2>이부분을 지웠거든요 <!--@end-->
<!--@if(count($widget_info->document_list))--> <div> <table class="thumbnail_box"> {@ $count = 0; } <!--@for($i=0;$i<$widget_info->rows_list_count;$i++)--> <tr valign="top"> <!--@for($j=0;$j<$widget_info->cols_list_count;$j++)--> {@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]} <td <!--@if($widget_info->rows_list_count>1)-->class="bottomBorder"<!--@end-->> <!--@if($oDocument->document_srl)--> <div class="thumbnail"><a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" border="0" alt="" class="thumbnail" /></a></div>
<div class="title"> <a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->title_length)}</a> <!--@if($oDocument->getCommentCount())--><strong>[{$oDocument->getCommentCount()}]</strong><!--@end--> </div> <!--@if($widget_info->display_author == 'Y')--> <div class="author"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></div> <!--@end-->
<!--@if($widget_info->display_regdate == 'Y')--> <div class="regdate">{$oDocument->getRegdate()}</div> <!--@end-->
<!--@if($widget_info->display_readed_count == 'Y' || $widget_info->display_voted_count == 'Y' )--> <div class="readAndVoted"> <!--@if($widget_info->display_readed_count == 'Y')-->
{$lang->readed_count} {$oDocument->get('readed_count')}
<!--@end-->
<!--@if($widget_info->display_voted_count == 'Y' && $oDocument->get('voted_count')>0 )-->
<!--@if($widget_info->display_readed_count == 'Y')--><br /><!--@end-->
{$lang->voted_count} <strong>{$oDocument->get('voted_count')}</strong>
<!--@end--> </div> <!--@end--> <!--@end-->
</td> <!--@end--> <!--@for($k=$j;$k<$widget_info->cols_list_count;$k++)--><td> </td><!--@end--> </tr> <!--@end--> </table> <!--@end--> </div>
<!--@if($widget_info->module_name && $widget_info->title)--> <a href="{getUrl('','mid',$widget_info->module_name)}" class="more">more</a> <!--@end--></div>skin.xml에는타이틀문구가 여러개라 어렵요 이젠더이상 업그래이 안할랍니다 이번만 부탁드림니다 <title xml:lang="ko">최신 이미지 위젯 기본 스킨</title> <title xml:lang="jp">最新イメージ表示のデフォルトスキン</title> <title xml:lang="zh-CN">官方网站图片列表皮肤</title> <title xml:lang="en">Newest Image Widget Default Skin</title>
list.html에서지우니 오전처럼 홈피가 안뜨구요
<!-- 설정된 컬러셋의 종류에 따라서 css파일을 import 합니다 -->
<!--@if($colorset=="normal"||!$colorset)-->
<!--%import("css/normal.css")-->
<!--@end-->
<div class="ni_box">
<!--@if($widget_info->title)-->
<h2>{$widget_info->title}</h2>이부분을 지웠거든요
<!--@end-->
<!--@if(count($widget_info->document_list))-->
<div>
<table class="thumbnail_box">
{@ $count = 0; }
<!--@for($i=0;$i<$widget_info->rows_list_count;$i++)-->
<tr valign="top">
<!--@for($j=0;$j<$widget_info->cols_list_count;$j++)-->
{@ $oDocument = $widget_info->document_list[$i*$widget_info->cols_list_count + $j]}
<td <!--@if($widget_info->rows_list_count>1)-->class="bottomBorder"<!--@end-->>
<!--@if($oDocument->document_srl)-->
<div class="thumbnail"><a href="{getUrl('','document_srl',$oDocument->document_srl)}"><img src="{$oDocument->getThumbnail($widget_info->thumbnail_width,$widget_info->thumbnail_height,$widget_info->thumbnail_type)}" border="0" alt="" class="thumbnail" /></a></div>
<div class="title">
<a href="{$oDocument->getPermanentUrl()}#{$oDocument->getCommentCount()}">{$oDocument->getTitle($widget_info->title_length)}</a>
<!--@if($oDocument->getCommentCount())--><strong>[{$oDocument->getCommentCount()}]</strong><!--@end-->
</div>
<!--@if($widget_info->display_author == 'Y')-->
<div class="author"><div class="member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div></div>
<!--@end-->
<!--@if($widget_info->display_regdate == 'Y')-->
<div class="regdate">{$oDocument->getRegdate()}</div>
<!--@end-->
<!--@if($widget_info->display_readed_count == 'Y' || $widget_info->display_voted_count == 'Y' )-->
<div class="readAndVoted">
<!--@if($widget_info->display_readed_count == 'Y')-->
{$lang->readed_count} {$oDocument->get('readed_count')}
<!--@end-->
<!--@if($widget_info->display_voted_count == 'Y' && $oDocument->get('voted_count')>0 )-->
<!--@if($widget_info->display_readed_count == 'Y')--><br /><!--@end-->
{$lang->voted_count} <strong>{$oDocument->get('voted_count')}</strong>
<!--@end-->
</div>
<!--@end-->
<!--@end-->
</td>
<!--@end-->
<!--@for($k=$j;$k<$widget_info->cols_list_count;$k++)--><td> </td><!--@end-->
</tr>
<!--@end-->
</table>
<!--@end-->
</div>
<!--@if($widget_info->module_name && $widget_info->title)-->
<a href="{getUrl('','mid',$widget_info->module_name)}" class="more">more</a>
<!--@end-->
</div>
skin.xml에는
타이틀문구가 여러개라 어렵요 이젠더이상 업그래이 안할랍니다
이번만 부탁드림니다
<title xml:lang="ko">최신 이미지 위젯 기본 스킨</title>
<title xml:lang="jp">最新イメージ表示のデフォルトスキン</title>
<title xml:lang="zh-CN">官方网站图片列表皮肤</title>
<title xml:lang="en">Newest Image Widget Default Skin</title>