mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
13 lines
528 B
HTML
13 lines
528 B
HTML
{@ Context::addJsFile("./common/js/jquery.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/js_app.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/common.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/xml_handler.js", true, '', -100000) }
|
|
{@ Context::addJsFile("./common/js/xml_js_filter.js", true, '', -100000) }
|
|
<!--%import("css/mboard.css")-->
|
|
<div class="bd">
|
|
<!--@if($oDocument->isExists())-->
|
|
<!--#include("read.html")-->
|
|
<!--@else-->
|
|
<!--#include("_list.html")-->
|
|
<!--@end-->
|
|
</div>
|