comparison themes/default/month.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
7 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml"> 7 <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='month' escape='html' -->.rss" type="application/rss+xml">
8 </head> 8 </head>
9 <body> 9 <body>
10 <!-- XML FEED --> 10 <!-- XML FEED -->
11 11
12 <h1><a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->">Blog</a> &gt; Entries from <!-- tmpl_var name='month' --> <!-- tmpl_var name='year' --></h1> 12 <div class="title">
13 <p>If you wish you may subscribe to an <a href="<!-- tmpl_var name='month' escape='html' -->.rss">RSS feed</a> of matching entries.</p> 13 <h1><!-- tmpl_if name='blog_title' -->
14 <a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->"><!-- tmpl_var name='blog_title' --></a>
15 <!-- tmpl_else -->
16 Untitled Blog
17 <!-- /tmpl_if -->
18 </h1>
19 <!-- tmpl_if name='blog_subtitle' -->
20 <h2><!-- tmpl_var name='blog_subtitle' --></h2>
21 <!-- /tmpl_if -->
22 </div>
23
24 <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p>
14 25
15 <!-- tmpl_loop name='entries' --> 26 <!-- tmpl_loop name='entries' -->
16 <div class="entry"> 27 <div class="entry">
17 <div class="title"> 28 <div class="title">
18 <a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a> 29 <a href="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if --><!-- tmpl_var name='link' -->"><!-- tmpl_var name='title' --></a>
32 <!-- /tmpl_if --> 43 <!-- /tmpl_if -->
33 </div> 44 </div>
34 </div> 45 </div>
35 <div class="padding"></div> 46 <div class="padding"></div>
36 <!-- /tmpl_loop --> 47 <!-- /tmpl_loop -->
48 <p style="text-align: right;"><a href="<!-- tmpl_var name='month' escape='html' -->.rss"><img src="<!-- tmpl_if name='url_prefix' --><!-- tmpl_var name='url_prefix' --><!-- tmpl_else -->../../<!-- /tmpl_if -->xml.gif"></a></p>
49
37 50
38 51
39 <div id="sidebar"> 52 <div id="sidebar">
40 <!-- tmpl_if name='datecloud' --> 53 <!-- tmpl_if name='datecloud' -->
41 <h2>Archive</h2> 54 <h2>Archive</h2>