Automatisches Ersetzen von <translate>...</translate> durch $T8
[kivitendo-erp.git] / templates / webpages / login / company_logo_en.html
1 [% USE HTML %][% USE LxERP %]<body>
2  [%- DEFAULT myconfig_dbhost = 'localhost' %]
3
4  <center>
5   <a class="nomobile" 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>Licensed to</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">User</th>
23      <td>[% HTML.escape(myconfig_name) %]</td>
24     </tr>
25     <tr>
26      <th align="left">Dataset</th>
27      <td>[% HTML.escape(myconfig_dbname) %]</td>
28     </tr>
29     <tr>
30      <th align="left">Database Host</th>
31      <td>[% HTML.escape(myconfig_dbhost) %]</td>
32     </tr>
33     <tr>
34     </tr>
35     <tr>
36     </tr>
37     <tr class="nomobile">
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_master.html'
44      title_information = 'Your browser does not currently support Javascript.',
45      label_information = 'A lot of the usability of Lx-Office has been enhanced with javascript. Although it is currently possible to use every aspect of Lx-Office without javascript, we strongly recommend it. In a future version this may change and javascript may be necessary to access advanced features.',
46    %]
47    </noscript>
48  </center>
49
50  [%- todo_list %]
51
52 </body>
53 </html>