mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 18:29:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1045 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e543d58f81
commit
a5bfca05be
8 changed files with 21 additions and 18 deletions
|
|
@ -8,16 +8,16 @@
|
|||
|
||||
<!--@end-->
|
||||
|
||||
<div class="newest_document_default_{$colorset}">
|
||||
<div class="newest_document_default_{$colorset}" style="width:{$plugin_info->width}px">
|
||||
<div class="newest_document_default_box">
|
||||
<div class="title_box">
|
||||
<div class="title">{$title}</div>
|
||||
<div class="title">{$plugin_info->title}</div>
|
||||
<!--@if($module_name)-->
|
||||
<div class="more"><a href="{getUrl('','mid',$module_name)}">more</a></div>
|
||||
<div class="more"><a href="{getUrl('','mid',$plugin_info->module_name)}">more</a></div>
|
||||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@foreach($document_list as $val)-->
|
||||
<!--@foreach($plugin_info->document_list as $val)-->
|
||||
<div class="document_box">
|
||||
<div class="document">
|
||||
<a href="{getUrl('','document_srl',$val->document_srl,'comment_count', $val->comment_count)}">{$val->title}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue