From f39407fd3946c5f3aa7883a1f3cc774ad5f7dd8a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 14 Jul 2014 20:41:42 +0200 Subject: Initial commit of basic generator structure * including example data and current "/home/adrian" layout --- template/master.xsl | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ template/page.xsl | 23 +++++++++++++++++++ 2 files changed, 87 insertions(+) create mode 100644 template/master.xsl create mode 100644 template/page.xsl (limited to 'template') diff --git a/template/master.xsl b/template/master.xsl new file mode 100644 index 0000000..e2b77b4 --- /dev/null +++ b/template/master.xsl @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + <xsl:call-template name="title-text"/> + + + + + +
+
+ +
+ +
+ + +
+
+ + +
+ +
+ diff --git a/template/page.xsl b/template/page.xsl new file mode 100644 index 0000000..a271e4a --- /dev/null +++ b/template/page.xsl @@ -0,0 +1,23 @@ + + + + + + + + @ /home/adrian + + + +
+ +
+
+ +
-- cgit v1.2.3