git-svn-id: http://xe-core.googlecode.com/svn/trunk@356 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-09 02:30:55 +00:00
parent 09e8e9e436
commit a6281d0239

View file

@ -17,10 +17,10 @@
<!--@else--> <!--@else-->
{@ $selected_style = ''; } {@ $selected_style = ''; }
<!--@end--> <!--@end-->
<span {$selected_style}> <span {$selected_style}>
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a> <a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
</span> </span>
<!--@end--> <!--@end-->
</div> </div>
@ -34,10 +34,10 @@
<!--@else--> <!--@else-->
{@ $selected_style = ''; } {@ $selected_style = ''; }
<!--@end--> <!--@end-->
<span {$selected_style}> <span {$selected_style}>
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a> <a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
</span> </span>
<!--@end--> <!--@end-->
</div> </div>
@ -61,23 +61,34 @@
<!--@else--> <!--@else-->
{@ $selected_style = ''; } {@ $selected_style = ''; }
<!--@end--> <!--@end-->
<div {$selected_style}> <div {$selected_style}>
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a> <a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
</div> </div>
<!--@end--> <!--@end-->
</div> </div>
</td> </td>
<td> <td>
<div id="content"> <div id="content">
{$content} {$content}
<div style="margin-top:20px;"> </div>
<!--@foreach($bottom_menu->list as $key => $val)--> </td>
<span <!--@if($zbfe_url==$val['url'])-->style="font-weight:bold;"<!--@end-->> </tr>
<a href="#" onclick="location.href='{$val['href']}';return false;">{$val['text']}</a> <tr>
</span> <td colspan="2" align="center">
<div style="margin-top:20px;">
<!--@foreach($bottom_menu->list as $key => $val)-->
<!--@if($val['selected'])-->
{@ $selected_style = 'style="font-weight:bold;"'}
<!--@else-->
{@ $selected_style = ''; }
<!--@end--> <!--@end-->
</div> <span {$selected_style}>
<a href="#" onclick="return move_url('{$val['href']}','{$val['open_window']}');">{$val['text']}</a>
</span>
<!--@end-->
</div> </div>
</td> </td>
</tr> </tr>