mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
Enhance the search module to view mobile page, and add a default skin, sutable for mobile environment.
20 lines
No EOL
491 B
HTML
20 lines
No EOL
491 B
HTML
<!--#include("header.html")-->
|
|
|
|
{@ $output = $search_result['document'] }
|
|
<!--#include("document.html")-->
|
|
|
|
{@ $output = $search_result['comment'] }
|
|
<!--#include("comment.html")-->
|
|
|
|
{@ $output = $search_result['trackback'] }
|
|
{@ $search_target = 'title'; }
|
|
<!--#include("trackback.html")-->
|
|
|
|
{@ $output = $search_result['multimedia'] }
|
|
<!--#include("multimedia.html")-->
|
|
|
|
{@ $output = $search_result['file'] }
|
|
<!--#include("file.html")-->
|
|
|
|
{@ $_misolSearch--; }
|
|
<!--#include("footer.html")--> |