Removing the docs/ directory because we really no longer need it for anything
[viewsvn.git] / templates / browse_node.tpl
1 <div class="content" style="border-width: 0px 1px 1px 1px">
2 <if condition="$isDir">
3 <a href="$itemLink"><strong>$item/</strong></a>
4 <else />
5 <a href="$itemLink">$item</a>
6 </if>
7 <!-- <span class="nodelink">
8 <if condition="$isDir"><a href="$blame">{@"Blame"}</a> - </if>
9 <a href="$log">{@"View Log"}</a>
10 </span> -->
11 </div>