64ad45ef657921b1e2455d19e81f508d67fb34c9
[kivitendo-erp.git] / templates / webpages / login / company_logo_master.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"><translate>Version</translate> [% version %]</h2>
8
9   <p><translate>Licensed to</translate></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"><translate>User</translate></th>
23      <td>[% HTML.escape(myconfig_name) %]</td>
24     </tr>
25     <tr>
26      <th align="left"><translate>Dataset</translate></th>
27      <td>[% HTML.escape(myconfig_dbname) %]</td>
28     </tr>
29     <tr>
30      <th align="left"><translate>Database Host</translate></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_<translate>master</translate>.html'
44      title_information = '<translate>Your browser does not currently support Javascript.</translate>',
45      label_information = '<translate>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.</translate>',
46    %]
47    </noscript>
48  </center>
49
50  [%- todo_list %]
51
52 </body>
53 </html>