芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/projets/templates/standard/task.tpl
{include file="header.tpl" jsload = "ajax" jsload1 = "tinymce"} {include file="tabsmenue-project.tpl" taskstab = "active"}
{$projectname|truncate:40:"...":true}
{#tasklists#}
{$task.list|truncate:50:"...":true}
/...
{$task.title|truncate:40:"...":true}
{if $userpermissions.tasks.close}
{if $task.status == 1}
{else}
{/if} {/if} {if $userpermissions.tasks.edit}
{/if}
{#user#}: {$task.user|truncate:25:"...":true}
{#end#}: {$task.endstring}
{*Edit Task*} {if $userpermissions.tasks.edit}
{include file="edittask.tpl" showhtml="no" }
{/if}
{#task#}
{$task.text}
{*Tasks END*}
{*content-left-in END*}
{*content-left END*} {include file="sidebar-a.tpl"} {include file="footer.tpl"}