From 0d53041fc67e13fc53cca0c993ec1a7a31a5a16e Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 15 Jan 2017 05:57:19 -0500 Subject: Reorganize examples/ directory --- examples/app/view/sysconf/default.view.php | 138 ----------------------- examples/app/view/sysconf/group.modal.view.php | 49 -------- examples/app/view/sysconf/issue.modal.view.php | 52 --------- examples/app/view/sysconf/message.modal.view.php | 55 --------- examples/app/view/sysconf/pad.modal.view.php | 68 ----------- examples/app/view/sysconf/stage.modal.view.php | 52 --------- examples/app/view/sysconf/user.modal.view.php | 48 -------- 7 files changed, 462 deletions(-) delete mode 100644 examples/app/view/sysconf/default.view.php delete mode 100644 examples/app/view/sysconf/group.modal.view.php delete mode 100644 examples/app/view/sysconf/issue.modal.view.php delete mode 100644 examples/app/view/sysconf/message.modal.view.php delete mode 100644 examples/app/view/sysconf/pad.modal.view.php delete mode 100644 examples/app/view/sysconf/stage.modal.view.php delete mode 100644 examples/app/view/sysconf/user.modal.view.php (limited to 'examples/app/view/sysconf') diff --git a/examples/app/view/sysconf/default.view.php b/examples/app/view/sysconf/default.view.php deleted file mode 100644 index 90e5441..0000000 --- a/examples/app/view/sysconf/default.view.php +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - Scrott - System-level configuration missing - - - - - - - - - - - - - - -
-
-

-     -     -     -     -     - -

- -

Welcome to Scrott!

-
- -

You're seeing this page because the file "scrott.conf.php" is missing.
Please fill out the form below to create a config automatically!

-

Click the icons above to learn more about core Scrott features and constructs!

-
- -

This form will initialize Scrott's system-level configuration.
These are things the app needs before it can begin functioning at all!

-
It is presumed that you are the administrator for this Scrott install.
There is a security risk involved with exposing this page to the public!
- -
-
- -
-
-
-
- - Database Connection -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- - Application Installation -
- - -
Detected from location of files in web document root
-
- - Settings -
- -
- -
- -
- -
- -
- -
-
- - -
-
-
-
- -
-
-
-
- - - - diff --git a/examples/app/view/sysconf/group.modal.view.php b/examples/app/view/sysconf/group.modal.view.php deleted file mode 100644 index c0641d9..0000000 --- a/examples/app/view/sysconf/group.modal.view.php +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/examples/app/view/sysconf/issue.modal.view.php b/examples/app/view/sysconf/issue.modal.view.php deleted file mode 100644 index 694dd47..0000000 --- a/examples/app/view/sysconf/issue.modal.view.php +++ /dev/null @@ -1,52 +0,0 @@ - - - diff --git a/examples/app/view/sysconf/message.modal.view.php b/examples/app/view/sysconf/message.modal.view.php deleted file mode 100644 index 14cca2d..0000000 --- a/examples/app/view/sysconf/message.modal.view.php +++ /dev/null @@ -1,55 +0,0 @@ - - - diff --git a/examples/app/view/sysconf/pad.modal.view.php b/examples/app/view/sysconf/pad.modal.view.php deleted file mode 100644 index 2fbf26b..0000000 --- a/examples/app/view/sysconf/pad.modal.view.php +++ /dev/null @@ -1,68 +0,0 @@ - - - diff --git a/examples/app/view/sysconf/stage.modal.view.php b/examples/app/view/sysconf/stage.modal.view.php deleted file mode 100644 index 11e517f..0000000 --- a/examples/app/view/sysconf/stage.modal.view.php +++ /dev/null @@ -1,52 +0,0 @@ - - - diff --git a/examples/app/view/sysconf/user.modal.view.php b/examples/app/view/sysconf/user.modal.view.php deleted file mode 100644 index 034dc04..0000000 --- a/examples/app/view/sysconf/user.modal.view.php +++ /dev/null @@ -1,48 +0,0 @@ - - - -- cgit v1.2.3