472d479898ff8688b22013aac50be2a57759c3c1
[kivitendo-erp.git] / templates / mobile_webpages / login / company_logo.html
1 [%- USE T8 %]
2 [%- USE HTML %][%- USE LxERP %]
3  <center>
4   <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>
5
6   <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
7
8 [%- IF git_head %]
9   <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>
10 [%- END %]
11
12   <p>[% 'companylogo_subtitle' | $T8 %]</p>
13   <p>
14    <b>
15     [% HTML.escape(defaults.company) %]
16     <br>
17     [% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
18    </b>
19
20    <br>
21    <br>
22
23    <table border="0">
24     <tr>
25      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
26      <td>[% HTML.escape(MYCONFIG.name) %]</td>
27     </tr>
28     <tr>
29      <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>
30      <td>[% HTML.escape(client.name) %]</td>
31     </tr>
32     <tr>
33      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
34      <td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
35     </tr>
36     <tr>
37      <th align="left">[% 'Webserver interface' | $T8 %]</th>
38      <td>[% HTML.escape(interface) %]</td>
39     </tr>
40     <tr class="nomobile">
41      <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
42      <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
43     </tr>
44    </table>
45  </center>
46
47  [%- todo_list %]