[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {default collection=cond( $collection_id, fetch( content, collected_info_collection, hash( collection_id, $collection_id ) ), 2 fetch( content, collected_info_collection, hash( contentobject_id, $node.contentobject_id ) ) )} 3 4 {set-block scope=global variable=title}{'Feedback for %feedbackname'|i18n( 'design/admin/content/collectedinfo/feedback',, hash( '%feedbackname', $node.name ) )|wash}{/set-block} 5 6 <div class="context-block"> 7 8 {* DESIGN: Header START *}<div class="box-header"><div class="box-tc"><div class="box-ml"><div class="box-mr"><div class="box-tl"><div class="box-tr"> 9 10 <h1 class="context-title">{$object.name|wash}</h1> 11 12 {* DESIGN: Mainline *}<div class="header-mainline"></div> 13 14 {* DESIGN: Header END *}</div></div></div></div></div></div> 15 16 {* DESIGN: Content START *}<div class="box-bc"><div class="box-ml"><div class="box-mr"><div class="box-bl"><div class="box-br"><div class="box-content"> 17 18 <div class="block"> 19 20 {section show=$error} 21 22 {section show=$error_existing_data} 23 <p>{'You have already submitted data to this feedback. The previously submitted data was the following.'|i18n('design/admin/content/collectedinfo/feedback')}</p> 24 {/section} 25 26 {section-else} 27 28 <p>{'Thanks for your feedback, the following information was collected.'|i18n('design/admin/content/collectedinfo/feedback')}</p> 29 30 {/section} 31 32 <div class="block"> 33 {section loop=$collection.attributes} 34 35 <h3>{$:item.contentclass_attribute_name|wash}</h3> 36 37 {attribute_result_gui view=info attribute=$:item} 38 39 {/section} 40 </div> 41 42 <p/> 43 44 <a href={$node.parent.url|ezurl}>{'Return to site'|i18n('design/admin/content/collectedinfo/feedback')}</a> 45 46 </div> 47 48 {* DESIGN: Content END *}</div></div></div></div></div></div> 49 50 </div> 51 52 {/default}
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 |