[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {let Nodes=hash( item, hash( name, 'param value', contentobject_id, 42 ) )} 2 `{'Some simple text'|i18n( 'nocontext' )}` 3 `{'Some simple text with indexed parameter: %1'|i18n( 'nocontext',, array( 'param value' ) )}` 4 `{'Some simple text with named parameter: %param'|i18n( 'nocontext',, hash( '%param', 'param value' ) )}` 5 `{'Some simple text with dynamic named parameter: %quoted_param'|i18n( 'nocontext',, hash( '%quoted_param', concat( '"', $Nodes.item.name, '"' ) ) )}` 6 `<a href={concat( 'content/edit/', $Nodes.item.contentobject_id )}><img title="{'Click here to edit the contents of %quoted_name'|i18n( 'design/admin/layout',,hash( '%quoted_name', concat( '"', $Nodes.item.name, '"' ) ) )|wash}" /></a>` 7 {/let}
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 |