芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/projets/templates/frost/edittask.tpl
{if $showhtml != "no"} {include file="header.tpl" jsload = "ajax" jsload1 = "tinymce" } {include file="tabsmenue-project.tpl" taskstab = "active"}
{$projectname|truncate:25:"...":true}
{#tasklists#}
{$task.list|truncate:25:"...":true}
{$task.title|truncate:50:"...":true}
/...
{$task.title|truncate:30:"...":true}
{/if}
{#edittask#}
{#title#}:
{#text#}:
{$task.text}</textarea>
{#end#}:
{#tasklist#}:
{section name=tasklist loop=$tasklists}
{$tasklists[tasklist].name}
{/section}
{#assignto#}:
{#chooseone#}
{section name=member loop=$members}
{$members[member].name}
{/section}
{#send#}
{#cancel#}
{*block_in_wrapper end*} {if $showhtml != "no"}
{*Tasks END*}
{*content-left-in END*}
{*content-left END*} {include file="sidebar-a.tpl"} {include file="footer.tpl"} {/if}