Templates werden nicht mehr explizit übersetzt: *_master in * umbenannt
[kivitendo-erp.git] / templates / webpages / login / company_logo.html
1 [%- USE T8 %]
2 [% USE HTML %][% USE LxERP %]<body>
3  [%- DEFAULT myconfig_dbhost = 'localhost' %]
4
5  <center>
6   <a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
7
8   <h2 class="login">[% 'Version' | $T8 %] [% version %]</h2>
9
10   <p>[% 'Licensed to' | $T8 %]</p>
11
12   <p>
13    <b>
14     [% HTML.escape(myconfig_company) %]
15     <br>
16     [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
17    </b>
18
19    <br>
20
21    <table border="0">
22     <tr>
23      <th align="left">[% 'User' | $T8 %]</th>
24      <td>[% HTML.escape(myconfig_name) %]</td>
25     </tr>
26     <tr>
27      <th align="left">[% 'Dataset' | $T8 %]</th>
28      <td>[% HTML.escape(myconfig_dbname) %]</td>
29     </tr>
30     <tr>
31      <th align="left">[% 'Database Host' | $T8 %]</th>
32      <td>[% HTML.escape(myconfig_dbhost) %]</td>
33     </tr>
34     <tr>
35     </tr>
36     <tr>
37     </tr>
38     <tr class="nomobile">
39      <th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th>
40     </tr>
41    </table>
42
43    <noscript>
44    [% INCLUDE 'generic/information.html'
45      title_information = LxERP.t8('Your browser does not currently support Javascript.'),
46      label_information = LxERP.t8('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.'),
47    %]
48    </noscript>
49  </center>
50
51  [%- todo_list %]
52
53 </body>
54 </html>