<body> entfernt.
[kivitendo-erp.git] / templates / webpages / admin / test_db_connection.html
1 [%- USE T8 %]
2 [%- USE HTML %]
3
4  <div class="listtop">[% title %]</div>
5
6  [%- IF connection_ok %]
7
8  <p class="message_ok">[% 'The connection was established successfully.' | $T8 %]</p>
9
10  [%- ELSE %]
11
12  <p class="message_error">
13   [% 'The connection to the database could not be established.' | $T8 %]
14   [% 'Error message from the database driver:' | $T8 %]
15  </p>
16
17  <p>[% HTML.escape(errstr) %]</p>
18
19  [%- END %]
20
21  <p>
22   <form>
23    <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">
24   </form>
25  </p>
26