mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
25 lines
854 B
HTML
25 lines
854 B
HTML
<!--#include("header.html")-->
|
|
|
|
{@ $output = $search_result['document'] }
|
|
<!--#include("document.html")-->
|
|
<!--@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($output->data)-->
|
|
<div class="isMore"><a href="{getAutoEncodedUrl('where','comment','page',1)}">more</a></div>
|
|
<!--@end-->
|
|
|
|
{@ $output = $search_result['multimedia'] }
|
|
<!--#include("multimedia.html")-->
|
|
<!--@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($output->data)-->
|
|
<div class="isMore"><a href="{getAutoEncodedUrl('where','file','page',1)}">more</a></div>
|
|
<!--@end-->
|