6  [%- IF connection_ok %]
 
   8  <p class="message_ok">[% 'The connection was established successfully.' | $T8 %]</p>
 
  12  <p class="message_error">
 
  13   [% 'The connection to the database could not be established.' | $T8 %]
 
  14   [% 'Error message from the database driver:' | $T8 %]
 
  17  <p>[% HTML.escape(errstr) %]</p>
 
  23    <input type="button" class="submit" onclick="window.close()" value="[% 'Close Window' | $T8 %]">