[ Index ]
 

Code source de eZ Publish 3.9.0

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/design/standard/templates/setup/init/ -> database_choice.tpl (source)

   1  {* DO NOT EDIT THIS FILE! Use an override template instead. *}
   2  {*?template charset=latin1?*}
   3  
   4  <div align="center">
   5    <h1>{"Choose database system"|i18n("design/standard/setup/init")}</h1>
   6  </div>
   7  
   8  <p>
   9   {"Both MySQL and PostgreSQL support was detected on your system. Please choose the database system you would like to use."|i18n("design/standard/setup/init")}
  10  </p>
  11  
  12  <form method="post" action="{$script}">
  13  <div class="input_highlight">
  14  <table border="0" cellspacing="0" cellpadding="0">
  15  <tr>
  16    <th class="label" colspan="2">Database:</th>
  17  </tr>
  18  {section name=DB loop=$database_list}
  19  <tr>
  20    <td class="normal" rowspan="1" valign="top">
  21    <input type="radio" id="eZSetupDatabase{$:item.type}" name="eZSetupDatabaseType" value="{$:item.type}" {section show=eq( $:item.type, $database_info.type )}checked="checked" {/section}/>
  22    </td>
  23    <td class="normal"><label class="radio" for="eZSetupDatabase{$:item.type}">{$:item.name}</label></td>
  24  </tr>
  25  {/section}
  26  </table>
  27  </div>
  28  
  29    {include uri='design:setup/init/navigation.tpl'}
  30    {include uri='design:setup/persistence.tpl'}
  31  </form>


Généré le : Sat Feb 24 10:30:04 2007 par Balluche grâce à PHPXref 0.7