"kivitendo" wird komplett klein geschrieben
[kivitendo-erp.git] / templates / webpages / login_screen / auth_db_unreachable.html
1 [%- USE T8 %]
2
3  <p><b>[% 'Error!' | $T8 %]</b></p>
4
5  <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>
6
7  <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>
8  <hr>
9  <p>[% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
10  [% '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>
11
12  <hr>
13
14  <p>
15   <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% 'Login' | $T8 %]</a> |
16   <a href="admin.pl" target="_top">[% 'Administration' | $T8 %]</a>
17  </p>