mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
33 lines
1.1 KiB
HTML
33 lines
1.1 KiB
HTML
<include target="header.html" />
|
|
|
|
<!--@if($target_types['document'])-->
|
|
{@ $output = $search_result['document']}
|
|
<include target="document.html" />
|
|
<!--@if($output->data)-->
|
|
<div class="isMore"><a href="{getAutoEncodedUrl('where','document','page',1)}">more</a></div>
|
|
<!--@endif-->
|
|
<!--@endif-->
|
|
|
|
<!--@if($target_types['comment'])-->
|
|
{@ $output = $search_result['comment']}
|
|
<include target="comment.html" />
|
|
<!--@if($output->data)-->
|
|
<div class="isMore"><a href="{getAutoEncodedUrl('where','comment','page',1)}">more</a></div>
|
|
<!--@endif-->
|
|
<!--@endif-->
|
|
|
|
<!--@if($target_types['multimedia'])-->
|
|
{@ $output = $search_result['multimedia']}
|
|
<include target="multimedia.html" />
|
|
<!--@if($output->data)-->
|
|
<div class="isMore"><a href="{getAutoEncodedUrl('where','multimedia','page',1)}">more</a></div>
|
|
<!--@endif-->
|
|
<!--@endif-->
|
|
|
|
<!--@if($target_types['file'])-->
|
|
{@ $output = $search_result['file']}
|
|
<include target="file.html" />
|
|
<!--@if($output->data)-->
|
|
<div class="isMore"><a href="{getAutoEncodedUrl('where','file','page',1)}">more</a></div>
|
|
<!--@endif-->
|
|
<!--@endif-->
|