Auslagern des HTML-Codes aus login.pl in HTML-Vorlagen.
[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>Lizensiert für</p>
10
11   <p>
12    <b>
13     [% HTML.escape(myconfig_company) %]
14     <br>
15     [% HTML.escape(myconfig_address).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     <tr>
41      <th colspan="2" align="center"><a href="mailto:info&#064;lx-office.org" target="blank">info&#064;lx-office.org</a></th>
42     </tr>
43    </table>
44
45  </center>
46
47 </body>
48 </html>