mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
Clean up integration_search default skin
This commit is contained in:
parent
9175d51bd5
commit
9fae527d3f
9 changed files with 20 additions and 67 deletions
|
|
@ -9,7 +9,7 @@
|
|||
</ul>
|
||||
|
||||
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">
|
||||
{$lang->msg_no_result}
|
||||
<!--@if($last_division)-->
|
||||
|
|
@ -37,10 +37,10 @@
|
|||
|
||||
<!--@if($where == 'document' && $output->page_navigation)-->
|
||||
<div class="pagination a1">
|
||||
<a href="{getAutoEncodedUrl('page','')}" class="prevEnd">{$lang->first_page}</a>
|
||||
<a href="{getAutoEncodedUrl('page','')}" class="prevEnd">{$lang->first_page}</a>
|
||||
<!--@while($page_no = $output->page_navigation->getNextPage())-->
|
||||
<!--@if($page == $page_no)-->
|
||||
<strong>{$page_no}</strong>
|
||||
<strong>{$page_no}</strong>
|
||||
<!--@else-->
|
||||
<a href="{getAutoEncodedUrl('page',$page_no)}">{$page_no}</a>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue