From: David Bremner Date: Mon, 1 Sep 2008 21:54:39 +0000 (-0300) Subject: add examples of email.tmpl, mailbox.css in examples directory, move template dir X-Git-Tag: 0.1~23 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/6b4e59f5c5ad80ddf7e0c8ef19bdecfd36056063 add examples of email.tmpl, mailbox.css in examples directory, move template dir --- diff --git a/examples/email.tmpl b/examples/email.tmpl new file mode 100644 index 000000000..8508fd2f4 --- /dev/null +++ b/examples/email.tmpl @@ -0,0 +1,16 @@ +
+
+ + : + + + +
+
+
+ +
+ +
+ +
diff --git a/examples/mailbox.css b/examples/mailbox.css new file mode 100644 index 000000000..d4f7ad0fb --- /dev/null +++ b/examples/mailbox.css @@ -0,0 +1,15 @@ + + +div.mailmessage{ + border-top: 1px solid; + margin-top: 1% + +} +.headername { +font-weight: bold; + } + +.emailthreadindent{ +position: relative; +left: 5%; +} \ No newline at end of file diff --git a/templates/email.tmpl b/templates/email.tmpl deleted file mode 100644 index 8508fd2f4..000000000 --- a/templates/email.tmpl +++ /dev/null @@ -1,16 +0,0 @@ -
-
- - : - - - -
-
-
- -
- -
- -
diff --git a/templates/page.tmpl b/templates/page.tmpl deleted file mode 100644 index 9fe8994dc..000000000 --- a/templates/page.tmpl +++ /dev/null @@ -1,123 +0,0 @@ - - - - -<TMPL_VAR TITLE> - - - - - - - - - -
- - -/ - - - - - - -
- - -
- -
-
- - - - - -
- -
- - - - - diff --git a/test/templates/email.tmpl b/test/templates/email.tmpl new file mode 100644 index 000000000..8508fd2f4 --- /dev/null +++ b/test/templates/email.tmpl @@ -0,0 +1,16 @@ +
+
+ + : + + + +
+
+
+ +
+ +
+ +
diff --git a/test/templates/page.tmpl b/test/templates/page.tmpl new file mode 100644 index 000000000..9fe8994dc --- /dev/null +++ b/test/templates/page.tmpl @@ -0,0 +1,123 @@ + + + + +<TMPL_VAR TITLE> + + + + + + + + + +
+ + +/ + + + + + + +
+ + +
+ +
+
+ + + + + +
+ +
+ + + + + diff --git a/test/test.setup b/test/test.setup index 7b16fb98d..002093989 100644 --- a/test/test.setup +++ b/test/test.setup @@ -16,7 +16,7 @@ use IkiWiki::Setup::Standard { url => "file:///tmp/postaltest-wiki/", #cgiurl => "http://example.org/wiki/ikiwiki.cgi", - templatedir => $ENV{PWD}."/../templates", + templatedir => $ENV{PWD}."/templates", #underlaydir => "/usr/share/ikiwiki/basewiki", # Subversion stuff.