2 [%- USE HTML %][%- USE LxERP %]
 
   4    [% INCLUDE 'generic/information.html'
 
   5      title_information = LxERP.t8('Your browser does not currently support Javascript.'),
 
   6      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.'),
 
  10   <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>
 
  12   <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
 
  15   <p>[%- LxERP.t8("Git revision: #1, #2 #3", git_head.hash.substr(0, 7), git_head.author_date.to_kivitendo, git_head.author_date.strftime('%H:%M:%S %Z')) %]</p>
 
  18   <p>[% 'companylogo_subtitle' | $T8 %]</p>
 
  21     [% HTML.escape(defaults.company) %]
 
  23     [% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
 
  31      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
 
  32      <td>[% HTML.escape(myconfig_name) %]</td>
 
  35      <th align="left">[% IF AUTH_RIGHTS_ADMIN %]<a href="controller.pl?action=ClientConfig/edit" title="[% 'Client Configuration' | $T8 %]">[% END %][% 'Client' | $T8 %][% IF AUTH_RIGHTS_ADMIN %]</a>[% END %]</th>
 
  36      <td>[% HTML.escape(client.name) %]</td>
 
  39      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
 
  40      <td>[% HTML.escape(myconfig_countrycode) %]</td>
 
  43      <th align="left">[% 'Webserver interface' | $T8 %]</th>
 
  44      <td>[% HTML.escape(interface) %]</td>
 
  47      <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
 
  48      <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>