Example #1
0
<!DOCTYPE html>
<?php 
$msg = new Messages($GLOBALS['locale']);
?>
<html lang="<?php 
htmlout($msg->get_short_language_code());
?>
">
  <head>
    <meta charset="utf-8">
    <title><?php 
htmlout($GLOBALS['system-name']);
?>
</title>
    <?php 
include_headers();
?>
    <link rel="stylesheet" type="text/css" href="/static/css/main.css" />
    <script src="/static/js/auth.js">
    </script>
  </head>
  <body>

    <div class="container">
      <h1 class="system-name">
        <?php 
htmlout($GLOBALS['system-name']);
?>
      </h1>
    </div>
<!DOCTYPE html>
<?php 
$msg = new Messages($GLOBALS['locale']);
?>
<html lang="<?php 
echo $msg->get_short_language_code();
?>
">
  <head>
    <meta charset="utf-8" />
    <title><?php 
echo $GLOBALS['system-name'];
?>
</title>
    <?php 
include_headers();
?>
    <link href="/static/css/main.css" rel="stylesheet" />
  </head>
  <body>
    <div class="container text-center">
      <p>
        <?php 
if (isset($message)) {
    echo $message;
}
?>
      </p>

      <form action="/" method="get">
        <input type="submit" class="btn btn-link"