Base application
authorJoey Schulze <joey@infodrom.org>
Thu, 12 Sep 2019 14:45:46 +0000 (16:45 +0200)
committerJoey Schulze <joey@infodrom.org>
Fri, 8 Nov 2019 11:34:14 +0000 (12:34 +0100)
commit65ce7e4b26f4786e3e589758442fc9fe38d8d9e2
tree7c0158a92f9b3b9fabff53cc559f6e13f22ceeb5
parent71b8063144f1ea4ca936526484fae8e7782f7689
Base application
65 files changed:
.gitignore
.htaccess [new file with mode: 0644]
controller/accountcontroller.class.php [new file with mode: 0644]
controller/indexcontroller.class.php [new file with mode: 0644]
core/application.class.php [new file with mode: 0644]
core/controllerbase.class.php [new file with mode: 0644]
core/database.class.php [new file with mode: 0644]
core/databasetable.class.php [new file with mode: 0644]
core/form.class.php [new file with mode: 0644]
core/formelement.class.php [new file with mode: 0644]
core/javascript.class.php [new file with mode: 0644]
core/mail.class.php [new file with mode: 0644]
core/request.class.php [new file with mode: 0644]
core/response.class.php [new file with mode: 0644]
core/singleton.class.php [new file with mode: 0644]
core/storage.class.php [new file with mode: 0644]
core/styles.class.php [new file with mode: 0644]
core/sys_user.class.php [new file with mode: 0644]
core/template.class.php [new file with mode: 0644]
core/wiki.class.php [new file with mode: 0644]
favicon.ico [new file with mode: 0644]
index.php [new file with mode: 0644]
interface/controllerinterface.class.php [new file with mode: 0644]
interface/formelementinterface.class.php [new file with mode: 0644]
lib/autoload.php [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-grid.css [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-grid.css.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-grid.min.css [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-grid.min.css.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-reboot.css [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-reboot.css.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-reboot.min.css [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap-reboot.min.css.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap.css [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap.css.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap.min.css [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/css/bootstrap.min.css.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.bundle.js [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.bundle.js.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.bundle.min.js [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.bundle.min.js.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.js [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.js.map [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.min.js [new file with mode: 0644]
lib/bootstrap-4.3.1-dist/js/bootstrap.min.js.map [new file with mode: 0644]
lib/jquery-2.1.0.min.js [new file with mode: 0644]
motorcycle.png [new file with mode: 0644]
templates/account/lostpwmail.phtml [new file with mode: 0644]
templates/input/checkbox.phtml [new file with mode: 0644]
templates/input/date.phtml [new file with mode: 0644]
templates/input/number.phtml [new file with mode: 0644]
templates/input/select.phtml [new file with mode: 0644]
templates/input/text.phtml [new file with mode: 0644]
templates/input/textarea.phtml [new file with mode: 0644]
templates/input/time.phtml [new file with mode: 0644]
templates/page/error.phtml [new file with mode: 0644]
templates/page/form.phtml [new file with mode: 0644]
templates/page/formpage.phtml [new file with mode: 0644]
templates/page/login.phtml [new file with mode: 0644]
templates/page/lostpw.phtml [new file with mode: 0644]
templates/page/main.phtml [new file with mode: 0644]
templates/page/navigation.phtml [new file with mode: 0644]
templates/wikisyntax.phtml [new file with mode: 0644]
touren.css [new file with mode: 0644]
touren.js [new file with mode: 0644]