mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-19 19:29:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@343 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c8eb86356e
commit
11bc4f8ea4
1 changed files with 20 additions and 11 deletions
|
|
@ -40,18 +40,27 @@
|
|||
</div>
|
||||
</div>
|
||||
</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>
|
||||
<table border="0" width="100%" style="table-layout:fixed">
|
||||
<col width="150" />
|
||||
<col width="*" />
|
||||
<tr valign="top">
|
||||
<td><div id="menu"></div></td>
|
||||
<td>
|
||||
<div id="content">
|
||||
{$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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue