Revision 44c0ef26
Von Hans P. Schlaepfer vor mehr als 4 Jahren hinzugefügt
templates/webpages/login/company_logo.html | ||
---|---|---|
<noscript>
|
||
[% INCLUDE 'generic/information.html'
|
||
[% USE T8 %]
|
||
[% USE HTML %]
|
||
[% USE LxERP %]
|
||
|
||
<div class="logged-in">
|
||
<noscript>
|
||
[% INCLUDE 'generic/information.html'
|
||
title_information = LxERP.t8('Your browser does not currently support Javascript.'),
|
||
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.'),
|
||
%]
|
||
</noscript>
|
||
<center>
|
||
<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>
|
||
%]
|
||
</noscript>
|
||
<div class="col" style="width:270px">
|
||
<a class="nomobile" href="http://www.kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ([% 'Open in new window' | $T8 %])">
|
||
<img src="image/kivitendo[% xmas %].png" class="kivitendo-logo" alt="[% 'kivitendo' | $T8 %]"></a>
|
||
</div>
|
||
<div class="col">
|
||
<h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
|
||
|
||
<h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
|
||
[% IF git_head %]
|
||
<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>
|
||
[% END %]
|
||
|
||
[%- IF git_head %]
|
||
<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>
|
||
[%- END %]
|
||
|
||
<p>[% 'companylogo_subtitle' | $T8 %]</p>
|
||
<p>
|
||
<b>
|
||
[% HTML.escape(defaults.company) %]
|
||
<br>
|
||
[% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
|
||
</b>
|
||
|
||
<br>
|
||
<br>
|
||
|
||
<table border="0">
|
||
<tr>
|
||
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
|
||
<td>[% HTML.escape(MYCONFIG.name) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<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>
|
||
<td>[% HTML.escape(client.name) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
|
||
<td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th align="left">[% 'Webserver interface' | $T8 %]</th>
|
||
<td>[% HTML.escape(interface) %]</td>
|
||
</tr>
|
||
<tr class="nomobile">
|
||
<th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
|
||
<td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
|
||
</tr>
|
||
</table>
|
||
</center>
|
||
<table class="tbl-horizontal">
|
||
<tbody>
|
||
<tr>
|
||
<th>[% 'companylogo_subtitle' | $T8 %]</th>
|
||
<td><b>[% HTML.escape(defaults.company) %]<br></b>[% HTML.escape(defaults.address).replace('\\\\n', '<br>').replace('\n', '<br>') %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
|
||
<td>[% HTML.escape(MYCONFIG.name) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 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>
|
||
<td>[% HTML.escape(client.name) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
|
||
<td>[% HTML.escape(MYCONFIG.countrycode) %]</td>
|
||
</tr>
|
||
<tr>
|
||
<th>[% 'Webserver interface' | $T8 %]</th>
|
||
<td>[% HTML.escape(interface) %]</td>
|
||
</tr>
|
||
<tr class="nomobile">
|
||
<th>[% 'kivitendo Homepage' | $T8 %]:</th>
|
||
<td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %] ,[% 'Open in new window' | $T8 %]">http://kivitendo.de</a></td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
</div>
|
||
</div>
|
||
|
||
[% todo_list %]
|
Auch abrufbar als: Unified diff
Neues Design 2019 Standard-Code templates/webpages/login/company_logo.html