git-svn-id: http://xe-core.googlecode.com/svn/trunk@1595 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-12 01:03:48 +00:00
parent 6377a7cdba
commit 7863a3b3ec
10 changed files with 48 additions and 47 deletions

View file

@ -16,7 +16,7 @@
<div class="comment_box">
<!--@foreach($plugin_info->comment_list as $val)-->
<div class="comment">
<a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{cut_str(strip_tags($val->content),13,'...')}</a>
<a href="{getUrl('','document_srl',$val->document_srl)}#comment_{$val->comment_srl}">{htmlspecialchars(cut_str(strip_tags($val->content),13,'...'))}</a>
<!--@if($val->member_srl)-->
<span class="member_{$val->member_srl} writer">{$val->nick_name}</span>
<!--@else-->

View file

@ -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)}#{$val->comment_count}">{cut_str($val->title,20)}</a>
<a href="{getUrl('','document_srl',$val->document_srl)}#{$val->comment_count}">{htmlspecialchars(cut_str($val->title,20))}</a>
<!--@if($val->comment_count)-->
&nbsp;<span class="comment"><a href="{getUrl('','document_srl',$val->document_srl)}#comment_top_{$val->document_srl}">*{$val->comment_count}</a></span>
<!--@end-->

View file

@ -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)}#{$val->comment_count}">{cut_str($val->title,20)}</a>
<a href="{getUrl('','document_srl',$val->document_srl)}#{$val->comment_count}">{htmlspecialchars(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-->