tt-rss/lib/dijit/templates/TreeNode.html

15 lines
923 B
HTML
Raw Normal View History

2012-08-14 16:59:10 +02:00
<div class="dijitTreeNode" role="presentation"
2013-03-18 07:26:24 +01:00
><div data-dojo-attach-point="rowNode" class="dijitTreeRow dijitInline" role="presentation"
><div data-dojo-attach-point="indentNode" class="dijitInline"></div
2012-08-14 16:59:10 +02:00
><img src="${_blankGif}" alt="" data-dojo-attach-point="expandoNode" class="dijitTreeExpando" role="presentation"
/><span data-dojo-attach-point="expandoNodeText" class="dijitExpandoText" role="presentation"
></span
><span data-dojo-attach-point="contentNode"
class="dijitTreeContent" role="presentation">
<img src="${_blankGif}" alt="" data-dojo-attach-point="iconNode" class="dijitIcon dijitTreeIcon" role="presentation"
2013-03-18 07:26:24 +01:00
/><span data-dojo-attach-point="labelNode" class="dijitTreeLabel" role="treeitem" tabindex="-1" aria-selected="false"></span>
2012-08-14 16:59:10 +02:00
</span
></div>
<div data-dojo-attach-point="containerNode" class="dijitTreeContainer" role="presentation" style="display: none;"></div>
</div>