| [ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Review - Admin preview *} 2 <div class="content-view-full"> 3 <div class="class-review"> 4 5 <h1>{$node.name|wash}</h1> 6 7 <div class="attribute-byline"> 8 <p class="author">{$node.data_map.author.content|wash}</p> 9 <p class="date">({$node.object.published|l10n(shortdatetime)})</p> 10 <div class="break"></div> 11 </div> 12 13 <div class="attribute-long"> 14 <p>{$node.data_map.message.content|wash(xhtml)|break|wordtoimage|autolink}</p> 15 </div> 16 17 <div class="attribute-rating"> 18 <p> 19 <label>Rating:</label> 20 {attribute_view_gui attribute=$node.data_map.rating} 21 </p> 22 </div> 23 24 </div> 25 </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 |