Mobile: Links in company_logo entfernt und auf Handyspace getrimmt
[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">[% 'User' | $T8 %]</th>
26      <td>[% MYCONFIG.name | html %]</td>
27     </tr>
28     <tr>
29      <th align="left">[% 'Client' | $T8 %]</th>
30      <td>[% client.name | html %]</td>
31     </tr>
32     <tr>
33      <th align="left">[% 'Language' | $T8 %]</th>
34      <td>[% MYCONFIG.countrycode | html %]</td>
35     </tr>
36    </table>
37  </center>
38
39  [%- todo_list %]