[pLog-svn] r1885 - templates/trunk/greenmarinee

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Wed Apr 20 14:28:20 GMT 2005


Author: jondaley
Date: 2005-04-20 14:28:20 +0000 (Wed, 20 Apr 2005)
New Revision: 1885

Modified:
   templates/trunk/greenmarinee/README.txt
   templates/trunk/greenmarinee/main.template
   templates/trunk/greenmarinee/post.template
   templates/trunk/greenmarinee/postandcomments.template
   templates/trunk/greenmarinee/style.css
Log:
knight's latest changes: footer template size, comments locale, postandcomments typo. http://bugs.plogworld.net/view.php?id=421

Modified: templates/trunk/greenmarinee/README.txt
===================================================================
--- templates/trunk/greenmarinee/README.txt	2005-04-20 10:10:45 UTC (rev 1884)
+++ templates/trunk/greenmarinee/README.txt	2005-04-20 14:28:20 UTC (rev 1885)
@@ -32,5 +32,9 @@
 	</div>
 
 
+20 april 2005
+fix the comments locale problem
+fix the template footer problem
+
 9 april 2005
 template port over
\ No newline at end of file

Modified: templates/trunk/greenmarinee/main.template
===================================================================
--- templates/trunk/greenmarinee/main.template	2005-04-20 10:10:45 UTC (rev 1884)
+++ templates/trunk/greenmarinee/main.template	2005-04-20 14:28:20 UTC (rev 1885)
@@ -6,6 +6,4 @@
     {include file="$blogtemplate/post.template"}
   {/foreach}
 </div>
-
-
 {include file="$blogtemplate/footer.template"}

Modified: templates/trunk/greenmarinee/post.template
===================================================================
--- templates/trunk/greenmarinee/post.template	2005-04-20 10:10:45 UTC (rev 1884)
+++ templates/trunk/greenmarinee/post.template	2005-04-20 14:28:20 UTC (rev 1885)
@@ -16,7 +16,7 @@
 <br />
 <div class="comments">
    <a href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> /
-   <a href="{$url->postPermalink($post)}">({$post->getTotalComments()}) {$locale->tr("Comments")} </a> /
+   <a href="{$url->postPermalink($post)}">({$post->getTotalComments()}) {$locale->tr("comments")} </a> /
    <a href="{$url->postTrackbackStatsLink($post)}">({$post->getNumTrackbacks()}) {$locale->tr("trackbacks")} </a>
    <?php echo "$url" ?>
 </div>   

Modified: templates/trunk/greenmarinee/postandcomments.template
===================================================================
--- templates/trunk/greenmarinee/postandcomments.template	2005-04-20 10:10:45 UTC (rev 1884)
+++ templates/trunk/greenmarinee/postandcomments.template	2005-04-20 14:28:20 UTC (rev 1885)
@@ -16,7 +16,7 @@
   <li class={$oddcomment}>
     <div class="comment_author">
       {if $comment->getUserUrl() != ""}
-        <a href="{$comment->getUserUrl()}">{$comment->getUsername()}</a>
+        <a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a>
       {else}
         {$comment->getUsername()}
       {/if}{$locale->tr("comment on this")}

Modified: templates/trunk/greenmarinee/style.css
===================================================================
--- templates/trunk/greenmarinee/style.css	2005-04-20 10:10:45 UTC (rev 1884)
+++ templates/trunk/greenmarinee/style.css	2005-04-20 14:28:20 UTC (rev 1885)
@@ -412,7 +412,7 @@
 	
 #footer {
 	background: url(images/footer.gif) no-repeat;
-	height: 80px;
+	height: 75px;
 	}
 	
 #footer p {




More information about the pLog-svn mailing list