mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10883 201d5d3c-b55e-5fd7-737f-ddc643e51545
45 lines
1.5 KiB
HTML
45 lines
1.5 KiB
HTML
<!--@if($widget_info->modules_info && count($widget_info->modules_info)==1)-->
|
|
{@$__module_info=$widget_info->modules_info;}
|
|
{@$__module_info=array_pop($__module_info);}
|
|
<div class="hx h2">
|
|
<h2>{$__module_info->browser_title}</h2>
|
|
</div>
|
|
<!--@end-->
|
|
|
|
<ul class="lt">
|
|
<!--@foreach($widget_info->content_items as $key => $item)-->
|
|
<li>
|
|
<a href="{$item->getLink()}">
|
|
<!--@for($j=0,$c=count($widget_info->option_view_arr);$j<$c;$j++)-->
|
|
<!--@if($widget_info->option_view_arr[$j]=='title')-->
|
|
<span class="title">
|
|
<!--@if(!$__module_info && $widget_info->show_browser_title=='Y' && $item->getBrowserTitle())-->
|
|
{$item->getBrowserTitle()} ›
|
|
<!--@end-->
|
|
|
|
<!--@if($widget_info->show_category=='Y' && $item->getCategory())-->
|
|
{$item->getCategory()} ›
|
|
<!--@end-->
|
|
|
|
<strong>{$item->getTitle($widget_info->subject_cut_size)}</strong>
|
|
|
|
<!--@if($widget_info->show_comment_count=='Y' && $item->getCommentCount())-->
|
|
<em title="Replies">[{$item->getCommentCount()}]</em>
|
|
<!--@end-->
|
|
|
|
<!--@if($widget_info->show_trackback_count=='Y' && $item->getTrackbackCount())-->
|
|
<em title="Trackbacks">[{$item->getTrackbackCount()}]</em>
|
|
<!--@end-->
|
|
</span>
|
|
|
|
<!--@else if($widget_info->option_view_arr[$j]=='nickname')-->
|
|
<span class="auth">
|
|
<strong>{$item->getNickName()}</strong>
|
|
<span class="time">{$item->getRegdate("Y-m-d H:i")}</span>
|
|
</span>
|
|
<!--@end-->
|
|
<!--@end-->
|
|
</a>
|
|
</li>
|
|
<!--@end-->
|
|
</ul>
|