]> wagnertech.de Git - mfinanz.git/blob - templates/design40_webpages/login_screen/auth_db_unreachable.html
date error in mapping
[mfinanz.git] / templates / design40_webpages / login_screen / auth_db_unreachable.html
1 [% USE T8 %]
2
3 <div class="wrapper">
4
5   <p><b>[% 'Error!' | $T8 %]</b></p>
6
7   <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>
8
9   <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>
10
11   <hr>
12
13   <p>
14     [% 'For further information read this: ' | $T8 %] <a href="doc/html/index.html" target="_blank">kivitendo Installation</a><br>
15     [% '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>
16   </p>
17
18   <hr>
19
20   <p>
21     <a href="controller.pl?action=LoginScreen/user_login" target="_top">[% 'Login' | $T8 %]</a> |
22     <a href="controller.pl?action=Admin/login" target="_top">[% 'Administration' | $T8 %]</a>
23   </p>
24
25 </div><!-- /.wrapper -->