3  <div class="listtop">[% title %]</div>
 
   5  <form method="post" action="admin.pl">
 
   8    The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:
 
  14     <td>[% HTML.escape(db_host) %]</td>
 
  18     <td>[% HTML.escape(db_port) %]</td>
 
  22     <td>[% HTML.escape(db_user) %]</td>
 
  25     <td>Database name:</td>
 
  26     <td>[% HTML.escape(db_db) %]</td>
 
  31    Please enter the name of the database that will be used as the template for the new database:
 
  34   <p>Template database: <input name="db_template" value="template1"></p>
 
  37    If the database user listed above does not have the right to create a database then enter the name and password of the superuser below:
 
  42     <td>Superuser name:</td>
 
  43     <td><input name="db_superuser"></td>
 
  48     <td><input type="password" name="db_superuser_password"></td>
 
  52   <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
 
  53   <input type="hidden" name="action" value="create_auth_db">
 
  55   <input type="submit" class="submit" value="Create Dataset">
 
  56   <input type="button" class="submit" onclick="history.back()" value="Back">