[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {section show=$validation.processed} 2 {section show=or( $validation.attributes, $validation.placement )} 3 <div class="message-warning"> 4 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {'The draft could not be stored.'|i18n( 'design/admin/content/edit' )}</h2> 5 6 {section show=$validation.attributes} 7 <p>{'Required data is either missing or is invalid'|i18n( 'design/admin/content/edit' )}:</p> 8 <ul> 9 {section var=UnvalidatedAttributes loop=$validation.attributes} 10 <li>{$UnvalidatedAttributes.item.name|wash}: {$UnvalidatedAttributes.item.description}</li> 11 {/section} 12 </ul> 13 {/section} 14 15 {section show=$validation.placement} 16 <p>{'The following locations are invalid'|i18n( 'design/admin/content/edit' )}:</p> 17 <ul> 18 {section var=UnvalidatedPlacements loop=$validation.placement} 19 <li>{$UnvalidatedPlacements.item.text}</li> 20 {/section} 21 </ul> 22 {/section} 23 </div> 24 25 {section-else} 26 27 {section show=$validation_log} 28 <div class="message-warning"> 29 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {'The draft was only partially stored.'|i18n( 'design/admin/content/edit' )}</h2> 30 {section var=ValidationLogs loop=$validation_log} 31 <p>{$ValidationLogs.item.name|wash}:</p> 32 <ul> 33 {section var=LogMessages loop=$ValidationLogs.item.description} 34 <li>{$LogMessages.item}</li> 35 {/section} 36 </ul> 37 {/section} 38 </div> 39 {section-else} 40 <div class="message-feedback"> 41 <h2><span class="time">[{currentdate()|l10n( shortdatetime )}]</span> {'The draft was successfully stored.'|i18n( 'design/admin/content/edit' )}</h2> 42 </div> 43 {/section} 44 {/section}
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 |