1939fc3c8984a5a94d444ebd1c0d383d98814487
[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 [%- IF git_head %]
16   <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>
17 [%- END %]
18
19   <p>[% 'companylogo_subtitle' | $T8 %]</p>
20   <p>
21    <b>
22     [% HTML.escape(myconfig_company) %]
23     <br>
24     [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
25    </b>
26
27    <br>
28    <br>
29
30    <table border="0">
31     <tr>
32      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
33      <td>[% HTML.escape(myconfig_name) %]</td>
34     </tr>
35     <tr>
36      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
37      <td>[% HTML.escape(myconfig_countrycode) %]</td>
38     </tr>
39     <tr>
40      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Templates' | $T8 %]</a></th>
41      <td>[% HTML.escape(myconfig_templates) %]</td>
42     </tr>
43     <tr>
44      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Dataset' | $T8 %]</a></th>
45      <td>[% HTML.escape(myconfig_dbname) %]</td>
46     </tr>
47     <tr>
48      <th align="left">[% 'Database Host' | $T8 %]</th>
49      <td>[% HTML.escape(myconfig_dbhost) %]</td>
50     </tr>
51     <tr>
52      <th align="left">[% 'Webserver interface' | $T8 %]</th>
53      <td>[% HTML.escape(interface) %]</td>
54     </tr>
55     <tr class="nomobile">
56      <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
57      <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
58     </tr>
59    </table>
60  </center>
61
62  [%- todo_list %]