Merge branch 'master' of git@lx-office.linet-services.de:lx-office-erp
[kivitendo-erp.git] / templates / webpages / login / auth_db_unreachable.html
1 [%- USE T8 %]
2 <body>
3
4  <p><b>[% 'Error!' | $T8 %]</b></p>
5
6  <p>[%- 'The authentication database is not reachable at the moment. Either it hasn\'t been set up yet or the database server might be down. Please contact your administrator.' | $T8 %]</p>
7
8  <p>[% 'If you want to set up the authentication database yourself then log in to the administration panel. Lx-Office will then create the database and tables for you.' | $T8 %]</p>
9  <hr>
10  <p>[% 'For further information read this:' | $T8 %] <a href="doc/INSTALL/Benutzerauthentifizierung-und-Administratorpasswort.html" target="_blank">Lx-Office Installation</a><br>
11  [% 'Or download the whole Installation Documentation as PDF (110kB) for off-line study (currently in German Language).' | $T8 %] <a href="doc/Lx-Office_Installation_DE.pdf">Lx-Office_Installation_DE.pdf</a></p>
12  
13  <hr>
14  <p>
15   <a href="login.pl" target="_top">[% 'Login' | $T8 %]</a> |
16   <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
17  </p>
18
19 </body>
20 </html>