Created
August 22, 2013 16:43
-
-
Save alcroito/6309754 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tree.tpl | |
<apply template="home"> | |
<h2>Friendly hierarchical tree</h2> | |
<ul class="list-group"> | |
<tree /> | |
</ul> | |
</apply> | |
tree_node.tpl | |
<tree> | |
<li class="list-group-item"> | |
<div> | |
<nodevalue /> | |
<a href="/add/${nid}"> | |
<span class="glyphicon glyphicon-plus-sign"></span> | |
</a> | |
</div> | |
</li> | |
</tree> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment