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/auth/default.view.php | 127 -------- examples/app/view/common/foot.view.php | 19 -- .../app/view/common/group.setting.modal.view.php | 96 ------ examples/app/view/common/head.view.php | 26 -- examples/app/view/common/newgroup.modal.view.php | 49 --- .../view/common/ownership.setting.modal.view.php | 35 --- .../view/common/permissions.setting.modal.view.php | 82 ----- examples/app/view/common/setting.modal.view.php | 346 --------------------- examples/app/view/common/topp.view.php | 83 ----- examples/app/view/dashboard/default.view.php | 27 -- examples/app/view/deleteacct/default.view.php | 51 --- examples/app/view/except/default.view.php | 47 --- examples/app/view/master/foot.view.php | 29 -- examples/app/view/master/head.view.php | 23 -- examples/app/view/master/topp.view.php | 62 ---- examples/app/view/obj/group.view.php | 43 --- 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 --- 23 files changed, 1607 deletions(-) delete mode 100644 examples/app/view/auth/default.view.php delete mode 100644 examples/app/view/common/foot.view.php delete mode 100644 examples/app/view/common/group.setting.modal.view.php delete mode 100644 examples/app/view/common/head.view.php delete mode 100644 examples/app/view/common/newgroup.modal.view.php delete mode 100644 examples/app/view/common/ownership.setting.modal.view.php delete mode 100644 examples/app/view/common/permissions.setting.modal.view.php delete mode 100644 examples/app/view/common/setting.modal.view.php delete mode 100644 examples/app/view/common/topp.view.php delete mode 100644 examples/app/view/dashboard/default.view.php delete mode 100644 examples/app/view/deleteacct/default.view.php delete mode 100644 examples/app/view/except/default.view.php delete mode 100644 examples/app/view/master/foot.view.php delete mode 100644 examples/app/view/master/head.view.php delete mode 100644 examples/app/view/master/topp.view.php delete mode 100644 examples/app/view/obj/group.view.php 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') diff --git a/examples/app/view/auth/default.view.php b/examples/app/view/auth/default.view.php deleted file mode 100644 index 9d4c9b4..0000000 --- a/examples/app/view/auth/default.view.php +++ /dev/null @@ -1,127 +0,0 @@ - - - - - - - - Scrott - Not logged in - - - - - -
- noaccounts)) { ?> -
-

Almost there....

-

Scrott's configuration is working, but no user accounts exist.
Use the form below to signup as an admin.

-
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!
-
- - -
-
-
-
- -
-
-
-
- -

Login

- -
- - -
- -
- - -
- -
- tabSwap) { ?> - - Signup - - - - -
-
-
-
-
- -
-
-
- -
-
-
- -
-
-
-
- -

Signup for Scrott

- -
- - -
- -
- - -
- -
- - -
- -
- tabSwap) { ?> - - Cancel - - - - -
-
-
-
-
- -
-
-
-
-
- - - - diff --git a/examples/app/view/common/foot.view.php b/examples/app/view/common/foot.view.php deleted file mode 100644 index 977ac04..0000000 --- a/examples/app/view/common/foot.view.php +++ /dev/null @@ -1,19 +0,0 @@ - - - diff --git a/examples/app/view/common/group.setting.modal.view.php b/examples/app/view/common/group.setting.modal.view.php deleted file mode 100644 index d0e11ca..0000000 --- a/examples/app/view/common/group.setting.modal.view.php +++ /dev/null @@ -1,96 +0,0 @@ - - - - -
-

 

- -
- - - -
-
-
- - group->canModify($mod->getCurrentUser()) ? "" : "disabled")?> /> -
-
- -
- <?=$mod->group->name?> - - group->canModify($mod->getCurrentUser())) { ?> -
-
- -
- - -
-
- -
-
- - -
-
- - group); ?> - - group->canModify($mod->getCurrentUser())) { ?> -

 

- - -
- -

 

-

 

- -
- group->canModifyMembers($mod->getCurrentUser())) { ?> - - - - group->isOwner($mod->getCurrentUser())) { ?> - - - - -
- -

 

-
diff --git a/examples/app/view/common/head.view.php b/examples/app/view/common/head.view.php deleted file mode 100644 index 76880a6..0000000 --- a/examples/app/view/common/head.view.php +++ /dev/null @@ -1,26 +0,0 @@ - - - - - diff --git a/examples/app/view/common/newgroup.modal.view.php b/examples/app/view/common/newgroup.modal.view.php deleted file mode 100644 index 3dd631c..0000000 --- a/examples/app/view/common/newgroup.modal.view.php +++ /dev/null @@ -1,49 +0,0 @@ - - - diff --git a/examples/app/view/common/ownership.setting.modal.view.php b/examples/app/view/common/ownership.setting.modal.view.php deleted file mode 100644 index 3f7c382..0000000 --- a/examples/app/view/common/ownership.setting.modal.view.php +++ /dev/null @@ -1,35 +0,0 @@ - - - - isOwner($mod->getCurrentUser())) { ?> - -
- -
- -
-
- - -
-
- - diff --git a/examples/app/view/common/permissions.setting.modal.view.php b/examples/app/view/common/permissions.setting.modal.view.php deleted file mode 100644 index 55e4157..0000000 --- a/examples/app/view/common/permissions.setting.modal.view.php +++ /dev/null @@ -1,82 +0,0 @@ - - - - canModifyPermissions($mod->getCurrentUser())) { ?> - -
-
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
-
- -
-
- -
- -
- -
- -
- -
-
-
- - diff --git a/examples/app/view/common/setting.modal.view.php b/examples/app/view/common/setting.modal.view.php deleted file mode 100644 index 2217805..0000000 --- a/examples/app/view/common/setting.modal.view.php +++ /dev/null @@ -1,346 +0,0 @@ - - - diff --git a/examples/app/view/common/topp.view.php b/examples/app/view/common/topp.view.php deleted file mode 100644 index d9e0df0..0000000 --- a/examples/app/view/common/topp.view.php +++ /dev/null @@ -1,83 +0,0 @@ - - - - -getCurrentUser()) { ?> - - - - - diff --git a/examples/app/view/dashboard/default.view.php b/examples/app/view/dashboard/default.view.php deleted file mode 100644 index caf78da..0000000 --- a/examples/app/view/dashboard/default.view.php +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - Scrott - Dashboard - - - - - - - diff --git a/examples/app/view/deleteacct/default.view.php b/examples/app/view/deleteacct/default.view.php deleted file mode 100644 index 852a37e..0000000 --- a/examples/app/view/deleteacct/default.view.php +++ /dev/null @@ -1,51 +0,0 @@ - - - - - - - - Scrott - Delete user account - - - - - -
-
-
Warning: Deleting your user account!
- -
-
- -

Are you sure?!

-

Please confirm you want to delete your Scrott account. Type your current password in the box below and click the confirm button

- -
- - -
- - -
-
-
-
- - - - diff --git a/examples/app/view/except/default.view.php b/examples/app/view/except/default.view.php deleted file mode 100644 index 01cf123..0000000 --- a/examples/app/view/except/default.view.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - Scrott - Application Exception - - - - - - - -
-
-

Scrott derped

-
System internals reported this:
- -
-

message?>

-
- - - Go to Scrott Dashboard - -
-
- - - - diff --git a/examples/app/view/master/foot.view.php b/examples/app/view/master/foot.view.php deleted file mode 100644 index 6279b05..0000000 --- a/examples/app/view/master/foot.view.php +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - -isError() || $mod->isWarning() || $mod->isNotice()) { ?> - - diff --git a/examples/app/view/master/head.view.php b/examples/app/view/master/head.view.php deleted file mode 100644 index 3e4e110..0000000 --- a/examples/app/view/master/head.view.php +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - diff --git a/examples/app/view/master/topp.view.php b/examples/app/view/master/topp.view.php deleted file mode 100644 index 9a0b0fe..0000000 --- a/examples/app/view/master/topp.view.php +++ /dev/null @@ -1,62 +0,0 @@ - - -isError() || $mod->isWarning() || $mod->isNotice()) { ?> - - diff --git a/examples/app/view/obj/group.view.php b/examples/app/view/obj/group.view.php deleted file mode 100644 index dde4df1..0000000 --- a/examples/app/view/obj/group.view.php +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - Scrott - <?=$mod->group->name?> - - - - - -
-
-

group->name?>

- <?=$mod->owner->getDisplayName()?> - - members)) { ?> - - - - members as $member) { ?> - <?=$member->getDisplayName()?> - -
-
- - - - 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