mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 08:39:58 +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,33 +2,24 @@
|
|||
|
||||
{@ $output = $search_result['document'] }
|
||||
<!--#include("document.html")-->
|
||||
<!--@if(count($output->data))-->
|
||||
<!--@if($output->data)-->
|
||||
<div class="isMore"><a href="{getAutoEncodedUrl('where','document','page',1)}">more</a></div>
|
||||
<!--@end-->
|
||||
|
||||
{@ $output = $search_result['comment'] }
|
||||
<!--#include("comment.html")-->
|
||||
<!--@if(count($output->data))-->
|
||||
<!--@if($output->data)-->
|
||||
<div class="isMore"><a href="{getAutoEncodedUrl('where','comment','page',1)}">more</a></div>
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($trackback_module_exist)-->
|
||||
{@ $output = $search_result['trackback'] }
|
||||
{@ $search_target = 'title'; }
|
||||
<!--#include("trackback.html")-->
|
||||
<!--@if(count($output->data))-->
|
||||
<div class="isMore"><a href="{getAutoEncodedUrl('where','trackback','page',1)}">more</a></div>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
||||
{@ $output = $search_result['multimedia'] }
|
||||
<!--#include("multimedia.html")-->
|
||||
<!--@if(count($output->data))-->
|
||||
<!--@if($output->data)-->
|
||||
<div class="isMore"><a href="{getAutoEncodedUrl('where','multimedia','page',1)}">more</a></div>
|
||||
<!--@end-->
|
||||
|
||||
{@ $output = $search_result['file'] }
|
||||
<!--#include("file.html")-->
|
||||
<!--@if(count($output->data))-->
|
||||
<!--@if($output->data)-->
|
||||
<div class="isMore"><a href="{getAutoEncodedUrl('where','file','page',1)}">more</a></div>
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue