Datei wurde nach UTF-8 umcodiert
[kivitendo-erp.git] / templates / webpages / admin / list_users_de.html
1 [% USE HTML %]<body class="admin" onload="">
2
3  <form method="post" action="admin.pl">
4
5   <div class="listtop" width="100%">[% title %]</div>
6
7   <p>
8    <table width="100%">
9     <tr>
10      <th class="listtop">Anmeldung</th>
11      <th class="listtop">Name</th>
12      <th class="listtop">Firma</th>
13      <th class="listtop">Treiber</th>
14      <th class="listtop">Datenbankcomputer</th>
15      <th class="listtop">Datenbank</th>
16      <th class="listtop">Vorlagen</th>
17     </tr>
18
19     [% FOREACH row = MEMBERS %]
20      <tr class="listrow[% loop.count % 2 %]">
21       <td><a href="admin.pl?action=edit&login=[% HTML.url(row.login) %]">[% HTML.escape(row.login) %]</a></td>
22       <td>[% HTML.escape(row.name) %]</td>
23       <td>[% HTML.escape(row.company) %]</td>
24       <td>[% HTML.escape(row.dbdriver) %]</td>
25       <td>[% IF row.dbhost %][% HTML.escape(row.dbhost) %][% ELSE %]localhost[% END %]</td>
26       <td>[% HTML.escape(row.dbname) %]</td>
27       <td>[% HTML.escape(row.templates) %]</td>
28      </tr>
29     [% END %]
30
31     <td colspan="7"><hr size="3" noshade></td>
32    </table>
33   </p>
34
35
36   <input type="submit" class="submit" name="action" value="Benutzer erfassen">
37   <input type="submit" class="submit" name="action" value="Gruppen bearbeiten">
38   <input type="submit" class="submit" name="action" value="Datenbankadministration">
39   [% IF LOCKED %]
40    <input type="submit" class="submit" name="action" value="System entsperren">
41    [% ELSE %]
42    <input type="submit" class="submit" name="action" value="System sperren">
43   [% END %]
44   <input type="submit" class="submit" name="action" value="Abmeldung">
45
46   <p>Zum Bearbeiten den Zugriffsnamen anklicken!</p>
47
48   <p>Um einer Gruppe einen neuen Benutzer hinzuzuf&uuml;gen, &auml;ndern und speichern Sie am einfachsten einen bestehen den Zugriffsnamen. Unter dem neuen Namen wird dann ein Benutzer mit denselben Einstellungen angelegt.</p>
49  </form>
50
51  <form method="post" action="login.pl">
52
53   <div class="listheading">Lx-Office ERP Anmeldung</div>
54
55   <table border="0">
56    <tr>
57     <th align="right">Name</th>
58     <td><input class="login" name="login"></td>
59     <td>&nbsp;</td>
60    </tr>
61    <tr>
62     <th align="right">Passwort</th>
63     <td><input class="login" type="password" name="password"></td>
64     <td><input type="submit" name="action" value="Anmeldung"></td>
65    </tr>
66   </table>
67
68  </form>
69
70  <hr size="3" noshade>
71
72 </body>
73 </html>