mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-22 11:52:14 +09:00
12 lines
346 B
HTML
12 lines
346 B
HTML
<load target="css/admin.bootstrap.css" />
|
|
<load target="css/admin.iefix.css" />
|
|
<load target="css/admin.css" />
|
|
<load target="js/admin.js" />
|
|
<load target="js/jquery.tmpl.js" />
|
|
<load target="js/jquery.jstree.js" />
|
|
<div class="x">
|
|
<div class="content" id="content">
|
|
{$content}
|
|
</div>
|
|
</div>
|
|
<script>opener.top.fullSetupWinLoaded();</script>
|