mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5830 201d5d3c-b55e-5fd7-737f-ddc643e51545
40 lines
1.8 KiB
HTML
40 lines
1.8 KiB
HTML
<!--@if($colorset == "black" || $colorset == "white")-->
|
|
<!--%import("./css/widget.css")-->
|
|
<!--@end-->
|
|
|
|
<div class="widgetContainer<!--@if($colorset=="black")--> black<!--@end-->">
|
|
<table class="widgetTableC" border="1" cellspacing="0">
|
|
<tbody>
|
|
<!--@foreach($widget_info->modules as $val)-->
|
|
<tr>
|
|
<td class="docNum">
|
|
<em>{number_format($val->document_count)}</em>
|
|
</td>
|
|
<td class="title">
|
|
<dl>
|
|
<dt><a href="{getSiteUrl($val->domain,'','mid',$val->mid)}">{$val->title}</a></dt>
|
|
<dd>{$val->description}</dd>
|
|
</dl>
|
|
</td>
|
|
<td class="lastDoc">
|
|
<!--@if($val->last_item)-->
|
|
<p>
|
|
<!--@if($val->last_item->content_type == 'comment')-->
|
|
<a href="{getSiteUrl($val->domain,'','document_srl',$val->last_item->document_srl)}#comment_{$val->last_item->comment_srl}">{cut_str(strip_tags($val->last_item->content),26,'...')}</a>
|
|
<!--@else-->
|
|
<a href="{getSiteUrl($val->domain,'','document_srl',$val->last_item->document_srl)}">{cut_str(strip_tags($val->last_item->title),26,'...')}</a>
|
|
<!--@end-->
|
|
|
|
<!--@if($val->is_new)--><img src="./img/new.gif" alt="New" width="9" height="9" /><!--@end--></p>
|
|
<a href="#" class="author member_{$val->last_item->member_srl}">{$val->last_item->nick_name}</a> <span class="time"><span class="date">{zdate($val->last_item->regdate,"Y-m-d")}</span> <span class="hour">{zdate($val->last_item->regdate,"H:i")}</span></span>
|
|
<!--@else-->
|
|
|
|
<!--@end-->
|
|
</td>
|
|
</tr>
|
|
<!--@end-->
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|