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

This commit is contained in:
zero 2007-04-13 02:53:36 +00:00
parent 6d6d6c5b8b
commit c2117c1a16
34 changed files with 122 additions and 133 deletions

View file

@ -44,10 +44,11 @@
<!--@if($grant->is_admin == 'Y')-->
<input type="checkbox" value="{$val->document_srl}" onclick="doAddCart('{$mid}',this)" <!--@if($check_list[$val->document_srl])-->checked="true"<!--@end--> />
<!--@end-->
<!--@if($grant->view)-->
<a href="{getUrl('document_srl',$val->document_srl)}">{$val->title}</a>
<a href="{getUrl('document_srl',$val->document_srl)}">{htmlspecialchars($val->title)}</a>
<!--@else-->
{$val->title}
{htmlspecialchars($val->title)}
<!--@end-->
<!--@if($val->comment_count>0)-->