navbar-css.vm
来自「这个weblogging 设计得比较精巧」· VM 代码 · 共 18 行
VM
18 行
#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 + =
减小字号Ctrl + -
显示快捷键?