[pLog-svn] r6399 - templates/branches/lifetype-1.2/unported/forangeWithPlugins

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Tue Apr 29 07:54:57 EDT 2008


Author: jondaley
Date: 2008-04-29 07:54:57 -0400 (Tue, 29 Apr 2008)
New Revision: 6399

Modified:
   templates/branches/lifetype-1.2/unported/forangeWithPlugins/postandcomments.template
Log:
cleanup

Modified: templates/branches/lifetype-1.2/unported/forangeWithPlugins/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/forangeWithPlugins/postandcomments.template	2008-04-29 11:52:59 UTC (rev 6398)
+++ templates/branches/lifetype-1.2/unported/forangeWithPlugins/postandcomments.template	2008-04-29 11:54:57 UTC (rev 6399)
@@ -17,14 +17,13 @@
 	<DIV class=feedback>
 		<DIV class=meta>Posted by {$postOwner->getUsername()} at
 			{$locale->formatDate($postDate,"%H:%M")}
-			<A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A> │
-			<A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A> │
+			<A class=aposted href="{$url->postPermalink($post)}#comments">{$locale->tr("comment on this")} ({$post->getNumComments()})</A>
+			<A class=aposted href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</A>
 			{foreach name=categories from=$post->getCategories() item=postcategory}
-				<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-				{if !$smarty.foreach.categories.last}, {/if}
+				<a class=aposted href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
 			{/foreach}<br>
 			{* Prevpost and nextpost use *}
-			<a href="{$url->blogLink()}">回 Blog 首頁</a>
+			<a href="{$url->blogLink()}">Back to home</a>
 			{assign var=nextpost value=$post->getNextArticle()}
 			{assign var=prevpost value=$post->getPrevArticle()}
 			{if $nextpost == true}
@@ -36,9 +35,9 @@
 			{* End of article_index *}
 		</DIV>
 	</DIV>
-        {pager style="links"}    
 	
 		<h2 id="comments">Comments </h2>
+        {pager style="links"}    
 	<ol id="commentlist">
 	
 	{assign var="counter" value=1}



More information about the pLog-svn mailing list