mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +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>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<div id="menu" style="position:absolute;"></div>
|
<table border="0" width="100%" style="table-layout:fixed">
|
||||||
<div id="content" style="margin-left:150px;">
|
<col width="150" />
|
||||||
{$content}
|
<col width="*" />
|
||||||
<div style="margin-top:20px;">
|
<tr valign="top">
|
||||||
<!--@foreach($bottom_menu->list as $key => $val)-->
|
<td><div id="menu"></div></td>
|
||||||
<span <!--@if($zbfe_url==$val['url'])-->style="font-weight:bold;"<!--@end-->>
|
<td>
|
||||||
<a href="#" onclick="location.href='{$val['href']}';return false;">{$val['text']}</a>
|
<div id="content">
|
||||||
</span>
|
{$content}
|
||||||
<!--@end-->
|
<div style="margin-top:20px;">
|
||||||
</div>
|
<!--@foreach($bottom_menu->list as $key => $val)-->
|
||||||
</div>
|
<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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue