[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 <div class="block"> 3 {foreach $diff.changes as $change} 4 {if eq( $change.status, 0 )} 5 {$change.unchanged|wash( xhtml )|break()} 6 {elseif eq( $change.status, 1 )} 7 <del>{$change.removed|wash( xhtml )|break()}</del> 8 {elseif eq( $change.status, 2 )} 9 <ins>{$change.added|wash( xhtml )|break()}</ins> 10 {/if} 11 {/foreach} 12 </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 |