3  <div class="listtop">[% title %]</div>
 
   5  <form method="post" action="admin.pl">
 
   8    <translate>The database for user management and authentication does
 
   9     not exist. You can create let Lx-Office create it with the
 
  10     following parameters:</translate>
 
  15     <td><translate>Host</translate>:</td>
 
  16     <td>[% HTML.escape(db_host) %]</td>
 
  19     <td><translate>Port</translate>:</td>
 
  20     <td>[% HTML.escape(db_port) %]</td>
 
  23     <td><translate>User name</translate>:</td>
 
  24     <td>[% HTML.escape(db_user) %]</td>
 
  27     <td><translate>Database name</translate>:</td>
 
  28     <td>[% HTML.escape(db_db) %]</td>
 
  33    <translate>Please enter the name of the database that will be
 
  34     used as the template for the new database:</translate>
 
  37   <p><translate>Template database</translate>: <input name="db_template" value="template1"></p>
 
  40    <translate>If the database user listed above does not have the
 
  41     right to create a database then enter the name and password of the
 
  42     superuser below:</translate>
 
  47     <td><translate>Superuser name</translate>:</td>
 
  48     <td><input name="db_superuser"></td>
 
  52     <td><translate>Password</translate>:</td>
 
  53     <td><input type="password" name="db_superuser_password"></td>
 
  57   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
 
  58   <input type="hidden" name="action" value="create_auth_db">
 
  60   <input type="submit" class="submit" value="<translate>Create Dataset</translate>">
 
  61   <input type="button" class="submit" onclick="history.back()" value="<translate>Back</translate>">