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