X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Flogin%2Fcompany_logo.html;h=00273aa9695becbf019030f8b8b2f141a861c6bd;hb=44c56028e89de13928738f898c9d12d62be4e4ed;hp=fc758d89a9bf654567155de7f89d5d94f960bbfb;hpb=bb800c52769934354b53caa7a81ee52e88e3b4d4;p=kivitendo-erp.git diff --git a/templates/webpages/login/company_logo.html b/templates/webpages/login/company_logo.html index fc758d89a..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,33 +28,26 @@ - + - - - - - - + + - - + + - - + +
[% 'User' | $T8 %][% 'User' | $T8 %] [% HTML.escape(myconfig_name) %]
[% 'Language' | $T8 %][% HTML.escape(myconfig_countrycode) %]
[% 'Dataset' | $T8 %][% HTML.escape(myconfig_dbname) %][% IF AUTH_RIGHTS_ADMIN %][% END %][% 'Client' | $T8 %][% IF AUTH_RIGHTS_ADMIN %][% END %][% HTML.escape(client.name) %]
[% 'Database Host' | $T8 %][% HTML.escape(myconfig_dbhost) %][% 'Language' | $T8 %][% HTML.escape(myconfig_countrycode) %]
[% 'Webserver interface' | $T8 %] [% HTML.escape(interface) %]
[% 'Lx-Office Homepage' | $T8 %]:http://lx-office.org[% 'kivitendo Homepage' | $T8 %]:http://kivitendo.de

[%- todo_list %] - - -