⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 navbar-css.vm

📁 这个weblogging 设计得比较精巧
💻 VM
字号:
#if( $req.getUserPrincipal() )    <ul class="rMenu">    #foreach( $menu in $menuModel.getMenus() )        #if ($menu.isPermitted($req))            #foreach( $item in $menu.getMenuItems() )               #if ($menu.isPermitted($req))                   #if( $item.isSelected( $req ) )<strong>#end                   <li class="rMenuItem"><a                      href="$item.getUrl( $ctx )"                      title="$text.get( $menu.getName() ):$text.get( $item.getName() )"                      >$text.get( $menu.getName() ):$text.get( $item.getName() )</a></li>                   #if( $item.isSelected( $req ) )</strong>#end               #end            #end        #end    #end    </ul>#end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -