From 9de555450931ca264628c7b4528a01adc4779439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ctibor=20Bran=C4=8D=C3=ADk?= Date: Wed, 23 Mar 2016 20:36:47 +0100 Subject: Add template for the site to repo. --- lib/tpl/nowawes/main.php | 254 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 254 insertions(+) create mode 100644 lib/tpl/nowawes/main.php (limited to 'lib/tpl/nowawes/main.php') diff --git a/lib/tpl/nowawes/main.php b/lib/tpl/nowawes/main.php new file mode 100644 index 000000000..7f0fabc4f --- /dev/null +++ b/lib/tpl/nowawes/main.php @@ -0,0 +1,254 @@ + + * @author Michael Klier + * @link http://wiki.splitbrain.org/template:arctic + * @link http://chimeric.de/projects/dokuwiki/template/arctic + */ + +// must be run from within DokuWiki +if (!defined('DOKU_INC')) die(); + +global $ACT; + +// include custom arctic template functions +require_once(dirname(__FILE__).'/tpl_functions.php'); +?> + + + + + + <?php tpl_pagetitle()?> + [<?php echo strip_tags($conf['title'])?>] + + + + + + + + + + + +
+
+ + + +
+
+
+ +
+ +
+ + + + + + +
+ + + +
+
+ html_new_page_button(); + } + tpl_button('edit'); + break; + case('links'): + // check if new page button plugin is available + if(!plugin_isdisabled('npd') && ($npd =& plugin_load('helper', 'npd'))) { + $npd->html_new_page_button(); + } + tpl_actionlink('edit'); + break; + } + } + ?> +
+
+ +
+
+ + + + + + + + + + + +
+ +
+ +
+ +
+ + + + + +
+ +
+ + +
+ +
+ + + + + + +
+ +
+ + +
+ +
+ + + +
+ +
+ + +
+
+
+ +
+
+ +
+
+
+ +
+ + + + + + +
+
+ +
+
+ +
+
+
+ + + + + + +
+
+ +
+ + -- cgit v1.2.3