From d3ad748a5eb5ab48e6c885a5617bd07dcad6e167 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Wed, 5 Aug 2015 13:22:42 +0200 Subject: Update welcome_message.php --- application/views/welcome_message.php | 207 +++++++++++++++++++++------------- 1 file changed, 127 insertions(+), 80 deletions(-) (limited to 'application/views') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index f5115630b..a9e29d765 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -3,87 +3,134 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - - Welcome to CodeIgniter - - + + Welcome to CodeIgniter + + - - -
-

Welcome to CodeIgniter!

- -
-

The page you are looking at is being generated dynamically by CodeIgniter.

- -

If you would like to edit this page you'll find it located at:

- application/views/welcome_message.php -

The corresponding controller for this page is found at:

- application/controllers/Welcome.php - -

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

+ +
+
+

+ + Welcome to CodeIgniter! +

+ +
+

The page you are looking at is being generated dynamically by CodeIgniter.

+ +

If you would like to edit this page you'll find it located at:

+ application/views/welcome_message.php + +

The corresponding controller for this page is found at:

+ application/controllers/Welcome.php + +

If you are exploring CodeIgniter for the very first time, you should start by reading the + User Guide. +

+
+ + +
- - -
- - \ No newline at end of file + -- cgit v1.2.3-24-g4f1b From db2d93917443a3241b4c29a17ab618a43e0900e5 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Fri, 7 Aug 2015 16:52:47 +0200 Subject: Update welcome_message.php --- application/views/welcome_message.php | 256 ++++++++++++++++++---------------- 1 file changed, 136 insertions(+), 120 deletions(-) (limited to 'application/views') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index a9e29d765..43610e541 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -2,135 +2,151 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> + + + Welcome to CodeIgniter -
-
-

- - Welcome to CodeIgniter! -

- -
-

The page you are looking at is being generated dynamically by CodeIgniter.

- -

If you would like to edit this page you'll find it located at:

- application/views/welcome_message.php - -

The corresponding controller for this page is found at:

- application/controllers/Welcome.php - -

If you are exploring CodeIgniter for the very first time, you should start by reading the - User Guide. -

-
- - -
-
+ +
+ +
+ +

+ CodeIgniter +

+ +
+ +

Welcome to CodeIgniter!

+ +

The page you are looking at is being generated dynamically by CodeIgniter.

+ +

If you would like to edit this page you'll find it located at:

+ + application/views/welcome_message.php + +

The corresponding controller for this page is found at:

+ + application/controllers/Welcome.php + +

If you are exploring CodeIgniter for the very first time, you should start by reading the + User Guide. +

+ +
+ + + +
+ +
+ + -- cgit v1.2.3-24-g4f1b From 08901281fdc5e43680b5f0f7185ede42f0929108 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Fri, 7 Aug 2015 16:53:28 +0200 Subject: Update error_404.php --- application/views/errors/html/error_404.php | 162 ++++++++++++++++++---------- 1 file changed, 107 insertions(+), 55 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php index 756ea9d62..2215273be 100644 --- a/application/views/errors/html/error_404.php +++ b/application/views/errors/html/error_404.php @@ -2,63 +2,115 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> + - -404 Page Not Found - + + + + 404 Page Not Found + + + + -
-

- + +
+ +
+ +

+ +
+ +
+ +
+
+ - \ No newline at end of file + + -- cgit v1.2.3-24-g4f1b From 179ffb70f005d533ade0398f27e81c07751884a3 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Fri, 7 Aug 2015 16:53:52 +0200 Subject: Update error_db.php --- application/views/errors/html/error_db.php | 164 +++++++++++++++++++---------- 1 file changed, 109 insertions(+), 55 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php index f5a43f638..c0c65a491 100644 --- a/application/views/errors/html/error_db.php +++ b/application/views/errors/html/error_db.php @@ -2,63 +2,117 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> + - -Database Error - + + + + Database Error + + + + -
-

- + +
+ +
+ +

+ +
+ + + +
+ +
+
+ - \ No newline at end of file + + -- cgit v1.2.3-24-g4f1b From d354e2cc51d08ef107659dcd4df5e98a72ed995d Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Fri, 7 Aug 2015 16:54:47 +0200 Subject: Update error_exception.php --- application/views/errors/html/error_exception.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_exception.php b/application/views/errors/html/error_exception.php index 87848866a..22e4f8351 100644 --- a/application/views/errors/html/error_exception.php +++ b/application/views/errors/html/error_exception.php @@ -2,7 +2,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> -
+

An uncaught Exception was encountered

@@ -29,4 +29,4 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -
\ No newline at end of file +
-- cgit v1.2.3-24-g4f1b From 14161555747f398b80a341bf1de65691904a1be5 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Fri, 7 Aug 2015 16:55:15 +0200 Subject: Update error_general.php --- application/views/errors/html/error_general.php | 160 ++++++++++++++++-------- 1 file changed, 106 insertions(+), 54 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php index fc3b2ebad..e69f70a8b 100644 --- a/application/views/errors/html/error_general.php +++ b/application/views/errors/html/error_general.php @@ -2,63 +2,115 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> + + -Error - + + Error + + + + -
-

- + +
+ +
+ +

+ +
+ +
+ +
+
+ - \ No newline at end of file + + -- cgit v1.2.3-24-g4f1b From 2ead61d153e7f56a685c399e7d54abfd744585f3 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Fri, 7 Aug 2015 16:55:57 +0200 Subject: Update error_php.php --- application/views/errors/html/error_php.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_php.php b/application/views/errors/html/error_php.php index b146f9c5b..8bf6efc61 100644 --- a/application/views/errors/html/error_php.php +++ b/application/views/errors/html/error_php.php @@ -2,7 +2,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> -
+

A PHP Error was encountered

@@ -30,4 +30,4 @@ defined('BASEPATH') OR exit('No direct script access allowed'); -
\ No newline at end of file +
-- cgit v1.2.3-24-g4f1b From 71ca3c3f650dd0ff8011cbd2aa18aca141a47ef3 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Tue, 18 Aug 2015 19:54:27 +0200 Subject: Update welcome_message.php --- application/views/welcome_message.php | 244 +++++++++++++++------------------- 1 file changed, 108 insertions(+), 136 deletions(-) (limited to 'application/views') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 43610e541..186c55eca 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -2,151 +2,123 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - - - - - Welcome to CodeIgniter - - + + Welcome to CodeIgniter + + - -
- -
- -

- CodeIgniter -

- -
- -

Welcome to CodeIgniter!

+
+
+

+ CodeIgniter +

-

The page you are looking at is being generated dynamically by CodeIgniter.

+
+

The page you are looking at is being generated dynamically by CodeIgniter.

-

If you would like to edit this page you'll find it located at:

+

If you would like to edit this page you'll find it located at:

+ application/views/welcome_message.php - application/views/welcome_message.php +

The corresponding controller for this page is found at:

+ application/controllers/Welcome.php -

The corresponding controller for this page is found at:

+

If you are exploring CodeIgniter for the very first time, you should start by reading the User Guide.

+
- application/controllers/Welcome.php - -

If you are exploring CodeIgniter for the very first time, you should start by reading the - User Guide. -

- -
- - - -
- -
+ +
+
- -- cgit v1.2.3-24-g4f1b From 7ee26148de394d8634c98915623881e0488c12b8 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Tue, 18 Aug 2015 20:39:20 +0200 Subject: Update welcome_message.php --- application/views/welcome_message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/views') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index 186c55eca..ddcfa98fd 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -41,7 +41,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); } h1 img { - display: block; + display: block; } h2 { -- cgit v1.2.3-24-g4f1b From ba7a627bdad08fa6911325d3785619ee3497a072 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Tue, 18 Aug 2015 20:40:11 +0200 Subject: Update error_404.php --- application/views/errors/html/error_404.php | 175 ++++++++++++---------------- 1 file changed, 76 insertions(+), 99 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_404.php b/application/views/errors/html/error_404.php index 2215273be..54b5ba3eb 100644 --- a/application/views/errors/html/error_404.php +++ b/application/views/errors/html/error_404.php @@ -2,115 +2,92 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - - - - - 404 Page Not Found - - - + +404 Page Not Found + - -
-
-

-
-
-
- - -- cgit v1.2.3-24-g4f1b From a59d4c70d70c37d9b35a9e8f4f603b705284da05 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Tue, 18 Aug 2015 20:41:28 +0200 Subject: Update error_db.php --- application/views/errors/html/error_db.php | 177 +++++++++++++---------------- 1 file changed, 76 insertions(+), 101 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_db.php b/application/views/errors/html/error_db.php index c0c65a491..561b20c63 100644 --- a/application/views/errors/html/error_db.php +++ b/application/views/errors/html/error_db.php @@ -2,117 +2,92 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - - - - - Database Error - - - + +Database Error + - -
-
-

-
- -
-
-
- - -- cgit v1.2.3-24-g4f1b From 96d626801b2ccb40300d50662fdf6468ae3167b7 Mon Sep 17 00:00:00 2001 From: Diederik Lascaris Date: Tue, 18 Aug 2015 20:45:09 +0200 Subject: Update error_general.php --- application/views/errors/html/error_general.php | 179 +++++++++++------------- 1 file changed, 78 insertions(+), 101 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/html/error_general.php b/application/views/errors/html/error_general.php index e69f70a8b..0c28e3164 100644 --- a/application/views/errors/html/error_general.php +++ b/application/views/errors/html/error_general.php @@ -2,115 +2,92 @@ defined('BASEPATH') OR exit('No direct script access allowed'); ?> - - - - Error - - - +Error + - -
-
-

- -
- -
- +
+ +
-
- - -- cgit v1.2.3-24-g4f1b 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(-) (limited to 'application/views') 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 From 505f8491b056c3cd93fc73d61730963eddab6502 Mon Sep 17 00:00:00 2001 From: sapics Date: Wed, 25 Sep 2019 13:50:31 +0900 Subject: Fix indent --- application/views/welcome_message.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'application/views') diff --git a/application/views/welcome_message.php b/application/views/welcome_message.php index bc5b441a9..dae768bc8 100644 --- a/application/views/welcome_message.php +++ b/application/views/welcome_message.php @@ -27,7 +27,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); } a:hover { - color: #97310e; + color: #97310e; } h1 { @@ -69,8 +69,8 @@ defined('BASEPATH') OR exit('No direct script access allowed'); } p { - margin: 0 0 10px; - padding:0; + margin: 0 0 10px; + padding:0; } p.footer { -- cgit v1.2.3-24-g4f1b From 2a80014590526ceaca427d9f9c1f5260b7b0de13 Mon Sep 17 00:00:00 2001 From: Francisco Javier Llanquipichun Garcia Date: Sat, 25 Jan 2020 12:51:09 -0300 Subject: inserted required attribute in html tag Signed-off-by: Francisco Javier Llanquipichun Garcia --- application/views/errors/cli/index.html | 2 +- application/views/errors/html/index.html | 2 +- application/views/errors/index.html | 2 +- application/views/index.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'application/views') diff --git a/application/views/errors/cli/index.html b/application/views/errors/cli/index.html index b702fbc39..bcb7cae34 100644 --- a/application/views/errors/cli/index.html +++ b/application/views/errors/cli/index.html @@ -1,5 +1,5 @@ - + 403 Forbidden diff --git a/application/views/errors/html/index.html b/application/views/errors/html/index.html index b702fbc39..bcb7cae34 100644 --- a/application/views/errors/html/index.html +++ b/application/views/errors/html/index.html @@ -1,5 +1,5 @@ - + 403 Forbidden diff --git a/application/views/errors/index.html b/application/views/errors/index.html index b702fbc39..bcb7cae34 100644 --- a/application/views/errors/index.html +++ b/application/views/errors/index.html @@ -1,5 +1,5 @@ - + 403 Forbidden diff --git a/application/views/index.html b/application/views/index.html index b702fbc39..bcb7cae34 100644 --- a/application/views/index.html +++ b/application/views/index.html @@ -1,5 +1,5 @@ - + 403 Forbidden -- cgit v1.2.3-24-g4f1b