mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 15:49:57 +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
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
<h3 class="subTitle">{$lang->multimedia} <span>({number_format($output->total_count)})</span></h3>
|
||||
|
||||
<!--@if(!count($output->data))-->
|
||||
<!--@if(!$output->data)-->
|
||||
<span class="noResult">{$lang->msg_no_result}</span>
|
||||
<!--@else-->
|
||||
<ul class="searchResult">
|
||||
<!--@foreach($output->data as $no => $image)-->
|
||||
<li>
|
||||
<li>
|
||||
<a href="{$image->url}" target="_blank">{$image->src}</a>
|
||||
<dl>
|
||||
<dt><a href="{$image->url}">{$image->filename}</a></dt>
|
||||
|
|
@ -19,10 +19,10 @@
|
|||
|
||||
<!--@if($where == 'multimedia' && $output->page_navigation)-->
|
||||
<div class="pagination a1">
|
||||
<a href="{getUrl('page','')}" class="prevEnd">{$lang->first_page}</a>
|
||||
<a href="{getUrl('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="{getUrl('page',$page_no)}">{$page_no}</a>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue