mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@357 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a6281d0239
commit
7d61b1ff9a
6 changed files with 72 additions and 31 deletions
|
|
@ -9,7 +9,8 @@
|
|||
|
||||
<div>
|
||||
<!-- 1차 메뉴 -->
|
||||
<!--@foreach($main_menu->list as $key => $val)-->
|
||||
<!--@foreach($main_menu->list as $key => $val)--><!--@if($val['text'])-->
|
||||
|
||||
|
||||
<!--@if($val['selected'])-->
|
||||
{@ $selected_style = 'style="font-weight:bold;"'}
|
||||
|
|
@ -21,12 +22,12 @@
|
|||
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
|
||||
</span>
|
||||
|
||||
<!--@end-->
|
||||
<!--@end--><!--@end-->
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<!-- 2차 메뉴 -->
|
||||
<!--@foreach($second_menu_list as $key => $val)-->
|
||||
<!--@foreach($second_menu_list as $key => $val)--><!--@if($val['text'])-->
|
||||
|
||||
<!--@if($val['selected'])-->
|
||||
{@ $selected_style = 'style="font-weight:bold;"'}
|
||||
|
|
@ -38,7 +39,7 @@
|
|||
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
|
||||
</span>
|
||||
|
||||
<!--@end-->
|
||||
<!--@end--><!--@end-->
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
|
@ -54,7 +55,7 @@
|
|||
|
||||
<div>
|
||||
<!-- 3차 메뉴 -->
|
||||
<!--@foreach($third_menu_list as $key => $val)-->
|
||||
<!--@foreach($third_menu_list as $key => $val)--><!--@if($val['text'])-->
|
||||
|
||||
<!--@if($val['selected'])-->
|
||||
{@ $selected_style = 'style="font-weight:bold;"'}
|
||||
|
|
@ -65,9 +66,9 @@
|
|||
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
|
||||
</div>
|
||||
|
||||
<!--@end-->
|
||||
<!--@end--><!--@end-->
|
||||
</div>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<div id="content">
|
||||
{$content}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue