From a479cb8abc843e0b4cced93a28bb35639c13f519 Mon Sep 17 00:00:00 2001 From: Fabien Benetou Date: Tue, 24 Dec 2019 17:35:38 +0100 Subject: [PATCH] start --- flat.html | 111 ++++++++++++++ index.html | 150 ++++++++++++++++++ setup/index.html | 187 +++++++++++++++++++++++ setup/upload/server/php/files/usersdb.js | 18 +++ 4 files changed, 466 insertions(+) create mode 100644 flat.html create mode 100644 index.html create mode 100644 setup/index.html create mode 100644 setup/upload/server/php/files/usersdb.js diff --git a/flat.html b/flat.html new file mode 100644 index 0000000..8414028 --- /dev/null +++ b/flat.html @@ -0,0 +1,111 @@ + + + + + + + + + + + + + + + + + + + + +

flat viewer by category sorted by position

+ +
Your spaces: + +
+ +
Already have an account? Log-in +
+ +
+ +
+ + + +

A product by .

+ + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..0e8fe62 --- /dev/null +++ b/index.html @@ -0,0 +1,150 @@ + + + Think + Relax space by Iterative Explorations + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/setup/index.html b/setup/index.html new file mode 100644 index 0000000..67497a8 --- /dev/null +++ b/setup/index.html @@ -0,0 +1,187 @@ + + + + + + + + + + + + + + + + + + + + + +
+ + +
+ + + + + +
Already have an account? Log-in +
+ +
+ + +
+ +

A product by .

+ + + diff --git a/setup/upload/server/php/files/usersdb.js b/setup/upload/server/php/files/usersdb.js new file mode 100644 index 0000000..30e5d3b --- /dev/null +++ b/setup/upload/server/php/files/usersdb.js @@ -0,0 +1,18 @@ +var database = { + "fabien@benetou.fr" : { + "username": "fabien", + "password": "test", + "last_login": 1576749381516, + "environment": "forest", + "files" : [ + { "position": "-2 1 -2", "filename" : "upload/server/php/files/C1C4E2F7-865A-4DB4-9274-1EA69B6C4A7E.jpeg" }, + { "position": "0 1 -2", "filename" : "upload/server/php/files/4A21A76C-F375-4884-9040-BC51A24057A6.jpeg" }, + { "position": "2 1 -2", "filename" : "upload/server/php/files/2CD9932F-891C-4BA5-BDDA-A3B39B39CF09.jpeg" } + ], + "categories" : [ + { "position": "-2 1 -2", "color" : "orange", "label" : "waiting" }, + { "position": "0 1 -2", "color" : "red", "label" : "in progress" }, + { "position": "2 1 -2", "color" : "green", "label" : "completed" } + ] + } +}