[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form action={concat($module.functions.workflowlist.uri,"/",$group_id)|ezurl} method="post" name="WorkflowList"> 3 4 <div class="maincontentheader"> 5 <h1>{"Workflows in %1"|i18n("design/standard/workflow","%1 is workflow group",array($group_name))}</h1> 6 </div> 7 8 {section show=$workflow_list} 9 <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0"> 10 <tr> 11 <th>{"Name"|i18n("design/standard/workflow")}</th> 12 <th>{"Modifier"|i18n("design/standard/workflow")}</th> 13 <th>{"Modified"|i18n("design/standard/workflow")}</th> 14 <th width="1%">{"Edit"|i18n("design/standard/workflow")}</th> 15 <th width="1%">{"Remove"|i18n("design/standard/workflow")}</th> 16 </tr> 17 18 {sequence name=WorkflowSequence loop=array(bglight,bgdark)} 19 20 {section name=Workflow loop=$workflow_list} 21 <tr> 22 <td class="{$WorkflowSequence:item}">{$Workflow:item.name}</td> 23 <td class="{$WorkflowSequence:item}">{$Workflow:item.modifier_id}</td> 24 <td class="{$WorkflowSequence:item}"><span class="small">{$Workflow:item.modified|l10n(shortdatetime)}</span></td> 25 <td class="{$WorkflowSequence:item}"><div class="listbutton"><a href={concat($module.functions.edit.uri,"/",$Workflow:item.id)|ezurl}><img name="edit" src={"edit.gif"|ezimage} width="16" height="16" alt="{'Edit'|i18n('design/standard/workflow')}" /></a></div></td> 26 <td class="{$WorkflowSequence:item}" align="right"><input type="checkbox" name="Workflow_id_checked[]" value="{$Workflow:item.id}"></td> 27 </tr> 28 {sequence name=WorkflowSequence} 29 {/section} 30 31 32 <tr> 33 <td colspan="4"> 34 35 {include uri="design:gui/button.tpl" name=new id_name=NewWorkflowButton value="New workflow"|i18n("design/standard/workflow")} 36 </td> 37 <td align="right"> 38 <input type="image" name="DeleteButton" value="{'Remove'|i18n('design/standard/workflow')}" src={"trash.png"|ezimage} /> 39 </td> 40 </tr> 41 </table> 42 {section-else} 43 <div class="buttonblock"> 44 {include uri="design:gui/button.tpl" name=new id_name=NewWorkflowButton value="New workflow"|i18n("design/standard/workflow")} 45 </div> 46 {/section} 47 <input type="hidden" name="CurrentGroupID" value="{$group_id}" /> 48 <input type="hidden" name="CurrentGroupName" value="{$group_name}" /> 49 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 10:30:04 2007 | par Balluche grâce à PHPXref 0.7 |