#314 board 모듈을 코어에 포함

This commit is contained in:
khongchi 2014-01-15 11:26:51 +09:00
parent 46900dfc8b
commit 9c76b509d9
103 changed files with 8382 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{@ 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>