Besseres kivi-Bild
[kivitendo-erp.git] / templates / webpages / login / company_logo.html
1 [%- USE T8 %]
2 [%- USE HTML %][%- USE LxERP %]
3    <noscript>
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.'),
7    %]
8    </noscript>
9  <center>
10   <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo[% xmas %].png" class='kivitendo-logo' border="0" alt='[% 'kivitendo' | $T8 %]' title="[% 'kivitendo Homepage' | $T8 %]"></a>
11
12   <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
13
14 [%- IF git_head %]
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>
16 [%- END %]
17
18   <p>[% 'companylogo_subtitle' | $T8 %]</p>
19   <p>
20    <b>
21     [% HTML.escape(defaults.company) %]
22     <br>
23     [% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
24    </b>
25
26    <br>
27    <br>
28
29    <table border="0">
30     <tr>
31      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
32      <td>[% HTML.escape(MYCONFIG.name) %]</td>
33     </tr>
34     <tr>
35      <th align="left">[% IF AUTH.assert('admin', 'may_fail') %]<a href="controller.pl?action=ClientConfig/edit" title="[% 'Client Configuration' | $T8 %]">[% END %][% 'Client' | $T8 %][% IF AUTH.assert('admin', 'may_fail') %]</a>[% END %]</th>
36      <td>[% HTML.escape(client.name) %]</td>
37     </tr>
38     <tr>
39      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
40      <td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
41     </tr>
42     <tr>
43      <th align="left">[% 'Webserver interface' | $T8 %]</th>
44      <td>[% HTML.escape(interface) %]</td>
45     </tr>
46     <tr class="nomobile">
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>
49     </tr>
50    </table>
51  </center>
52
53  [%- todo_list %]