2 [% USE HTML %][% USE LxERP %]<body>
 
   3  [%- DEFAULT myconfig_dbhost = 'localhost' %]
 
   6   <a class="nomobile" href="http://www.lx-office.org" target="_top"><img src="image/lx-office-erp.png" border="0"></a>
 
   8   <h2 class="login">[% 'Version' | $T8 %] [% version %]</h2>
 
  10   <p>[% 'Licensed to' | $T8 %]</p>
 
  14     [% HTML.escape(myconfig_company) %]
 
  16     [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
 
  23      <th align="left">[% 'User' | $T8 %]</th>
 
  24      <td>[% HTML.escape(myconfig_name) %]</td>
 
  27      <th align="left">[% 'Dataset' | $T8 %]</th>
 
  28      <td>[% HTML.escape(myconfig_dbname) %]</td>
 
  31      <th align="left">[% 'Database Host' | $T8 %]</th>
 
  32      <td>[% HTML.escape(myconfig_dbhost) %]</td>
 
  39      <th colspan="2" align="center"><a href="http://lx-office.org" target="blank">http://lx-office.org</a></th>
 
  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.'),