comparison themes/blog.mail-scanning.com/entry.template @ 189:83de58d109f1

Added this theme.
author Steve Kemp <steve@steve.org.uk>
date Wed, 02 Apr 2008 15:11:13 +0100
parents
children d60ef85a69a2
comparison
equal deleted inserted replaced
188:ed2e41d35534 189:83de58d109f1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4 <head>
5
6 <title><!-- tmpl_var name='blog_title' -->: <!-- tmpl_var name='title' --></title>
7 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
8 </head>
9 <body>
10 <div id="header">
11 <h1>@ <a href="http://mail-scanning.com/">Mail-Scanning.com</a><span> Our behind-the-scenes blog</span></h1>
12
13 </div>
14 <div id="menu">
15 <div id="underlinemenu">
16 <ul>
17 <li><a href="http://www.mail-scanning.com/">Home</a></li>
18 <li><a href="http://www.mail-scanning.com/faq/">FAQ</a></li>
19 <li><a href="http://www.mail-scanning.com/pricing/">Pricing</a></li>
20 <li><a href="http://www.mail-scanning.com/quickstart/">Quick Start</a></li>
21 <li><a href="http://www.mail-scanning.com/support/">Support</a></li>
22
23 </ul>
24 </div>
25 </div>
26 <div id="content">
27 <div id="right">
28 <h1><a href="/">Mail-Scanning Blog</a></h1>
29 <div class="entry">
30 <h2><!-- tmpl_var name='title' --></h2>
31 <div class="date"><!-- tmpl_var name='date' --></div>
32 <div class="body"> <blockquote><!-- tmpl_var name='body' --> </blockquote></div>
33 <!-- tmpl_if name='tags' -->
34 <div class="tags">Tags: <!-- tmpl_loop name='tags' --><a href="<!-- tmpl_var name='top' -->tags/<!-- tmpl_var name='tag' escape='html' -->"><!-- tmpl_var name='tag' escape='html' --></a><!-- tmpl_if name="__last__" -->.<!-- tmpl_else -->, <!-- /tmpl_if --><!-- /tmpl_loop --></div>
35 <!-- /tmpl_if -->
36 </div>
37
38
39
40 </div>
41 <div id="left">
42 <div class="box">
43 <!-- tmpl_if name='datecloud' -->
44 <!-- tmpl_include name='archive.inc' -->
45 <!-- /tmpl_if name='datecloud' -->
46
47
48 </div>
49 <div class="box2">
50 <!-- tmpl_if name='tagcloud' -->
51 <!-- tmpl_include name='tags.inc' -->
52 <!-- /tmpl_if name='tagcloud' -->
53 </div>
54
55 </div>
56 </div>
57 <div id="footer">
58 <span style="float: right;">&copy 2007-2008 <a href="http://pink-pony-productions.com/">Pink Pony Productions</a></span>
59 </div>
60 </body>
61 </html>
62