[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Article - Admin preview *} 2 <div class="content-view-full"> 3 <div class="class-article"> 4 5 <h1>{$node.data_map.title.content|wash()}</h1> 6 7 {* Author. *} 8 {section show=$node.data_map.author.has_content} 9 <div class="attribute-byline"> 10 <p class="author">{attribute_view_gui attribute=$node.data_map.author}</p> 11 <p class="date">{$node.object.published|l10n(date)}</p> 12 <div class="break"></div> 13 </div> 14 {/section} 15 16 {* Image. *} 17 {section show=$node.data_map.image.has_content} 18 <div class="attribute-image"> 19 {attribute_view_gui attribute=$node.data_map.image align=right} 20 </div> 21 {/section} 22 23 {* Intro. *} 24 {section show=$node.data_map.intro.has_content} 25 <div class="attribute-short"> 26 {attribute_view_gui attribute=$node.data_map.intro} 27 </div> 28 {/section} 29 30 {* Body. *} 31 {section show=$node.data_map.body.has_content} 32 <div class="attribute-long"> 33 {attribute_view_gui attribute=$node.data_map.body} 34 </div> 35 {/section} 36 37 {* Comments. *} 38 <div class="content-control"> 39 <label>{'Comments allowed'|i18n( 'design/admin/preview/article' )}:</label> 40 {section show=$node.data_map.enable_comments.content} 41 <p>{'Yes'|i18n( 'design/admin/preview/article' )}</p> 42 {section-else} 43 <p>{'No'|i18n( 'design/admin/preview/article' )}</p> 44 {/section} 45 </div> 46 47 </div> 48 </div>
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 |