mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
Planet UI Debugging
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4964 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3ad2069f34
commit
177780fa22
10 changed files with 188 additions and 186 deletions
|
|
@ -1,3 +1,15 @@
|
|||
<!--@if($page_navigation->total_page>1)-->
|
||||
<div class="pagination">
|
||||
<!--@if($page_navigation->cur_page<$page_navigation->last_page)-->
|
||||
<a href="{getUrl('page',$page_navigation->cur_page+1)}" class="prev">{$lang->cmd_prev}</a>
|
||||
<!--@end-->
|
||||
<!--@if($page_navigation->cur_page>1)-->
|
||||
<a href="{getUrl('page',$page_navigation->cur_page-1)}" class="next">{$lang->cmd_next}</a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
||||
<!--@foreach($content_list as $no => $item)-->
|
||||
<div id="commentBody:{$item->get('document_srl')}" class="commentBody <!--@if($planet->getMid() == $item->getPlanetMid())-->myPlanet<!--@end-->">
|
||||
<!--// Original Text -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue