2 [% USE HTML %][% USE LxERP %]<body>
3 [%- DEFAULT myconfig_dbhost = 'localhost' %]
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.'),
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>
13 <h3 class="login">[% 'Lx-Office' | $T8 %] [% version %]</h3>
15 <p>[% 'companylogo_subtitle' | $T8 %]</p>
18 [% HTML.escape(myconfig_company) %]
20 [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
28 <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
29 <td>[% HTML.escape(myconfig_name) %]</td>
32 <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
33 <td>[% HTML.escape(myconfig_countrycode) %]</td>
36 <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Dataset' | $T8 %]</a></th>
37 <td>[% HTML.escape(myconfig_dbname) %]</td>
40 <th align="left">[% 'Database Host' | $T8 %]</th>
41 <td>[% HTML.escape(myconfig_dbhost) %]</td>
44 <th align="left">[% 'Webserver interface' | $T8 %]</th>
45 <td>[% HTML.escape(interface) %]</td>
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>