From 55195e50aad2fbb0737008b39a5d686ff2e98997 Mon Sep 17 00:00:00 2001 From: DiederikLascaris Date: Sun, 22 Jan 2017 23:20:58 +0100 Subject: Removed wrapper and changed mix cases usage of hex colorcodes --- application/views/errors/html/error_404.php | 138 +++++++++++----------- application/views/errors/html/error_db.php | 138 +++++++++++----------- application/views/errors/html/error_exception.php | 36 +++--- application/views/errors/html/error_general.php | 138 +++++++++++----------- application/views/errors/html/error_php.php | 36 +++--- application/views/welcome_message.php | 36 +++--- 6 files changed, 248 insertions(+), 274 deletions(-) diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php index 54b5ba3eb..d2f888c3f 100644 --- a/application/views/errors/html/error_404.php +++ b/application/views/errors/html/error_404.php @@ -3,90 +3,84 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - -404 Page Not Found - + #body { + margin: 0 15px 0 15px; + min-height: 96px; + } + -
-
-

-
- -
+
+

+
+
diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php index 561b20c63..23b0655fe 100644 --- a/application/views/errors/html/error_db.php +++ b/application/views/errors/html/error_db.php @@ -3,90 +3,84 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - -Database Error - + #body { + margin: 0 15px 0 15px; + min-height: 96px; + } + -
-
-

-
- -
+
+

+
+
diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php index 22e4f8351..befa12955 100644 --- a/application/views/errors/html/error_exception.php +++ b/application/views/errors/html/error_exception.php @@ -2,31 +2,31 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> -
+
-

An uncaught Exception was encountered

+

An uncaught Exception was encountered

-

Type:

-

Message:

-

Filename: getFile(); ?>

-

Line Number: getLine(); ?>

+

Type:

+

Message:

+

Filename: getFile(); ?>

+

Line Number: getLine(); ?>

- + -

Backtrace:

- getTrace() as $error): ?> +

Backtrace:

+ getTrace() as $error): ?> - + -

- File:
- Line:
- Function: -

- +

+ File:
+ Line:
+ Function: +

+ - + - +
diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php index 0c28e3164..ad1066409 100644 --- a/application/views/errors/html/error_general.php +++ b/application/views/errors/html/error_general.php @@ -3,90 +3,84 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - -Error - + #body { + margin: 0 15px 0 15px; + min-height: 96px; + } + -
-
-

-
- -
+
+

+
+
diff --git a/application/views/errors/html/error_php.php b/application/views/errors/html/error_php.php index 8bf6efc61..8b445ef39 100644 --- a/application/views/errors/html/error_php.php +++ b/application/views/errors/html/error_php.php @@ -2,32 +2,32 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> -
+
-

A PHP Error was encountered

+

A PHP Error was encountered

-

Severity:

-

Message:

-

Filename:

-

Line Number:

+

Severity:

+

Message:

+

Filename:

+

Line Number:

- + -

Backtrace:

- +

Backtrace:

+ - + -

- File:
- Line:
- Function: -

+

+ File:
+ Line:
+ Function: +

- + - + - +
diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index ddcfa98fd..bc5b441a9 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -8,12 +8,13 @@ defined('BASEPATH') OR exit('No direct script access allowed'); - -

CodeIgniter @@ -118,7 +112,5 @@ defined('BASEPATH') OR exit('No direct script access allowed');

-
- -- cgit v1.2.3-24-g4f1b