--- /dev/null
+[% USE HTML %]<body>
+
+ <div class="listtop">[% title %]</div>
+
+ <form method="post" action="admin.pl">
+
+ <p>
+ The database for user management and authentication does not exist. You can create let Lx-Office create it with the following parameters:
+ </p>
+
+ <table border="0">
+ <tr>
+ <td>Host:</td>
+ <td>[% HTML.escape(db_host) %]</td>
+ </tr>
+ <tr>
+ <td>Port:</td>
+ <td>[% HTML.escape(db_port) %]</td>
+ </tr>
+ <tr>
+ <td>User name:</td>
+ <td>[% HTML.escape(db_user) %]</td>
+ </tr>
+ <tr>
+ <td>Database name:</td>
+ <td>[% HTML.escape(db_db) %]</td>
+ </tr>
+ </table>
+
+ <p>
+ Please enter the name of the database that will be used as the template for the new database:
+ </p>
+
+ <p>Template database: <input name="db_template" value="template1"></p>
+
+ <p>
+ 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:
+ </p>
+
+ <table border="0"
+ <tr>
+ <td>Superuser name:</td>
+ <td><input name="db_superuser"></td>
+ </tr>
+
+ <tr>
+ <td>Password:</td>
+ <td><input type="password" name="db_superuser_password"></td>
+ </tr>
+ </table>
+
+ <input type="hidden" name="rpw" value="[% HTML.escape(rpw) %]">
+ <input type="hidden" name="action" value="create_auth_db">
+
+ <input type="submit" class="submit" value="Create Dataset">
+ <input type="button" class="submit" onclick="history.back()" value="Back">
+
+ </form>
+
+</body>
+</html>