From 433332ee11354a4203a850ed6fdb6a307caf9b99 Mon Sep 17 00:00:00 2001 From: Alexander Gabriel Date: Sat, 13 Mar 2021 12:50:02 +0100 Subject: [PATCH] Initial Commit --- index.php | 158 ++++++++++++++++++++++++++ templates/footer.tpl.html | 10 ++ templates/header.tpl.html | 11 ++ templates/index.tpl.html | 230 ++++++++++++++++++++++++++++++++++++++ templates_c/empty_dir.txt | 0 5 files changed, 409 insertions(+) create mode 100644 index.php create mode 100644 templates/footer.tpl.html create mode 100644 templates/header.tpl.html create mode 100644 templates/index.tpl.html create mode 100644 templates_c/empty_dir.txt diff --git a/index.php b/index.php new file mode 100644 index 0000000..0fff91b --- /dev/null +++ b/index.php @@ -0,0 +1,158 @@ +template_dir = './/templates/'; +$oSmarty->compile_dir = './templates_c/'; +$oSmarty->assign('POST', $_POST); +$oSmarty->assign('UM', $_SET['UM']); +if(isset($results)) $oSmarty->assign('results', $results); +echo (microtime()); +$oSmarty->display('index.tpl.html'); diff --git a/templates/footer.tpl.html b/templates/footer.tpl.html new file mode 100644 index 0000000..6b8cc44 --- /dev/null +++ b/templates/footer.tpl.html @@ -0,0 +1,10 @@ + + + + +Unbenanntes Dokument + + + + + diff --git a/templates/header.tpl.html b/templates/header.tpl.html new file mode 100644 index 0000000..625b573 --- /dev/null +++ b/templates/header.tpl.html @@ -0,0 +1,11 @@ + + + + +Unbenanntes Dokument + + + + + diff --git a/templates/index.tpl.html b/templates/index.tpl.html new file mode 100644 index 0000000..0034701 --- /dev/null +++ b/templates/index.tpl.html @@ -0,0 +1,230 @@ + + + + +Sudokuclean + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + \ No newline at end of file diff --git a/templates_c/empty_dir.txt b/templates_c/empty_dir.txt new file mode 100644 index 0000000..e69de29