File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33< ul class ="subnav menu ">
44 {% for item in sitetree_items %}
5- < li class ="tier-2 element-{{ forloop.counter }} " role ="menuitem "> < a href ="{% sitetree_url for item %} " title ="{{ item.hint|default: "" }}"> {{ item.title_resolved }}</ a > </ li >
5+ < li class ="tier-2 element-{{ forloop.counter }} " role ="treeitem "> < a href ="{% sitetree_url for item %} " title ="{{ item.hint|default: "" }}"> {{ item.title_resolved }}</ a > </ li >
66 {% endfor %}
77</ ul >
Original file line number Diff line number Diff line change 22
33< ul class ="menu " role ="tree ">
44 {% for item in sitetree_items %}
5- < li class ="{{ item.alias }} {% if item.is_current or item.in_current_branch %}{{ item.is_current|yesno:'current_item selected' }} {{ item.in_current_branch|yesno:'current_branch selected' }}{% endif %} " role ="menuitem ">
5+ < li class ="{{ item.alias }} {% if item.is_current or item.in_current_branch %}{{ item.is_current|yesno:'current_item selected' }} {{ item.in_current_branch|yesno:'current_branch selected' }}{% endif %} " role ="treeitem ">
66 < a href ="{% sitetree_url for item %} " title ="{{ item.hint|default: "" }}" class="{{ item.is_current|yesno:'current_item selected' }} {{ item.in_current_branch|yesno:' current_branch' }}"> {{ item.title_resolved }}</ a >
77 {% if item.has_children %}
88 {% sitetree_children of item for menu template "sitetree/menu.html" %}
You can’t perform that action at this time.
0 commit comments