全部分类

#set($i=0) #foreach($gc in $!gcs) #set($icon_img="$!webPath/resources/style/common/images/icon/default_icon.png")
#if($!gc.icon_type==0) #set($i=$i+1) #if($!gc.icon_sys!="") #set($icon_img="$!webPath/resources/style/common/images/icon/icon_$!{gc.icon_sys}.png") #end #else #set($i=$i+1) #if($!gc.icon_acc) #set($icon_img="$!webPath/$!gc.icon_acc.path/$!gc.icon_acc.name") #end #end $!gc.className

#set($j= 0) #foreach($gc1 in $gc.childs) #set($j=$j+1) #if($j < 4) $!gc1.className #end #end

#foreach($gc1 in $gc.childs) #if($!gc1.display) $!gc1.className #end #end
#foreach($gc1 in $gc.childs) #if($!gc1.display)
> $!gc1.className
#foreach($gc2 in $gc1.childs) #if($!gc2.display) $!gc2.className #end #end
#end #end
#end
    #set($navs=$!navTools.queryNav(0,-1)) #foreach($nav in $navs) #if($!CommUtil.indexOf("$!nav.url","http://")>=0) #set($url="$!nav.url") #else #set($url="$!webPath/$!{nav.url}") #end
  • $!{nav.title}
  • #end