</body> entfernt
[kivitendo-erp.git] / templates / webpages / admin / check_auth_database.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3 <body>
4
5  <div class="listtop">[% title %]</div>
6
7  <form method="post" action="admin.pl">
8
9   <p>
10    [% 'The database for user management and authentication does not exist. You can create let kivitendo create it with the following parameters:' | $T8 %]
11   </p>
12
13   <table border="0">
14    <tr>
15     <td>[% 'Host' | $T8 %]:</td>
16     <td>[% HTML.escape(db_host) %]</td>
17    </tr>
18    <tr>
19     <td>[% 'Port' | $T8 %]:</td>
20     <td>[% HTML.escape(db_port) %]</td>
21    </tr>
22    <tr>
23     <td>[% 'User name' | $T8 %]:</td>
24     <td>[% HTML.escape(db_user) %]</td>
25    </tr>
26    <tr>
27     <td>[% 'Database name' | $T8 %]:</td>
28     <td>[% HTML.escape(db_db) %]</td>
29    </tr>
30   </table>
31
32   <p>
33    [% 'Please enter the name of the database that will be used as the template for the new database:' | $T8 %]
34   </p>
35
36   <p>[% 'Template database' | $T8 %]: <input name="db_template" value="template1"></p>
37
38   <p>
39    [% '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:' | $T8 %]
40   </p>
41
42   <table border="0"
43    <tr>
44     <td>[% 'Superuser name' | $T8 %]:</td>
45     <td><input name="db_superuser"></td>
46    </tr>
47
48    <tr>
49     <td>[% 'Password' | $T8 %]:</td>
50     <td><input type="password" name="db_superuser_password"></td>
51    </tr>
52   </table>
53
54   <input type="hidden" name="{AUTH}admin_password" value="[% HTML.escape(admin_password) %]">
55   <input type="hidden" name="action" value="create_auth_db">
56
57   <input type="submit" class="submit" value="[% 'Create Dataset' | $T8 %]">
58   <input type="button" class="submit" onclick="history.back()" value="[% 'Back' | $T8 %]">
59
60  </form>
61