芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/www/projets/templates/standard/addtaskform.tpl
{if $showhtml != "no"} {include file="header.tpl" jsload = "ajax" jsload1 = "tinymce" } {include file="tabsmenue-project.tpl" taskstab = "active"}
{$projectname|truncate:25:"...":true}
{#tasklists#}
{/if}
{#addtask#}
{#title#}:
{#text#}:
</textarea>
{#due#}:
{#tasklist#}:
{#chooseone#}
{section name=tasklist loop=$tasklists}
{$tasklists[tasklist].name}
{/section}
{#assignto#}:
{#chooseone#}
{#all#}
{section name=user loop=$assignable_users}
{$assignable_users[user].name}
{/section}
{#addbutton#}
{#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}