From ed99654d2e139a847a63e9295bf976d17462ee34 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 22 Oct 2016 00:29:30 -0400 Subject: Deprecate application code Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design. --- 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 insertions(+) create mode 100644 examples/app/view/sysconf/default.view.php create mode 100644 examples/app/view/sysconf/group.modal.view.php create mode 100644 examples/app/view/sysconf/issue.modal.view.php create mode 100644 examples/app/view/sysconf/message.modal.view.php create mode 100644 examples/app/view/sysconf/pad.modal.view.php create mode 100644 examples/app/view/sysconf/stage.modal.view.php create 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 new file mode 100644 index 0000000..90e5441 --- /dev/null +++ b/examples/app/view/sysconf/default.view.php @@ -0,0 +1,138 @@ + + + + + + + + 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 new file mode 100644 index 0000000..c0641d9 --- /dev/null +++ b/examples/app/view/sysconf/group.modal.view.php @@ -0,0 +1,49 @@ + + + diff --git a/examples/app/view/sysconf/issue.modal.view.php b/examples/app/view/sysconf/issue.modal.view.php new file mode 100644 index 0000000..694dd47 --- /dev/null +++ b/examples/app/view/sysconf/issue.modal.view.php @@ -0,0 +1,52 @@ + + + diff --git a/examples/app/view/sysconf/message.modal.view.php b/examples/app/view/sysconf/message.modal.view.php new file mode 100644 index 0000000..14cca2d --- /dev/null +++ b/examples/app/view/sysconf/message.modal.view.php @@ -0,0 +1,55 @@ + + + diff --git a/examples/app/view/sysconf/pad.modal.view.php b/examples/app/view/sysconf/pad.modal.view.php new file mode 100644 index 0000000..2fbf26b --- /dev/null +++ b/examples/app/view/sysconf/pad.modal.view.php @@ -0,0 +1,68 @@ + + + diff --git a/examples/app/view/sysconf/stage.modal.view.php b/examples/app/view/sysconf/stage.modal.view.php new file mode 100644 index 0000000..11e517f --- /dev/null +++ b/examples/app/view/sysconf/stage.modal.view.php @@ -0,0 +1,52 @@ + + + diff --git a/examples/app/view/sysconf/user.modal.view.php b/examples/app/view/sysconf/user.modal.view.php new file mode 100644 index 0000000..034dc04 --- /dev/null +++ b/examples/app/view/sysconf/user.modal.view.php @@ -0,0 +1,48 @@ + + + -- cgit v1.2.3