mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1507 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ee4cc5e3b8
commit
0ae6491f08
3 changed files with 3 additions and 4 deletions
|
|
@ -16,7 +16,7 @@
|
|||
<div class="document_box">
|
||||
<!--@foreach($plugin_info->document_list as $val)-->
|
||||
<div class="document">
|
||||
<a href="{getUrl('','document_srl',$val->document_srl,'comment_count', $val->comment_count)}">{$val->title}</a>
|
||||
<a href="{getUrl('','document_srl',$val->document_srl,'comment_count', $val->comment_count)}">{cut_str($val->title,20)}</a>
|
||||
<!--@if($val->comment_count)-->
|
||||
<span class="comment"><a href="{getUrl('','document_srl',$val->document_srl)}#comment_top_{$val->document_srl}">*{$val->comment_count}</a></span>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
<!--@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>
|
||||
<a href="{getUrl('','document_srl',$val->document_srl,'comment_count', $val->comment_count)}">{cut_str($val->title,20)}</a>
|
||||
<!--@if($val->comment_count)-->
|
||||
<span class="comment"><a href="{getUrl('','document_srl',$val->document_srl)}#comment_top_{$val->document_srl}">( {$val->comment_count} )</a></span>
|
||||
<!--@end-->
|
||||
|
|
|
|||
|
|
@ -22,11 +22,10 @@
|
|||
padding:5px;
|
||||
clear:both;
|
||||
border:3px solid #EEEEEE;
|
||||
overflow:hidden;
|
||||
}
|
||||
|
||||
.tag_list_normal .tag_list_box .tag {
|
||||
float:left;
|
||||
display:inline;
|
||||
margin-right:5px;
|
||||
color:#AAAAAA;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue