comparison themes/default/tags.template @ 21:393cf6c9301b

2007-08-15 00:40:35 by steve Added the ability to have titles + subtitles to blogs. Added RSS logo.
author steve
date Wed, 15 Aug 2007 00:40:36 +0000
parents b8a289afc783
children b9a683f07bab
comparison
equal deleted inserted replaced
20:b029b7a32d6c 21:393cf6c9301b
6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->style.css"> 6 <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->style.css">
7 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml"> 7 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='tagname' escape='html' -->.rss" type="application/rss+xml">
8 </head> 8 </head>
9 <body> 9 <body>
10 10
11 <h1><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->">Blog</a> &gt; Entries Tagged &quot;<tt><!-- tmpl_var name='tagname' --></tt>&quot;</h1> 11 <div class="title">
12 <h1><!-- tmpl_if name='blog_title' -->
13 <a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->"><!-- tmpl_var name='blog_title' --></a>
14 <!-- tmpl_else -->
15 Untitled Blog
16 <!-- /tmpl_if -->
17 </h1>
18 <!-- tmpl_if name='blog_subtitle' -->
19 <h2><!-- tmpl_var name='blog_subtitle' --></h2>
20 <!-- /tmpl_if -->
21 </div>
12 22
13 <p>If you wish you may subscribe to an <a href="<!-- tmpl_var name='tagname' escape='html' -->.rss">RSS feed</a> of matching entries.</p> 23 <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p>
14 24
15 25
16 <!-- tmpl_loop name='entries' --> 26 <!-- tmpl_loop name='entries' -->
17 <div class="entry"> 27 <div class="entry">
18 <div class="title"> 28 <div class="title">
31 </div> 41 </div>
32 <!-- /tmpl_if --> 42 <!-- /tmpl_if -->
33 </div> 43 </div>
34 <div class="padding"></div> 44 <div class="padding"></div>
35 <!-- /tmpl_loop --> 45 <!-- /tmpl_loop -->
46 <p style="text-align: right;"><a href="<!-- tmpl_var name='tagname' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p>
36 47
37 48
38 49
39 50
40 <div id="sidebar"> 51 <div id="sidebar">