Umstellung der Benutzerverwaltung von Dateien im Verzeichnis "users" auf die Verwendu...
[kivitendo-erp.git] / templates / webpages / admin / create_dataset_de.html
1 [% USE HTML %]<body class="admin">
2
3   <h2>[% title %]</h2>
4
5   <form method="post" action="admin.pl">
6
7    <table>
8     <tr>
9      <th valign="top" align="right" nowrap>existierende Datenbanken</th>
10      <td valign="top">[% HTML.escape(dbsources) %]</td>
11     </tr>
12
13     <tr>
14      <th align="right" nowrap>Datenbank anlegen</th>
15      <td><input name="db"></td>
16     </tr>
17
18     <tr>
19      <th align="right" nowrap>Schriftsatz</th>
20      <td>
21       <select name="encoding">
22        [% FOREACH row = DBENCODINGS %]<option value="[% HTML.escape(row.dbencoding) %]" [% IF row.selected %]selected[% END %]>[% HTML.escape(row.label) %]</option>[% END %]
23       </select>
24      </td>
25     </tr>
26
27     <tr>
28      <th valign="top" align="right" nowrap>Kontenplan anlegen</th>
29      <td>
30       <select name="chart">
31        [% FOREACH row = CHARTS %]<option [% IF row.selected %]selected[% END %]>[% HTML.escape(row.name) %]</option>[% END %]
32       </select>
33      </td>
34     </tr>
35
36    </table>
37
38    <input type="hidden" name="dbdriver"  value="[% HTML.escape(dbdriver) %]">
39    <input type="hidden" name="dbuser"    value="[% HTML.escape(dbuser) %]">
40    <input type="hidden" name="dbhost"    value="[% HTML.escape(dbhost) %]">
41    <input type="hidden" name="dbport"    value="[% HTML.escape(dbport) %]">
42    <input type="hidden" name="dbpasswd"  value="[% HTML.escape(dbpasswd) %]">
43    <input type="hidden" name="dbdefault" value="[% HTML.escape(dbdefault) %]">
44
45    <input type="hidden" name="callback" value="admin.pl?action=list_users">
46
47    <input type="hidden" name="nextsub" value="dbcreate">
48
49    <hr size="3" noshade>
50
51    <p><input type="submit" class="submit" name="action" value="Weiter"></p>
52
53   </form>
54
55 </body>
56 </html>