X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Flogin%2Fcompany_logo.html;h=bfb40167af470fc0f5be3ed95b69c259f480f607;hb=9447acbeb7b1cd0bb4691aa1da8f533ca9099064;hp=a306456055c1a603cf4a15bb71cbf2a7dc7bad27;hpb=b61f5c3df68e3a3b4fb6a8a287172b0989215748;p=kivitendo-erp.git diff --git a/templates/webpages/login/company_logo.html b/templates/webpages/login/company_logo.html index a30645605..bfb40167a 100644 --- a/templates/webpages/login/company_logo.html +++ b/templates/webpages/login/company_logo.html @@ -1,54 +1,53 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] - [%- DEFAULT myconfig_dbhost = 'localhost' %] - +[%- USE HTML %][%- USE LxERP %] +
- + -

[% 'Version' | $T8 %] [% version %]

+

[% 'kivitendo' | $T8 %] [% version %]

-

[% 'Licensed to' | $T8 %]

+[%- IF git_head %] +

[%- 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')) %]

+[%- END %] +

[% 'companylogo_subtitle' | $T8 %]

- [% HTML.escape(myconfig_company) %] + [% HTML.escape(defaults.company) %]
- [% HTML.escape(myconfig_address).replace('\\\\n', '
').replace('\n', '
') %] + [% HTML.escape(defaults.address).replace('\\\\n', '
').replace('\n', '
') %]
+

- - - - - - + + - - + + + + + + - + +
[% 'User' | $T8 %][% HTML.escape(myconfig_name) %]
[% 'Dataset' | $T8 %][% HTML.escape(myconfig_dbname) %][% 'User' | $T8 %][% HTML.escape(MYCONFIG.name) %]
[% 'Database Host' | $T8 %][% HTML.escape(myconfig_dbhost) %][% IF AUTH.assert('admin', 'may_fail') %][% END %][% 'Client' | $T8 %][% IF AUTH.assert('admin', 'may_fail') %][% END %][% HTML.escape(client.name) %]
[% 'Language' | $T8 %][% HTML.escape(MYCONFIG.countrycode) %]
[% 'Webserver interface' | $T8 %][% HTML.escape(interface) %]
http://lx-office.org[% 'kivitendo Homepage' | $T8 %]:http://kivitendo.de
- -

[%- todo_list %] - - -