[ Index ] |
|
Code source de eZ Publish 3.9.0 |
1 {* DO NOT EDIT THIS FILE! Use an override template instead. *} 2 {*?template charset=latin1?*} 3 {let has_warnings=false()} 4 5 <form method="post" action="{$script}"> 6 7 {section loop=$test.results} 8 {section-exclude match=true()} 9 {section-include match=is_set($:item.2.warnings)} 10 {set has_warnings=true()} 11 {/section} 12 13 {section show=$has_warnings} 14 <div class="warning"> 15 {section name=Result loop=$test.results} 16 {section-exclude match=true()} 17 {section-include match=is_set($Result:item.2.warnings)} 18 <h2>Warning</h2> 19 <ul> 20 {section name=Warning loop=$Result:item.2.warnings} 21 {section show=is_array($:item.text)} 22 <li>{$:item.name} 23 <ul> 24 {section name=Text loop=$:item.text} 25 <li>{$:item}</li> 26 {/section} 27 </ul> 28 {section-else} 29 <li>{$:item.text}</li> 30 {/section} 31 {/section} 32 </ul></li> 33 {/section} 34 </div> 35 {/section} 36 37 <h1>{"System finetuning"|i18n("design/standard/setup/init")}</h1> 38 <p> 39 {"There are some issues that should be resolved to get maximum performance and features. A list of issues is presented below. Each section contains a description and a suggested / recommended solution."|i18n("design/standard/setup/init")} 40 </p><p> 41 {"Once the issues are handled, you may click the <i>Finetune</i> button to continue. The system check will be run again. If everything is okay, the setup will go to the next stage. If the issues are not solved the system finetune page will reappear."|i18n("design/standard/setup/init")} 42 </p><p> 43 {"If you do not want to fix these issues just click <i>Next</i>."|i18n("design/standard/setup/init")} 44 </p> 45 46 <h1>{"Issues"|i18n("design/standard/setup/init")}</h1> 47 <table width="100%" border="0" cellpadding="0" cellspacing="0"> 48 {section name=Result loop=$test.results} 49 {section-exclude match=$:item[0]|ne(2)} 50 <tr> 51 <td>{include uri=concat('design:setup/tests/',$:item[1],'_error.tpl') test_result=$:item result_number=$:number}</td> 52 </tr> 53 54 {delimiter} 55 <tr><td> </td></tr> 56 {/delimiter} 57 58 {/section} 59 </table> 60 61 {include uri='design:setup/init/navigation.tpl' finetune=true()} 62 {include uri='design:setup/persistence.tpl'} 63 </form> 64 65 {/let}
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 |