[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div id="package" class="create"> 3 <div id="sid-{$current_step.id|wash}" class="pc-{$creator.id|wash}"> 4 5 <form method="post" action={'package/create'|ezurl}> 6 7 {include uri="design:package/create/error.tpl"} 8 9 {include uri="design:package/header.tpl"} 10 11 <p>{'Please choose objects you wish to include in the package.'|i18n('design/standard/package')}</p> 12 13 14 <label>{'Selected nodes'|i18n('design/standard/package')}</label> 15 <table class="list" width="100%" cellpadding="0" cellspacing="0" border="0"> 16 <tr> 17 <th>{"Node"|i18n("design/standard/package")}</th> 18 <th>{"Export type"|i18n("design/standard/package")}</th> 19 <th>{"Remove"|i18n("design/standard/package")}</th> 20 </tr> 21 {section var=node loop=$node_list} 22 <tr> 23 <td class="{$node.sequence}">{fetch(content,node,hash(node_id,$node.item.id)).name|wash}</td> 24 <td class="{$node.sequence}">{$node.item.type}</td> 25 <td class="{$node.sequence}" width="1" align="right"><input type="checkbox" name="DeleteIDArray[]" value="{$node.item.id}"></td> 26 </tr> 27 {/section} 28 </table> 29 30 <div class="block"> 31 <input class="button" type="submit" Name="AddSubtree" value="{"Add subtree"|i18n("design/standard/package")}" /> 32 <input class="button" type="submit" Name="AddNode" value="{"Add node"|i18n("design/standard/package")}" /> 33 <input class="button" type="submit" Name="RemoveSelected" value="{"Remove selected"|i18n("design/standard/package")}" /> 34 </div> 35 36 {include uri="design:package/navigator.tpl"} 37 38 </form> 39 40 </div> 41 </div>
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 |