[ 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 {include uri='design:setup/setup_header.tpl' setup=$setup} 4 5 <form method="post" action="{$script}"> 6 7 <p> 8 {"The database is ready for initialization, click the %1 button when ready."|i18n("design/standard/setup/init",,array(concat("<i>","Continue"|i18n("design/standard/setup/init"),"</i>")))} 9 </p> 10 {section show=$database_info.info.has_demo_data} 11 {section show=$demo_data.can_unpack} 12 <p> 13 {"If you want you can let the setup add some demo data to your database, this demo data will give a good demonstration of the capabilities of eZ publish"|i18n("design/standard/setup/init")} {$#version.major}.{$#version.minor}. 14 {"First time users are advised to install the demo data."|i18n("design/standard/setup/init")} 15 </p> 16 <div class="input_highlight"> 17 <p> 18 {"Install demo data?"|i18n("design/standard/setup/init")} 19 <input type="checkbox" name="eZSetupDemoData" value="1" {section show=$demo_data.use}checked="checked"{/section} /> 20 <p> 21 </div> 22 {section-else} 23 <blockquote class="note"> 24 <p> 25 {"Cannot install demo data, the zlib extension is missing from your PHP installation."|i18n("design/standard/setup/init")} 26 </p> 27 </blockquote> 28 <input type="hidden" name="eZSetupDemoData" value="0" /> 29 {/section} 30 {section-else} 31 <blockquote class="note"> 32 <p> 33 {$database_info.info.name} {"does not support installing demo data at this point."|i18n("design/standard/setup/init")} 34 </p> 35 </blockquote> 36 <input type="hidden" name="eZSetupDemoData" value="0" /> 37 {/section} 38 39 {section show=$database_status.error} 40 <div class="error"> 41 <p> 42 {section show=$demo_status|not} 43 <h2>{"Demo data failure"|i18n("design/standard/setup/init")}</h2> 44 <ul> 45 <li>{"Could not unpack the demo data."|i18n("design/standard/setup/init")}</li> 46 <li>{"You should try to install without demo data."|i18n("design/standard/setup/init")}</li> 47 </ul> 48 {section-else} 49 <h2>{"Initialization failed"|i18n("design/standard/setup/init")}</h2> 50 <ul> 51 <li>{"The database could not be properly initialized."|i18n("design/standard/setup/init")}</li> 52 <li>{$database_status.error.text}</li> 53 <li>{$database_info.info.name} Error #{$database_status.error.number}</li> 54 </ul> 55 {/section} 56 </p> 57 </div> 58 {/section} 59 60 {section show=$database_info.table.is_empty|not} 61 <h1>{"Warning"|i18n("design/standard/setup/init")}</h1> 62 <p> 63 {"Your database already contains data."|i18n("design/standard/setup/init")} 64 {"The setup can continue with the initialization but may damage the present data."|i18n("design/standard/setup/init")} 65 </p> 66 <p> 67 {"What do you want the setup to do?"|i18n("design/standard/setup/init")} 68 </p> 69 70 <blockquote class="note"> 71 <p> 72 <b>{"Note"|i18n("design/standard/setup/init")}:</b> 73 {"The setup will not do an upgrade from older eZ publish versions (such as 2.2.7) if you leave the data as it is. This is only meant for people who have existing data that they don't want to lose. If you have existing eZ publish 3.0 data (such as from an RC release) you should skip DB initialization, however you will then need to do a manual upgrade."|i18n("design/standard/setup/init")} 74 </p> 75 </blockquote> 76 77 <div class="input_highlight"> 78 <table cellspacing="0" cellpadding="0" border="0"> 79 <tr> 80 <td class="normal"> 81 <p>{"Continue but leave the data as it is."|i18n("design/standard/setup/init")}</p> 82 </td> 83 <td rowspan="4" class="normal"> 84 85 </td> 86 <td class="normal"> 87 <input type="radio" name="eZSetupDatabaseDataChoice" value="1" /> 88 </td> 89 </tr> 90 <tr> 91 <td class="normal"> 92 <p>{"Continue but remove the data first."|i18n("design/standard/setup/init")}</p> 93 </td> 94 <td class="normal"> 95 <input type="radio" name="eZSetupDatabaseDataChoice" value="2" checked="checked" /> 96 </td> 97 </tr> 98 <tr> 99 <td class="normal"> 100 <p>{"Keep data and skip database initialization."|i18n("design/standard/setup/init")}</p> 101 </td> 102 <td class="normal"> 103 <input type="radio" name="eZSetupDatabaseDataChoice" value="3" /> 104 </td> 105 </tr> 106 <tr> 107 <td class="normal"> 108 <p>{"Let me choose a new database."|i18n("design/standard/setup/init")}</p> 109 </td> 110 <td class="normal"> 111 <input type="radio" name="eZSetupDatabaseDataChoice" value="4" /> 112 </td> 113 </tr> 114 </table> 115 </div> 116 {section-else} 117 <input type="hidden" name="eZSetupDatabaseDataChoice" value="1" /> 118 {/section} 119 120 121 <blockquote class="note"> 122 <p> 123 <b>{"Note"|i18n("design/standard/setup/init")}:</b> 124 {"It can take some time initializing the database so please be patient and wait until the new page is finished."|i18n("design/standard/setup/init")} 125 </p> 126 </blockquote> 127 128 129 <div class="buttonblock"> 130 <input type="hidden" name="eZSetupDatabaseReady" value="" /> 131 <input type="hidden" name="ChangeStepAction" value="" /> 132 <input class="defaultbutton" type="submit" name="StepButton_8" value="{'Continue'|i18n('design/standard/setup/init')} >>" /> 133 </div> 134 {include uri='design:setup/persistence.tpl'} 135 </form>
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 |