changeset 303:c45e82e72bc4

Applying changes used on m0dlx.com
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 21 Dec 2008 23:55:27 +0000
parents 6f1aaf5309c7
children 8f229d281e50
files themes/copyrighteous/comment-form.inc themes/copyrighteous/comment-loop.inc themes/copyrighteous/entry.template themes/copyrighteous/index.template
diffstat 4 files changed, 17 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- a/themes/copyrighteous/comment-form.inc	Sun Dec 21 23:53:28 2008 +0000
+++ b/themes/copyrighteous/comment-form.inc	Sun Dec 21 23:55:27 2008 +0000
@@ -17,4 +17,6 @@
 </form>
 <p>Your submission will be ignored if any field is left blank.  But your email address will not be displayed.</p>
 </blockquote>
+<!-- tmpl_else -->
+<p>Comments for this entry are now closed.</p>
 <!-- /tmpl_if -->
--- a/themes/copyrighteous/comment-loop.inc	Sun Dec 21 23:53:28 2008 +0000
+++ b/themes/copyrighteous/comment-loop.inc	Sun Dec 21 23:55:27 2008 +0000
@@ -3,10 +3,10 @@
  <blockquote>
  <!-- tmpl_loop name='comments' -->
   <div class="entry">
-  <div class="title"><!-- tmpl_var name='name' --></div>
+  <div class="blosxomTitle"><!-- tmpl_var name='name' --></div>
   <div class="date"><!-- tmpl_var name='date' --></div>
   <div class="body"><!-- tmpl_var name='body' --></div>
-  </div>
+  </div><br />
  <!-- /tmpl_loop -->
  </blockquote>
 <!-- /tmpl_if -->
--- a/themes/copyrighteous/entry.template	Sun Dec 21 23:53:28 2008 +0000
+++ b/themes/copyrighteous/entry.template	Sun Dec 21 23:55:27 2008 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="utf-8"?>
 <html>
 <head>
- <title>copyrighteous: <!-- tmpl_var name='title' --></title>
+ <title><!-- tmpl_var name='title' --></title>
  <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
 </head>
 
@@ -25,6 +25,7 @@
 <span class="blosxomDate"><!-- tmpl_var name='date' --></span>
 <div class="storybox">
 <p>
+<span style="float: right"><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">permalink</a></span>
 <span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
 
 <div id="story">
@@ -36,15 +37,11 @@
     </span>
    <!-- /tmpl_if -->
 
-Permalink 
 <span class="tags"><!-- tmpl_if name='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 --><!-- /tmpl_if --> </span> 
 </div>
 </div>
 </div>
 
-<!-- tmpl_include name="comment-loop.inc" -->
-<!-- tmpl_include name="comment-form.inc" -->
-
 <div id="rightmenu">
 <!-- tmpl_if name='datecloud' -->
 <span class="rightMenu">Archives</span><br />
@@ -70,5 +67,10 @@
 </ul>
 <!-- /tmpl_if -->
 </div>
+
+<br style="clear: both" />
+<!-- tmpl_include name="comment-loop.inc" -->
+<!-- tmpl_include name="comment-form.inc" -->
+
 </body>
 </html>
--- a/themes/copyrighteous/index.template	Sun Dec 21 23:53:28 2008 +0000
+++ b/themes/copyrighteous/index.template	Sun Dec 21 23:55:27 2008 +0000
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="utf-8"?>
 <html>
 <head>
- <title>copyrighteous: <!-- tmpl_var name='blog_title' --></title>
+ <title><!-- tmpl_var name='blog_title' --></title>
   <link rel="stylesheet" type="text/css" media="screen" href="<!-- tmpl_var name='top' -->style.css">
-  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->index.rss" type="application/rss+xml">
+  <link rel="alternate" title="RSS Feed" href="<!-- tmpl_var name='top' -->rss" type="application/rss+xml">
 </head>
 
 <body>
@@ -29,12 +29,11 @@
 <span class="blosxomDate"><!-- tmpl_var name='date' --></span>
 <div class="storybox">
 <p>
-<span class="blosxomTitle"><!-- tmpl_var name='title' --></span>
+<span class="blosxomTitle"><a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->"><!-- tmpl_var name='title' --></a></span>
 
 <div id="story">
 <!-- tmpl_var name='body' -->
 </div>
-<a href="<!-- tmpl_var name='top' --><!-- tmpl_var name='link' escape='html' -->">Permalink</a>
    <!-- tmpl_if name='comment_count' -->
    <span class="comments">
    <!-- tmpl_var name='comment_count' --> comment<!-- tmpl_if name='comment_plural' -->s<!-- /tmpl_if -->.
@@ -45,7 +44,9 @@
 </div>
 </div>
 <!-- /tmpl_loop -->
-
+<p>
+  Older entries are hidden, but you can browse them with the date categories at the top-right of this page.</p>
+</p>
 <p style="text-align: right">
 Created by <a href="http://steve.org.uk/Software/chronicle">Chronicle v<!-- tmpl_var name='release' --></a>
 </p>