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.tremily.us/?a=commitdiff_plain;h=6b4e59f5c5ad80ddf7e0c8ef19bdecfd36056063;p=ikiwiki.git add examples of email.tmpl, mailbox.css in examples directory, move template dir --- diff --git a/templates/email.tmpl b/examples/email.tmpl similarity index 100% rename from templates/email.tmpl rename to examples/email.tmpl 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/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/templates/page.tmpl b/test/templates/page.tmpl similarity index 100% rename from templates/page.tmpl rename to test/templates/page.tmpl 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.