X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Flogin%2Fcompany_logo.html;h=00273aa9695becbf019030f8b8b2f141a861c6bd;hb=8cce015eb15e1c919948b27441b9a7dfd905fe39;hp=7946c527416dff94f17e9ca1270c2f891c8d14ec;hpb=4b937d1a3839d8235a650172a59998c1b7126e22;p=kivitendo-erp.git diff --git a/templates/webpages/login/company_logo.html b/templates/webpages/login/company_logo.html index 7946c5274..00273aa96 100644 --- a/templates/webpages/login/company_logo.html +++ b/templates/webpages/login/company_logo.html @@ -1,23 +1,26 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] - [%- DEFAULT myconfig_dbhost = 'localhost' %] +[%- USE HTML %][%- USE LxERP %]
- + [% -

[% 'Lx-Office' | $T8 %] [% version %]

+

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

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

@@ -25,29 +28,26 @@ - + - - + + - - + + - - + + - - + +
[% 'User' | $T8 %][% 'User' | $T8 %] [% HTML.escape(myconfig_name) %]
[% 'Language' | $T8 %][% HTML.escape(myconfig_countrycode) %][% IF AUTH_RIGHTS_ADMIN %][% END %][% 'Client' | $T8 %][% IF AUTH_RIGHTS_ADMIN %][% END %][% HTML.escape(client.name) %]
[% 'Dataset' | $T8 %][% HTML.escape(myconfig_dbname) %][% 'Language' | $T8 %][% HTML.escape(myconfig_countrycode) %]
[% 'Database Host' | $T8 %][% HTML.escape(myconfig_dbhost) %][% 'Webserver interface' | $T8 %][% HTML.escape(interface) %]
[% 'Lx-Office Homepage' | $T8 %]:http://lx-office.org[% 'kivitendo Homepage' | $T8 %]:http://kivitendo.de

[%- todo_list %] - - -