From 081147b95980645ee0f905276120bd50aff10f67 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Thu, 4 Oct 2018 09:54:02 +0100 Subject: Code style --- resources/views/layouts/administration.php | 112 ++++++------ resources/views/layouts/ajax.php | 2 +- resources/views/layouts/default.php | 262 +++++++++++++++-------------- resources/views/layouts/error.php | 42 ++--- resources/views/layouts/offline.php | 104 ++++++------ resources/views/layouts/report.php | 22 +-- resources/views/layouts/setup.php | 26 +-- 7 files changed, 287 insertions(+), 283 deletions(-) (limited to 'resources/views/layouts') diff --git a/resources/views/layouts/administration.php b/resources/views/layouts/administration.php index a99cb77710..16eac9c28a 100644 --- a/resources/views/layouts/administration.php +++ b/resources/views/layouts/administration.php @@ -4,72 +4,72 @@ > - - - - + + + + - <?= $title ?> + <?= $title ?> - + - - - - - - + + + + + + - + - - - -
- + + + +
+ - -
+ +
-
+
- - - + + + - + - - + + - + - - + + diff --git a/resources/views/layouts/ajax.php b/resources/views/layouts/ajax.php index 34ec603fd3..9c6ac48bd4 100644 --- a/resources/views/layouts/ajax.php +++ b/resources/views/layouts/ajax.php @@ -2,4 +2,4 @@ - + > - - - - - - - - - - - - <?= strip_tags($title) ?> - <?php if ($tree !== null && $tree->getPreference('META_TITLE') !== ''): ?> - – <?= e($tree->getPreference('META_TITLE')) ?> - <?php endif ?> - - - - - - - - - - - - - stylesheets() as $stylesheet): ?> - - - - - - analytics() ?> - - - - - -
-
-
- - - - -

getTitle()) ?>

- - - - -
- -
- - - - -
-
-
- -
-
-
- - - -
- - -
-
- - - - - - - + + + - + - - + + diff --git a/resources/views/layouts/error.php b/resources/views/layouts/error.php index c2fb86a60a..cf27c5bc2c 100644 --- a/resources/views/layouts/error.php +++ b/resources/views/layouts/error.php @@ -1,30 +1,30 @@ > - - - - + + + + - <?= I18N::translate('This website is temporarily unavailable') ?> + <?= I18N::translate('This website is temporarily unavailable') ?> - + - - + + - -

+ +

- - + + 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 @@ > - - - + + + - <?= WT_WEBTREES ?> + <?= WT_WEBTREES ?> - - - + .good { + color: green; + } + + - -

-
-

- try again in a few minutes.')) ?> -

-

- -

-
- + +

+
+

+ try again in a few minutes.')) ?> +

+

+ +

+
+ diff --git a/resources/views/layouts/report.php b/resources/views/layouts/report.php index c9f4eab0df..95f5b6238a 100644 --- a/resources/views/layouts/report.php +++ b/resources/views/layouts/report.php @@ -2,19 +2,19 @@ > - - - + + + - <?= $title ?> + <?= $title ?> - + - - - - + + + + - - + + diff --git a/resources/views/layouts/setup.php b/resources/views/layouts/setup.php index 4b237305e7..695285412e 100644 --- a/resources/views/layouts/setup.php +++ b/resources/views/layouts/setup.php @@ -1,21 +1,21 @@ > - - - + + + - <?= I18N::translate('Setup wizard for webtrees') ?> + <?= I18N::translate('Setup wizard for webtrees') ?> - - - + + + - -

- -

+ +

+ +

- - + + -- cgit v1.3