[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {section show=$validation.processed} 3 {section show=or($validation.attributes,$validation.placement)} 4 5 <div class="warning"> 6 {section show=and($validation.attributes,$validation.placement)} 7 <h2>{"Validation failed"|i18n("design/standard/content/edit")}</h2> 8 {section-else} 9 {section show=$validation.attributes} 10 <h2>{"Input did not validate"|i18n("design/standard/content/edit")}</h2> 11 {section-else} 12 <h2>{"Location did not validate"|i18n("design/standard/content/edit")}</h2> 13 {/section} 14 {/section} 15 <ul> 16 {section name=UnvalidatedPlacements loop=$validation.placement show=$validation.placement} 17 <li>{$:item.text}</li> 18 {/section} 19 {section name=UnvalidatedAttributes loop=$validation.attributes show=$validation.attributes} 20 <li>{$:item.name|wash}: {$:item.description}</li> 21 {/section} 22 </ul> 23 </div> 24 25 {section-else} 26 {section show=$validation_log} 27 <div class="warning"> 28 <h2>{"Input was partially stored"|i18n("design/standard/content/edit")}</h2> 29 {section name=ValidationLog loop=$validation_log} 30 <h4>{$:item.name|wash}:</h4> 31 <ul> 32 {section name=LogMessage loop=$:item.description} 33 <li>{$:item}</li> 34 {/section} 35 </ul> 36 {/section} 37 </div> 38 {section-else} 39 <div class="feedback"> 40 <h2>{"Input was stored successfully"|i18n("design/standard/content/edit")}</h2> 41 </div> 42 {/section} 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 |