alt tag für Hauptlogo
[kivitendo-erp.git] / templates / webpages / login / company_logo.html
1 [%- USE T8 %]
2 [%- USE HTML %][%- USE LxERP %]
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 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.'),
8    %]
9    </noscript>
10  <center>
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>
12
13   <h3 class="login">[% 'kivitendo' | $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 %]">[% 'Templates' | $T8 %]</a></th>
37      <td>[% HTML.escape(myconfig_templates) %]</td>
38     </tr>
39     <tr>
40      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Dataset' | $T8 %]</a></th>
41      <td>[% HTML.escape(myconfig_dbname) %]</td>
42     </tr>
43     <tr>
44      <th align="left">[% 'Database Host' | $T8 %]</th>
45      <td>[% HTML.escape(myconfig_dbhost) %]</td>
46     </tr>
47     <tr>
48      <th align="left">[% 'Webserver interface' | $T8 %]</th>
49      <td>[% HTML.escape(interface) %]</td>
50     </tr>
51     <tr class="nomobile">
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>
54     </tr>
55    </table>
56  </center>
57
58  [%- todo_list %]
59