sintonia/livesupport/modules/htmlUI/var/templates/file/path.tpl
2005-03-21 15:15:19 +00:00

13 lines
473 B
Smarty
Executable file

{*Smarty template*}
  |  
<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}
<a href="javascript:newFolder()">##new&nbsp;folder##</a>