[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <form action={concat("/content/copysubtree/",$node.node_id,"/")|ezurl} method="post"> 3 4 <div class="maincontentheader"> 5 <h1>{"Copying subtree from node %1"|i18n("design/standard/content/copy_subtree",,array($node.name|wash))}</h1> 6 </div> 7 <div class="block"> 8 <table cellspacing="0" cellpadding="0" border="0"> 9 {section show=$choose_versions} 10 <tr> 11 <td><input type="radio" name="VersionChoice" value="1"/></td> 12 <td><label>{"Copy all versions."|i18n("design/standard/content/copy_subtree")}</label></td> 13 </tr> 14 <tr> 15 <td><input type="radio" name="VersionChoice" value="2" checked="checked"/></td> 16 <td><label>{"Copy current version."|i18n("design/standard/content/copy_subtree")}</label></td> 17 </tr> 18 {/section} 19 {section show=$choose_creator} 20 <tr><td></td><td><hr></td></tr> 21 <tr> 22 <td><input type="radio" name="CreatorChoice" value="1"/></td> 23 <td><label>{"Keep creators of contentobjects being copied unchaged."|i18n("design/standard/content/copy_subtree")}</label></td> 24 </tr> 25 <tr> 26 <td><input type="radio" name="CreatorChoice" value="2" checked="checked"/></td> 27 <td><label>{"Set new creator for contentobjects being copied."|i18n("design/standard/content/copy_subtree")}</label></td> 28 </tr> 29 </table> 30 </div> 31 {/section} 32 {section show=$choose_time} 33 <tr><td></td><td><hr></td></tr> 34 <tr> 35 <td><input type="radio" name="TimeChoice" value="1"/></td> 36 <td><label>{"Keep time of creation and modification of contentobjects being copied unchanged."|i18n("design/standard/content/copy_subtree")}</label></td> 37 </tr> 38 <tr> 39 <td><input type="radio" name="TimeChoice" value="2" checked="checked"/></td> 40 <td><label>{"Copy and publish contentobjects at current time."|i18n("design/standard/content/copy_subtree")}</label></td> 41 </tr> 42 {/section} 43 </table> 44 </div> 45 46 47 <div class="buttonblock"> 48 <input class="defaultbutton" type="submit" name="CopyButton" value="{'Copy'|i18n('design/standard/content/copy_subtree')}" /> 49 <input class="button" type="submit" name="CancelButton" value="{'Cancel'|i18n('design/standard/content/copy_subtree')}" /> 50 </div> 51 52 <input type="hidden" name="SelectedNodeID" value="{$selected_node_id}" /> 53 </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 |