mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 09:39:58 +09:00
ë¸ë¡ê·¸ëª¨ëìì í¹ì ê¸ì´ í¸ì¶ë ê²½ì° ëª©ë¡ ì²ë¦¬ë¥¼ íì§ ìê³ í´ë¹ ê¸ë§ ë³´ì´ëë¡ í¨
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3026 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
877d230c95
commit
69c15ee1f0
2 changed files with 53 additions and 51 deletions
|
|
@ -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-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue