[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {*<form method="post" action={"content/action/"|ezurl}>*} 3 4 <div class="maincontentheader"> 5 <h1>{$object.name|wash}</h1> 6 </div> 7 8 <div class="block"> 9 <label>{"Current version"|i18n("design/standard/content/view")}</label><div class="labelbreak"></div> 10 <p class="box">{$object.current_version}</p> 11 </div> 12 13 {section name=ContentObjectAttribute loop=$object.contentobject_attributes} 14 <div class="block"> 15 <label>{$ContentObjectAttribute:item.contentclass_attribute.name|wash}:</label><div class="labelbreak"></div> 16 {attribute_view_gui attribute=$ContentObjectAttribute:item} 17 </div> 18 {/section} 19 20 <h2>{"Related objects"|i18n("design/standard/content/view")}</h2> 21 22 <table class="list" width="100%" cellspacing="0" cellpadding="0" border="0"> 23 {section name=Object loop=$related_contentobject_array show=$related_contentobject_array sequence=array(bglight,bgdark)} 24 <tr> 25 <td class="{$Object:sequence}"> 26 {content_view_gui view=text_linked content_object=$Object:item} 27 </td> 28 </tr> 29 {section-else} 30 <tr> 31 <td class="bglight"> 32 {"None"|i18n("design/standard/content/view")} 33 </td> 34 </tr> 35 {/section} 36 </table> 37 38 <input type="hidden" name="ContentObjectID" value="{$object.id}" /> 39 40 {*</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 |