mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6637 201d5d3c-b55e-5fd7-737f-ddc643e51545
17 lines
377 B
HTML
17 lines
377 B
HTML
<!--#include("header.html")-->
|
|
|
|
<!--// tree javascript plugin load -->
|
|
<!--%load_js_plugin("ui.tree")-->
|
|
|
|
<div id="tree">
|
|
<ul class="simpleTree">
|
|
<li class="root noIcon"></li>
|
|
</ul>
|
|
</div>
|
|
|
|
<script type="text/javascript">
|
|
var isManageGranted = {$isManageGranted};
|
|
jQuery(window).load( function() { Tree(); } );
|
|
</script>
|
|
|
|
<!--#include("footer.html")-->
|