芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/www/projets/templates/standard/tag.tpl
{include file="header.tpl" jsload = "ajax" jsload3 = "lightbox" } {include file="tabsmenue-desk.tpl" }
{#tags#}
{$thetag}
{*place for tool under ne title-icon*}
{*place for header-informations*}
{section name=obj loop=$result}
{if $members[member].avatar != ""}
{/if}
{if $result[obj].type == "file"}
{if $result[obj].imgfile == 1}
{else}
{/if}
{else}
{/if}
{if $result[obj].type == "file"}
{$result[obj].name|truncate:13:"...":true}
{elseif $result[obj].name != ""}
{$result[obj].name|truncate:13:"...":true}
{else}
{$result[obj].title|truncate:13:"...":true}
{/if}
{if $members[member].avatar != ""}
{$members[member].name|truncate:15:"...":true}
{/if}
{*itemwrapper End*}
{/section} {*lop folder End*}
{*inwrapper End*}
{*content_in_wrapper_in End*}
{*content_in_wrapper End*}
{*place for whatever*}
{*block_tags End*}
{*Neutral END*}
{*content-left-in END*}
{*content-left END*} {include file="sidebar-a.tpl"} {include file="footer.tpl"}