네비게이션 스킨에서 _blank가 _black으로 되어있는 것 수정 , /li /ul 종료태그를 /ul /li로 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6321 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
cbrghost 2009-05-15 00:13:28 +00:00
parent 66142f53fc
commit 32aa901adb
3 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ widget_navigator[{$widget_info->menu_srl}].load('{$widget_info->xml_file}');
<ul class="widget_navigator_{$widget_info->menu_srl} navigator" menu_srl='{$widget_info->menu_srl}'> <ul class="widget_navigator_{$widget_info->menu_srl} navigator" menu_srl='{$widget_info->menu_srl}'>
<!--@foreach($widget_info->arranged_menu as $key => $val)--> <!--@foreach($widget_info->arranged_menu as $key => $val)-->
<!--@if($val->text && $val->depth == 0)--> <!--@if($val->text && $val->depth == 0)-->
<li class="node_{$val->node_srl} <!--@if($val->first)-->first<!--@end--> {$_first} <!--@if($val->selected)-->active<!--@end-->" node_srl='{$val->node_srl}' ><a href="{$val->href}"<!--@if($val->open_window=='Y')--> target="_black"<!--@end-->>{$val->text}</a> <li class="node_{$val->node_srl} <!--@if($val->first)-->first<!--@end--> {$_first} <!--@if($val->selected)-->active<!--@end-->" node_srl='{$val->node_srl}' ><a href="{$val->href}"<!--@if($val->open_window=='Y')--> target="_blank"<!--@end-->>{$val->text}</a>
</li> </li>
<!--@end--> <!--@end-->
<!--@end--> <!--@end-->

View file

@ -14,8 +14,8 @@
<!--@if($_pDepth > $val->depth)--> <!--@if($_pDepth > $val->depth)-->
<!--@for($i=$val->depth; $i<$_pDepth; $i++)--> <!--@for($i=$val->depth; $i<$_pDepth; $i++)-->
</li> </ul>
</ul> </li>
<!--@end--> <!--@end-->
{@ $_pDepth = $val->depth} {@ $_pDepth = $val->depth}
<!--@end--> <!--@end-->

View file

@ -10,13 +10,13 @@
<!--@if($_pDepth > $val->depth)--> <!--@if($_pDepth > $val->depth)-->
<!--@for($i=$val->depth; $i<$_pDepth; $i++)--> <!--@for($i=$val->depth; $i<$_pDepth; $i++)-->
</li> </ul>
</ul> </li>
<!--@end--> <!--@end-->
{@ $_pDepth = $val->depth} {@ $_pDepth = $val->depth}
<!--@end--> <!--@end-->
<li class="menu_{$val->node_srl}<!--@if($val->selected)--> active<!--@end-->"> <li class="menu_{$val->node_srl}<!--@if($val->selected)--> active<!--@end-->">
<a href="{$val->href}"<!--@if($val->open_window=='Y')--> target="_black"<!--@end-->>{$val->text}</a> <a href="{$val->href}"<!--@if($val->open_window=='Y')--> target="_blank"<!--@end-->>{$val->text}</a>
<!--@if($val->child_count)--> <!--@if($val->child_count)-->
{@$_pDepth++} {@$_pDepth++}