[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {def $state=array( 'old', 'new' ) 3 $counter=0} 4 {foreach array( $diff.old_content, $diff.new_content ) as $attr} 5 <div class="attribute-view-diff-{$state[$counter]}"> 6 {set $counter=inc( $counter )} 7 <label>{'Version %ver'|i18n( 'design/standard/content/datatype',, hash( '%ver', $attr.version ) )}:</label> 8 {if $attr.content} 9 <table class="list" cellspacing="0"> 10 <tr> 11 <th class="tight">{'Related object ID'|i18n( 'design/standard/content/datatype' )}</th> 12 <th>{'Object name'|i18n( 'design/standard/content/datatype' )}</th> 13 <th>{'Type'|i18n( 'design/standard/content/datatype' )}</th> 14 <th>{'Modified'|i18n( 'design/standard/content/datatype' )}</th> 15 <th>{'Creator'|i18n( 'design/standard/content/datatype' )}</th> 16 </tr> 17 <tr> 18 <td>{$attr.content.id}</td> 19 <td>{$attr.content.name|wash}</td> 20 <td>{$attr.content.class_name|wash}</td> 21 <td>{$attr.content.modified|l10n( 'shortdatetime' )}</td> 22 <td>{$attr.content.current.creator.name|wash}</td> 23 </tr> 24 </table> 25 {else} 26 {'No relation'|i18n( 'design/standard/content/datatype' )} 27 {/if} 28 </div> 29 {/foreach}
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 |