5ca592bb1bc0a70f26165c281a609186c85c84ce
[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. kivitendo will then create the database and tables for you.' | $T8 %]</p>
9  <hr>
10  <p>[% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
11  [% 'Or download the whole Installation Documentation as PDF (350kB) for off-line study (currently in German Language): ' | $T8 %] <a href="doc/Kivitendo-Dokumentation.pdf" target="_blank">Kivitendo-Dokumentation.pdf</a></p>
12
13  <hr>
14
15  <p>
16   <a href="login.pl" target="_top">[% 'Login' | $T8 %]</a> |
17   <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
18  </p>
19
20 </body>
21 </html>