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

This commit is contained in:
zero 2007-04-20 08:33:48 +00:00
parent 4a570c091a
commit 45f679a9ad
3 changed files with 57 additions and 42 deletions

View file

@ -2,10 +2,14 @@
<!-- 목록 -->
<div>
<!--@foreach($document_list as $no => $document)-->
<!--@if($document && $grant->list)-->
<!--#include("./view_document.html")-->
<!--@if($document_list)-->
<!--@foreach($document_list as $no => $document)-->
<!--@if($document && $grant->list)-->
<!--#include("./view_document.html")-->
<!--@end-->
<!--@end-->
<!--@else-->
{$lang->no_documents}
<!--@end-->
</div>