mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@331 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
6966535c7d
commit
860897db6a
2 changed files with 22 additions and 15 deletions
|
|
@ -1,10 +1,12 @@
|
|||
<!--#include("./common/tpl/common_header.html")-->
|
||||
|
||||
<script type="text/javascript">
|
||||
xAddEventListener(window,'load', function() { loadTreeMenu("{$layout_info->menu->main_menu->xml_file}", "main_menu", "menu", "haha"); });
|
||||
xAddEventListener(window,'load', function() { loadTreeMenu("{$layout_info->menu->main_menu->xml_file}", "main_menu", "menu", "menu"); });
|
||||
</script>
|
||||
|
||||
<div id="menu" style="float:left;margin-right:20px;"></div>
|
||||
<div id="content" style="float:left;">{$content}</div>
|
||||
<div>
|
||||
<div id="menu" style="position:absolute;"></div>
|
||||
<div id="content" style="margin-left:150px;">{$content}</div>
|
||||
</div>
|
||||
|
||||
<!--#include("./common/tpl/common_footer.html")-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue