[ 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}{'Form %formname'|i18n('design/standard/content/form',,hash('%formname',$node.name|wash))}{/set-block} 6 7 <h1>{'Collected information'|i18n('design/standard/content/form')}</h1> 8 9 <h2>{$object.name|wash}</h2> 10 11 {section show=$error} 12 13 {section show=$error_existing_data} 14 <p>{'You have already submitted data to this form. The previously submitted data was the following.'|i18n('design/standard/content/form')}</p> 15 {/section} 16 17 {/section} 18 19 {section loop=$collection.attributes} 20 21 <h3>{$:item.contentclass_attribute_name|wash}</h3> 22 23 {attribute_result_gui view=info attribute=$:item} 24 25 {/section} 26 27 <p/> 28 29 <a href={$node.parent.url|ezurl}>{'Return to site'|i18n('design/standard/content/form')}</a> 30 31 {/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 |