블로그모듈에서 특정 글이 호출될 경우 목록 처리를 하지 않고 해당 글만 보이도록 함

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3026 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-11-20 07:12:23 +00:00
parent 877d230c95
commit 69c15ee1f0
2 changed files with 53 additions and 51 deletions

View file

@ -1,6 +1,11 @@
<!-- 검색된 글 목록이 있고 권한이 있을 경우 출력 -->
<!--@if($document_list && $grant->list)-->
<!--@if($grant->list)-->
<!--@if($oDocument->isExists())-->
<!--#include("./view_document.html")-->
<!--@end-->
<!--@if($document_list)-->
<!--@if($search_keyword)-->
<!-- 검색어가 사용되었을 경우 목록형태로 출력 -->
<!--#include("./style.list.html")-->
@ -11,10 +16,8 @@
<!--#include("./view_document.html")-->
<!--@end-->
<!--@end-->
<!--@end-->
<!-- 페이지 네비게이션 -->
<!-- 페이지 네비게이션 -->
<div class="pageNavigation">
<a href="{getUrl('page','','document_srl','')}" class="goToFirst"><img src="./images/common/bottomGotoFirst.gif" alt="{$lang->first_page}" width="7" height="5" /></a>
<!--@while($page_no = $page_navigation->getNextPage())-->
@ -26,3 +29,5 @@
<!--@end-->
<a href="{getUrl('page',$page_navigation->last_page,'document_srl','')}" class="goToLast"><img src="./images/common/bottomGotoLast.gif" alt="{$lang->last_page}" width="7" height="5" /></a>
</div>
<!--@end-->
<!--@end-->