sintonia/htmlUI/templates/file/path.tpl

14 lines
462 B
Smarty

  |  
<a href="{$UI_BROWSER}?act=fileList&id={$structure.id}&tree=Y">##Tree view##</a>
&nbsp;&nbsp;|&nbsp;&nbsp;
##Folder Structure##:
{foreach from=$structure.pathdata item=o}
{if $o.type == 'Folder'}
<a href="{$UI_BROWSER}?act=fileList&id={$o.id}">##{$o.name}##</a> /
{else}
##{$o.name}##
{/if}
{/foreach}
&nbsp;&nbsp;&nbsp;
<input type="button" class="button" value="##new&nbsp;folder##" onclick="newFolder()">