17 lines
No EOL
386 B
HTML
17 lines
No EOL
386 B
HTML
<li
|
|
{{#command}}
|
|
command="{{command}}"
|
|
argument="{{argument}}"
|
|
{{/command}}
|
|
class="{{#hasChildren}}
|
|
{{#isRoot}}top{{/isRoot}}
|
|
{{^isRoot}}parent{{/isRoot}}
|
|
{{/hasChildren}}
|
|
{{#retainFocus}}no-refocus{{/retainFocus}}"
|
|
>{{label}}
|
|
{{#shortcut}}
|
|
<span class="shortcut">{{shortcut}}</span>
|
|
{{/shortcut}}
|
|
{{#hasChildren}}
|
|
<ul class="menu"></ul>
|
|
{{/hasChildren}}</li> |