Fixing the browser (mostly)
[viewsvn.git] / templates / default / browse_node.tpl
1 <div class="content" style="border-width: 0px 1px 1px 1px">
2 <if condition="$isDir">
3 <a href="{BSRegister::Get('webpath')}/browse/{$input->in['repos']}:{$input->in['path']}/$item"><strong>$item/</strong></a>
4 <else />
5 <a href="{BSRegister::Get('webpath')}/view/{$input->in['repos']}:{$input->in['path']}/$item">$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>