2 [%- USE HTML %][%- USE LxERP %]
 
   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 kivitendo has been enhanced with javascript. Although it is currently possible to use every aspect of kivitendo 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.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
 
  13   <h3 class="login">[% 'kivitendo' | $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 %]">[% 'Templates' | $T8 %]</a></th>
 
  37      <td>[% HTML.escape(myconfig_templates) %]</td>
 
  40      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Dataset' | $T8 %]</a></th>
 
  41      <td>[% HTML.escape(myconfig_dbname) %]</td>
 
  44      <th align="left">[% 'Database Host' | $T8 %]</th>
 
  45      <td>[% HTML.escape(myconfig_dbhost) %]</td>
 
  48      <th align="left">[% 'Webserver interface' | $T8 %]</th>
 
  49      <td>[% HTML.escape(interface) %]</td>
 
  52      <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
 
  53      <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>