mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09: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,9 +40,15 @@
|
||||||
</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" />
|
||||||
|
<col width="*" />
|
||||||
|
<tr valign="top">
|
||||||
|
<td><div id="menu"></div></td>
|
||||||
|
<td>
|
||||||
|
<div id="content">
|
||||||
{$content}
|
{$content}
|
||||||
<div style="margin-top:20px;">
|
<div style="margin-top:20px;">
|
||||||
<!--@foreach($bottom_menu->list as $key => $val)-->
|
<!--@foreach($bottom_menu->list as $key => $val)-->
|
||||||
|
|
@ -52,6 +58,9 @@
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue