X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=templates%2Fwebpages%2Flogin%2Fcompany_logo.html;h=00273aa9695becbf019030f8b8b2f141a861c6bd;hb=841d44c00aae1166a0721e40dc2f9ffb7b9ac5b5;hp=f65f2ff0ae8a80576f509c5e0d79b9fc778d16c5;hpb=38e7a330463acef3f5856985353faba026ecf7f9;p=kivitendo-erp.git diff --git a/templates/webpages/login/company_logo.html b/templates/webpages/login/company_logo.html index f65f2ff0a..00273aa96 100644 --- a/templates/webpages/login/company_logo.html +++ b/templates/webpages/login/company_logo.html @@ -1,51 +1,53 @@ [%- USE T8 %] -[% USE HTML %][% USE LxERP %] - [%- DEFAULT myconfig_dbhost = 'localhost' %] +[%- USE HTML %][%- USE LxERP %] - [%- todo_list %] -
- + [% -

[% '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 %][% 'User' | $T8 %] [% HTML.escape(myconfig_name) %]
[% 'Dataset' | $T8 %][% HTML.escape(myconfig_dbname) %]
[% 'Database Host' | $T8 %][% HTML.escape(myconfig_dbhost) %][% IF AUTH_RIGHTS_ADMIN %][% END %][% 'Client' | $T8 %][% IF AUTH_RIGHTS_ADMIN %][% 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 %]