[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 3 <form enctype="multipart/form-data" method="post" action={concat("/content/edit/",$object.id,"/",$edit_version,"/",$edit_language|not|choose(concat($edit_language,"/"),''))|ezurl}> 4 <table class="layout" width="100%" border="0" cellspacing="0" cellpadding="0"> 5 <tr> 6 <td valign="top"> 7 <!-- Left part start --> 8 <div class="maincontentheader"> 9 <h1>{"Edit %1 - %2"|i18n("design/standard/content/edit",,array($class.name|wash,$object.name|wash))}</h1> 10 </div> 11 12 {include uri="design:content/edit_validation.tpl"} 13 14 {include uri="design:content/edit_placement.tpl"} 15 <br/> 16 17 {include uri="design:content/edit_attribute.tpl"} 18 19 <div class="buttonblock"> 20 <input class="defaultbutton" type="submit" name="PublishButton" value="{'Send for publishing'|i18n('design/standard/content/edit')}" /> 21 <input class="button" type="submit" name="StoreButton" value="{'Store draft'|i18n('design/standard/content/edit')}" /> 22 <input class="button" type="submit" name="DiscardButton" value="{'Discard'|i18n('design/standard/content/edit')}" /> 23 </div> 24 <!-- Left part end --> 25 </td> 26 <td width="120" align="right" valign="top" style="padding-left: 16px;"> 27 28 <!-- Right part start--> 29 {include uri="design:content/edit_right_menu.tpl"} 30 <!-- Right part end --> 31 32 </td> 33 </tr> 34 </table> 35 36 </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 |