[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {default collection=cond( $collection_id, fetch( content, collected_info_collection, hash( collection_id, $collection_id ) ), 3 fetch( content, collected_info_collection, hash( contentobject_id, $node.contentobject_id ) ) )} 4 5 {set-block scope=global variable=title}{'Feedback for %feedbackname'|i18n('design/standard/content/feedback',,hash('%feedbackname',$node.name|wash))}{/set-block} 6 7 <h1>{$object.name|wash}</h1> 8 9 {section show=$error} 10 11 {section show=$error_existing_data} 12 <p>{'You have already submitted data to this feedback. The previously submitted data was the following.'|i18n('design/standard/content/feedback')}</p> 13 {/section} 14 15 {section-else} 16 17 <p>{'Thanks for your feedback, the following information was collected.'|i18n('design/standard/content/feedback')}</p> 18 19 {/section} 20 21 <div class="block"> 22 {section loop=$collection.attributes} 23 24 <h3>{$:item.contentclass_attribute_name|wash}</h3> 25 26 {attribute_result_gui view=info attribute=$:item} 27 28 {/section} 29 </div> 30 31 <p/> 32 33 <a href={$node.parent.url|ezurl}>{'Return to site'|i18n('design/standard/content/feedback')}</a> 34 35 {/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 |