Warnung im Startbildschirm, wenn Javascript ausgeschaltet ist.
[kivitendo-erp.git] / templates / webpages / login / company_logo_de.html
1 [% USE HTML %][% USE LxERP %]<body>
2  [%- DEFAULT myconfig_dbhost = 'localhost' %]
3
4  <center>
5   <a href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
6
7   <h2 class="login">Version [% version %]</h2>
8
9   <p>Lizenziert für</p>
10
11   <p>
12    <b>
13     [% HTML.escape(myconfig_company) %]
14     <br>
15     [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
16    </b>
17
18    <br>
19
20    <table border="0">
21     <tr>
22      <th align="left">Benutzer</th>
23      <td>[% HTML.escape(myconfig_name) %]</td>
24     </tr>
25     <tr>
26      <th align="left">Datenbank</th>
27      <td>[% HTML.escape(myconfig_dbname) %]</td>
28     </tr>
29     <tr>
30      <th align="left">Datenbankcomputer</th>
31      <td>[% HTML.escape(myconfig_dbhost) %]</td>
32     </tr>
33     <tr>
34     </tr>
35     <tr>
36     </tr>
37     <tr>
38      <th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th>
39     </tr>
40    </table>
41
42    <noscript>
43    [% INCLUDE  'generic/information_de.html'
44      title_information = 'Ihr Browser unterstützt im Moment kein Javascript!',
45      label_information = 'Die Bedienung von Lx-Office wurde an vielen Stellen mit Javascript verbessert. Obwohl es derzeit möglich ist, jeden Aspekt von Lx-Office auch ohne Javascript zu benutzen, empfehlen wir es. In einer zukünftigen Version wird Javascript eventuell notwendig sein um weitergehende Features zu benutzen.',
46    %]
47    </noscript>
48  </center>
49
50  [%- todo_list %]
51
52 </body>
53 </html>