mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
23 lines
797 B
HTML
23 lines
797 B
HTML
<!--#include("./common/tpl/common_header.html")-->
|
|
<script type="text/javascript">
|
|
loadTreeMenu("{$main_menu->xml_file}", "main_menu", "menu", "{$layout_info->main_menu_name}");
|
|
</script>
|
|
<div style="height:50px;border:1px solid;margin-bottom:10px;">
|
|
{$layout_info->top_title}
|
|
</div>
|
|
<div>
|
|
<div id="menu" style="position:absolute;"></div>
|
|
<div id="content" style="margin-left:150px;">
|
|
{$content}
|
|
<div style="margin-top:20px;">
|
|
<!--@foreach($bottom_menu->list as $key => $val)-->
|
|
<span <!--@if($zbfe_url==$val['url'])-->style="font-weight:bold;"<!--@end-->>
|
|
<a href="#" onclick="location.href='{$val['href']}';return false;">{$val['text']}</a>
|
|
</span>
|
|
<!--@end-->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!--#include("./common/tpl/common_footer.html")-->
|