[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {section show=$warning_list} 3 <div class="error"> 4 <table width="100%" cellpadding="0" cellspacing="0" border="0"> 5 {section name=Warning loop=$warning_list} 6 <tr> 7 <td> 8 <h3 class="error">{section show=$Warning:item.identifier}<a href="#{$Warning:item.identifier}">{/section}{$Warning:item.error.type}::{$Warning:item.error.number}{section show=is_set( $Warning:item.error.count )} [{$Warning:item.error.count}]{/section}{section show=$Warning:item.identifier}</a>{/section}</h3> 9 <ul class="error"> 10 <li>{$Warning:item.text}</li> 11 </ul> 12 </td> 13 </tr> 14 {/section} 15 </table> 16 </div> 17 {/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 |