[ 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 9 </p> 10 11 12 <div class="input_highlight"> 13 <table border="0" cellspacing="0" cellpadding="0"> 14 <tr> 15 <th class="normal" colspan="3">Database:</th> 16 </tr> 17 <tr> 18 <td class="normal">Type</td> 19 <td rowspan="7" class="normal"> </td> 20 <td class="normal"> 21 {section show=$database_list|gt(1)} 22 <select name="eZSetupDatabaseType"> 23 {section name=DB loop=$database_list} 24 <option value="{$:item.type}">{$:item.name}</option> 25 {/section} 26 </select> 27 {section-else} 28 <b>{$database_list[0].name}</b> 29 <input type="hidden" name="eZSetupDatabaseType" value="{$database_list[0].type}" /> 30 {/section} 31 </td> 32 </tr> 33 </table> 34 </div> 35 36 37 <div class="buttonblock"> 38 <input type="hidden" name="ChangeStepAction" value="" /> 39 <input class="defaultbutton" type="submit" name="StepButton_5" value="{'Language Options'|i18n('design/standard/setup/init')} >>" /> 40 </div> 41 {include uri='design:setup/persistence.tpl'} 42 </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 |