summaryrefslogtreecommitdiff
path: root/resources/views/layouts/offline.php
diff options
context:
space:
mode:
Diffstat (limited to 'resources/views/layouts/offline.php')
-rw-r--r--resources/views/layouts/offline.php104
1 files changed, 52 insertions, 52 deletions
diff --git a/resources/views/layouts/offline.php b/resources/views/layouts/offline.php
index 2e03d4da53..fa54aa3a96 100644
--- a/resources/views/layouts/offline.php
+++ b/resources/views/layouts/offline.php
@@ -1,66 +1,66 @@
<?php use Fisharebest\Webtrees\I18N; ?>
<!DOCTYPE html>
<html <?= I18N::htmlAttributes() ?>>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
+ <head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
- <title><?= WT_WEBTREES ?></title>
+ <title><?= WT_WEBTREES ?></title>
- <link rel="icon" href="favicon.ico" type="image/x-icon">
- <style type="text/css">
- body {
- color: gray;
- background-color: white;
- font: 14px tahoma, arial, helvetica, sans-serif;
- padding: 10px;
- }
+ <link rel="icon" href="favicon.ico" type="image/x-icon">
+ <style type="text/css">
+ body {
+ color: gray;
+ background-color: white;
+ font: 14px tahoma, arial, helvetica, sans-serif;
+ padding: 10px;
+ }
- a {
- color: #81A9CB;
- font-weight: bold;
- text-decoration: none;
- }
+ a {
+ color: #81A9CB;
+ font-weight: bold;
+ text-decoration: none;
+ }
- a:hover {
- text-decoration: underline;
- }
+ a:hover {
+ text-decoration: underline;
+ }
- h1 {
- color: #81A9CB;
- font-weight: normal;
- text-align: center;
- }
+ h1 {
+ color: #81A9CB;
+ font-weight: normal;
+ text-align: center;
+ }
- li {
- line-height: 2;
- }
+ li {
+ line-height: 2;
+ }
- blockquote {
- color: red;
- }
+ blockquote {
+ color: red;
+ }
- .content { /*margin:auto; width:800px;*/
- border: 1px solid gray;
- padding: 15px;
- border-radius: 15px;
- }
+ .content { /*margin:auto; width:800px;*/
+ border: 1px solid gray;
+ padding: 15px;
+ border-radius: 15px;
+ }
- .good {
- color: green;
- }
- </style>
- </head>
+ .good {
+ color: green;
+ }
+ </style>
+ </head>
- <body class="container">
- <h1><?= I18N::translate('This website is temporarily unavailable') ?></h1>
- <div class="content">
- <p>
- <?= str_replace('index.php', e($url), I18N::translate('This website is down for maintenance. You should <a href="index.php">try again</a> in a few minutes.')) ?>
- </p>
- <p>
- <?= $message ?>
- </p>
- </div>
- </body>
+ <body class="container">
+ <h1><?= I18N::translate('This website is temporarily unavailable') ?></h1>
+ <div class="content">
+ <p>
+ <?= str_replace('index.php', e($url), I18N::translate('This website is down for maintenance. You should <a href="index.php">try again</a> in a few minutes.')) ?>
+ </p>
+ <p>
+ <?= $message ?>
+ </p>
+ </div>
+ </body>
</html>