[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <h1>{$object.name|wash}</h1> 3 4 <table> 5 <tr> 6 <td width="80%" valign="top"> 7 8 <table width="100%"> 9 {section name=ContentObjectAttribute loop=$object.contentobject_attributes} 10 11 <tr> 12 <td> 13 <i>{$ContentObjectAttribute:item.contentclass_attribute.name|wash}</i> 14 </td> 15 </tr> 16 <tr><td> 17 18 <table cellspacing="0" cellpadding="0"><tr><td> </td><td> 19 {attribute_view_gui attribute=$ContentObjectAttribute:item}</td></tr></table> 20 21 </td></tr> 22 {/section} 23 24 </table> 25 26 </td> 27 <td width="20%" valign="top"> 28 {let related=$object.related_contentobject_array} 29 {section show=$related} 30 <h3>{"Related objects"|i18n("design/standard/content/view")}</h3> 31 <table width="100%" cellspacing="0"> 32 {section name=Object loop=$related sequence=array(bglight,bgdark)} 33 <tr> 34 <td class="{$Object:sequence}"> 35 {content_view_gui view=line content_object=$Object:item} 36 </td> 37 </tr> 38 {section-else} 39 <tr> 40 <td class="{$Object:sequence}"> 41 {"None"|i18n("design/standard/content/view")} 42 </td> 43 </tr> 44 {/section} 45 </table> 46 {/section} 47 {/let} 48 </td> 49 </tr> 50 </table>
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 |