[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* Flder - List embed view *} 2 <div class="content-view-embed"> 3 <div class="class-folder"> 4 <h2>{$object.name|wash}</h2> 5 6 <div class="content-body"> 7 {let attribute=$object.data_map.file} 8 {section show=$attribute.content} 9 <a href={concat("content/download/",$attribute.contentobject_id,"/",$attribute.id,"/file/",$attribute.content.original_filename)|ezurl}>{$attribute.content.original_filename|wash(xhtml)}</a> {$attribute.content.filesize|si(byte)} 10 {/section} 11 {/let} 12 </div> 13 </div> 14 </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 |