Revision 6cca1107
Von Hans P. Schlaepfer vor mehr als 3 Jahren hinzugefügt
templates/webpages/login/company_logo.html | ||
---|---|---|
1 |
<noscript> |
|
2 |
[% INCLUDE 'generic/information.html' |
|
3 | 1 |
[% USE T8 %] |
4 | 2 |
[% USE HTML %] |
5 | 3 |
[% USE LxERP %] |
6 | 4 |
|
5 |
<div class="logged-in"> |
|
6 |
<noscript> |
|
7 |
[% INCLUDE 'generic/information.html' |
|
7 | 8 |
title_information = LxERP.t8('Your browser does not currently support Javascript.'), |
8 | 9 |
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.'), |
9 |
%] |
|
10 |
</noscript> |
|
11 |
<center> |
|
12 |
<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> |
|
10 |
%] |
|
11 |
</noscript> |
|
12 |
<div class="col" style="width:270px"> |
|
13 |
<a class="nomobile" href="http://www.kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ([% 'Open in new window' | $T8 %])"> |
|
14 |
<img src="image/kivitendo[% xmas %].png" class="kivitendo-logo" alt="[% 'kivitendo' | $T8 %]"></a> |
|
15 |
</div> |
|
16 |
<div class="col"> |
|
17 |
<h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3> |
|
13 | 18 |
|
14 |
<h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3> |
|
19 |
[% IF git_head %] |
|
20 |
<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> |
|
21 |
[% END %] |
|
15 | 22 |
|
16 |
[%- IF git_head %] |
|
17 |
<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> |
|
18 |
[%- END %] |
|
19 |
|
|
20 |
<p>[% 'companylogo_subtitle' | $T8 %]</p> |
|
21 |
<p> |
|
22 |
<b> |
|
23 |
[% HTML.escape(defaults.company) %] |
|
24 |
<br> |
|
25 |
[% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %] |
|
26 |
</b> |
|
27 |
|
|
28 |
<br> |
|
29 |
<br> |
|
30 |
|
|
31 |
<table border="0"> |
|
32 |
<tr> |
|
33 |
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th> |
|
34 |
<td>[% HTML.escape(MYCONFIG.name) %]</td> |
|
35 |
</tr> |
|
36 |
<tr> |
|
37 |
<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> |
|
38 |
<td>[% HTML.escape(client.name) %]</td> |
|
39 |
</tr> |
|
40 |
<tr> |
|
41 |
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th> |
|
42 |
<td>[% HTML.escape(MYCONFIG.countrycode) %]</td> |
|
43 |
</tr> |
|
44 |
<tr> |
|
45 |
<th align="left">[% 'Webserver interface' | $T8 %]</th> |
|
46 |
<td>[% HTML.escape(interface) %]</td> |
|
47 |
</tr> |
|
48 |
<tr class="nomobile"> |
|
49 |
<th align="left">[% 'kivitendo Homepage' | $T8 %]:</th> |
|
50 |
<td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td> |
|
51 |
</tr> |
|
52 |
</table> |
|
53 |
</center> |
|
23 |
<table class="tbl-horizontal"> |
|
24 |
<tbody> |
|
25 |
<tr> |
|
26 |
<th>[% 'companylogo_subtitle' | $T8 %]</th> |
|
27 |
<td><b>[% HTML.escape(defaults.company) %]<br></b>[% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]</td> |
|
28 |
</tr> |
|
29 |
<tr> |
|
30 |
<th><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th> |
|
31 |
<td>[% HTML.escape(MYCONFIG.name) %]</td> |
|
32 |
</tr> |
|
33 |
<tr> |
|
34 |
<th>[% IF AUTH.assert('admin', 'may_fail') %] |
|
35 |
<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><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>[% 'Webserver interface' | $T8 %]</th> |
|
44 |
<td>[% HTML.escape(interface) %]</td> |
|
45 |
</tr> |
|
46 |
<tr class="nomobile"> |
|
47 |
<th>[% 'kivitendo Homepage' | $T8 %]:</th> |
|
48 |
<td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ,[% 'Open in new window' | $T8 %]">http://kivitendo.de</a></td> |
|
49 |
</tr> |
|
50 |
</tbody> |
|
51 |
</table> |
|
52 |
</div> |
|
53 |
</div> |
|
54 | 54 |
|
55 | 55 |
[% todo_list %] |
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/login/company_logo.html