10adcc0aa16d3e6e4a11b5da03cb903b3a2ff259
[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  <center>
11   <a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0" title="[% 'Lx-Office Homepage' | $T8 %]"></a>
12
13   <h3 class="login">[% 'Lx-Office' | $T8 %] [% version %]</h3>
14
15   <p>[% 'companylogo_subtitle' | $T8 %]</p>
16   <p>
17    <b>
18     [% HTML.escape(myconfig_company) %]
19     <br>
20     [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
21    </b>
22
23    <br>
24    <br>
25
26    <table border="0">
27     <tr>
28      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
29      <td>[% HTML.escape(myconfig_name) %]</td>
30     </tr>
31     <tr>
32      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
33      <td>[% HTML.escape(myconfig_countrycode) %]</td>
34     </tr>
35     <tr>
36      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Dataset' | $T8 %]</a></th>
37      <td>[% HTML.escape(myconfig_dbname) %]</td>
38     </tr>
39     <tr>
40      <th align="left">[% 'Database Host' | $T8 %]</th>
41      <td>[% HTML.escape(myconfig_dbhost) %]</td>
42     </tr>
43     <tr>
44      <th align="left">[% 'Webserver interface' | $T8 %]</th>
45      <td>[% HTML.escape(interface) %]</td>
46     </tr>
47     <tr class="nomobile">
48      <th align="left">[% 'Lx-Office Homepage' | $T8 %]:</th>
49      <td><a href="http://lx-office.org" target="_blank" title="[% 'Lx-Office Homepage' | $T8 %]">http://lx-office.org</a></td>
50     </tr>
51    </table>
52  </center>
53
54  [%- todo_list %]
55
56 </body>
57 </html>