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