<body> in eigene Zeile (für späteres entfernen)
[kivitendo-erp.git] / templates / webpages / login / company_logo.html
1 [%- USE T8 %]
2 [%- USE HTML %][%- USE LxERP %]
3 <body>
4  [%- DEFAULT myconfig_dbhost = 'localhost' %]
5    <noscript>
6    [% INCLUDE 'generic/information.html'
7      title_information = LxERP.t8('Your browser does not currently support Javascript.'),
8      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.'),
9    %]
10    </noscript>
11  <center>
12   <a class="nomobile" href="http://www.kivitendo.de" target="_top"><img src="image/kivitendo.png" border="0" title="[% 'kivitendo Homepage' | $T8 %]"></a>
13
14   <h3 class="login">[% 'kivitendo' | $T8 %] [% version %]</h3>
15
16   <p>[% 'companylogo_subtitle' | $T8 %]</p>
17   <p>
18    <b>
19     [% HTML.escape(myconfig_company) %]
20     <br>
21     [% HTML.escape(myconfig_address).replace('\\\\n', '<br>').replace('\n', '<br>') %]
22    </b>
23
24    <br>
25    <br>
26
27    <table border="0">
28     <tr>
29      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'User' | $T8 %]</a></th>
30      <td>[% HTML.escape(myconfig_name) %]</td>
31     </tr>
32     <tr>
33      <th align="left"><a href="am.pl?action=config" title="[% 'Preferences' | $T8 %]">[% 'Language' | $T8 %]</a></th>
34      <td>[% HTML.escape(myconfig_countrycode) %]</td>
35     </tr>
36     <tr>
37      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Templates' | $T8 %]</a></th>
38      <td>[% HTML.escape(myconfig_templates) %]</td>
39     </tr>
40     <tr>
41      <th align="left"><a href="admin.pl" title="[% 'Administration' | $T8 %]">[% 'Dataset' | $T8 %]</a></th>
42      <td>[% HTML.escape(myconfig_dbname) %]</td>
43     </tr>
44     <tr>
45      <th align="left">[% 'Database Host' | $T8 %]</th>
46      <td>[% HTML.escape(myconfig_dbhost) %]</td>
47     </tr>
48     <tr>
49      <th align="left">[% 'Webserver interface' | $T8 %]</th>
50      <td>[% HTML.escape(interface) %]</td>
51     </tr>
52     <tr class="nomobile">
53      <th align="left">[% 'kivitendo Homepage' | $T8 %]:</th>
54      <td><a href="http://kivitendo.de" target="_blank" title="[% 'kivitendo Homepage' | $T8 %]">http://kivitendo.de</a></td>
55     </tr>
56    </table>
57  </center>
58
59  [%- todo_list %]
60
61 </body>
62 </html>