这个weblogging 设计得比较精巧

源代码在线查看: navbar-css.vm

软件大小: 7030 K
上传用户: yingyingyingyin
关键词: weblogging 比较
下载地址: 免注册下载 普通下载 VIP

相关代码

				#if( $req.getUserPrincipal() )				    				    #foreach( $menu in $menuModel.getMenus() )				        #if ($menu.isPermitted($req))				            #foreach( $item in $menu.getMenuItems() )				               #if ($menu.isPermitted($req))				                   #if( $item.isSelected( $req ) )#end				                   				                      href="$item.getUrl( $ctx )"				                      title="$text.get( $menu.getName() ):$text.get( $item.getName() )"				                      >$text.get( $menu.getName() ):$text.get( $item.getName() )				                   #if( $item.isSelected( $req ) )#end				               #end				            #end				        #end				    #end				    				#end			

相关资源