From 93de0641f57c41216525da3a1317ec3e9c315a59 Mon Sep 17 00:00:00 2001 From: "mr.mitch" Date: Sun, 30 May 2010 20:46:22 +0200 Subject: [PATCH] Added templates --- view/tpl/cache/index.php | 0 view/tpl/html/cache/index.php | 13 +++++++++++++ view/tpl/html/index.php | 13 +++++++++++++ view/tpl/index.php | 11 +++++++++++ view/tpl/latex/cache/index.php | 12 ++++++++++++ view/tpl/latex/index.php | 12 ++++++++++++ 6 files changed, 61 insertions(+) create mode 100644 view/tpl/cache/index.php create mode 100644 view/tpl/html/cache/index.php create mode 100644 view/tpl/html/index.php create mode 100644 view/tpl/index.php create mode 100644 view/tpl/latex/cache/index.php create mode 100644 view/tpl/latex/index.php diff --git a/view/tpl/cache/index.php b/view/tpl/cache/index.php new file mode 100644 index 0000000..e69de29 diff --git a/view/tpl/html/cache/index.php b/view/tpl/html/cache/index.php new file mode 100644 index 0000000..ea64bd2 --- /dev/null +++ b/view/tpl/html/cache/index.php @@ -0,0 +1,13 @@ + + + + + + <?php echo $page_title; ?> + + +
+
+
+ + diff --git a/view/tpl/html/index.php b/view/tpl/html/index.php new file mode 100644 index 0000000..4782ea6 --- /dev/null +++ b/view/tpl/html/index.php @@ -0,0 +1,13 @@ + + + + + + {:page_title:} + + +
+
+
+ + diff --git a/view/tpl/index.php b/view/tpl/index.php new file mode 100644 index 0000000..e8fdad3 --- /dev/null +++ b/view/tpl/index.php @@ -0,0 +1,11 @@ + + + + + + {:page_title:} + + + + + diff --git a/view/tpl/latex/cache/index.php b/view/tpl/latex/cache/index.php new file mode 100644 index 0000000..3cd5c90 --- /dev/null +++ b/view/tpl/latex/cache/index.php @@ -0,0 +1,12 @@ + +\documentclass{article} +\usepackage[out(); ?>]{babel} +\usepackage[out(); ?>]{inputenc} +\begin{document} +\title{out(); ?>} +\maketitle + + +\end{document} \ No newline at end of file diff --git a/view/tpl/latex/index.php b/view/tpl/latex/index.php new file mode 100644 index 0000000..8ced429 --- /dev/null +++ b/view/tpl/latex/index.php @@ -0,0 +1,12 @@ + +\documentclass{article} +\usepackage[{:language:}]{babel} +\usepackage[{:inputenc:}]{inputenc} +\begin{document} +\title{{:page_title:}} +\maketitle + + +\end{document} \ No newline at end of file -- 2.11.4.GIT