mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 09:09:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1375 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e2b8651986
commit
99b2ff6f62
4 changed files with 36 additions and 5 deletions
|
|
@ -2,11 +2,29 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<div style="margin-bottom:20px;">
|
||||
<!--@if($document_list)-->
|
||||
|
||||
<!-- 검색된 글 목록이 있고 권한이 있을 경우 출력 -->
|
||||
<!--@if($document_list && $grant->list)-->
|
||||
<!--@foreach($document_list as $no => $document)-->
|
||||
<!--@if($document && $grant->list)-->
|
||||
|
||||
<!-- 검색어가 사용되었을 경우 목록형태로 출력 -->
|
||||
<!--@if($search_target && $search_keyword)-->
|
||||
<div>
|
||||
<!-- 일자, 제목 출력-->
|
||||
[{zdate($document->regdate, "Y-m-d")}] <a href="#" onclick="winopen('./?document_srl={$document->document_srl}');return false;">{$document->title}</a>
|
||||
|
||||
<!-- 댓글이 있으면 댓글의 수 출력 -->
|
||||
<!--@if($document->comment_count)-->({number_format($document->comment_count)})<!--@end-->
|
||||
|
||||
<!-- 엮인글이 있으면 엮인글의 수 출력 -->
|
||||
<!--@if($document->trackback_count)-->({number_format($document->trackback_count)})<!--@end-->
|
||||
</div>
|
||||
|
||||
<!-- 검색어가 없다면 내용을 바로 출력 -->
|
||||
<!--@else-->
|
||||
<!--#include("./view_document.html")-->
|
||||
<!--@end-->
|
||||
|
||||
<!--@end-->
|
||||
<!--@else-->
|
||||
{$lang->no_documents}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue