[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 <form enctype="multipart/form-data" method="post" action={concat( "/content/edit/", $object.id, "/", $edit_version, "/", $edit_language|not|choose( concat( $edit_language, "/" ), '' ) )|ezurl}> 2 <table class="layout" width="100%" border="0" cellspacing="0" cellpadding="0"> 3 <tr> 4 <td valign="top"> 5 <div class="maincontentheader"> 6 <h1>{"Edit %1 - %2"|i18n("design/base",,array($class.name|wash,$object.name|wash))}</h1> 7 </div> 8 9 {include uri="design:content/edit_validation.tpl"} 10 11 <input type="hidden" name="MainNodeID" value="{$main_node_id}" /> 12 <br/> 13 14 {include uri="design:content/edit_attribute.tpl"} 15 <br/> 16 17 <div class="buttonblock"> 18 <input class="defaultbutton" type="submit" name="PublishButton" value="{'Send for publishing'|i18n('design/base')}" /> 19 <input class="button" type="submit" name="DiscardButton" value="{'Discard'|i18n('design/base')}" /> 20 <input type="hidden" name="DiscardConfirm" value="0" /> 21 </div> 22 </td> 23 </tr> 24 </table> 25 26 </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 |