[pLog-svn] r6390 - templates/branches/lifetype-1.2/unported/fdawnWithPlugins

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 17:43:28 EDT 2008


Author: jondaley
Date: 2008-04-28 17:43:28 -0400 (Mon, 28 Apr 2008)
New Revision: 6390

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

Modified: templates/branches/lifetype-1.2/unported/fdawnWithPlugins/links.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fdawnWithPlugins/links.template	2008-04-28 21:40:32 UTC (rev 6389)
+++ templates/branches/lifetype-1.2/unported/fdawnWithPlugins/links.template	2008-04-28 21:43:28 UTC (rev 6390)
@@ -48,7 +48,7 @@
 {foreach from=$post->getComments() item=comment}
 {assign var=commentpostid value=$comment->getArticleId()}
 {assign var=commentpost value=$recentcomments->getArticle($commentpostid)}
-<LI><b>{$comment->getUsername()}:</b><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}">{if $comment->IsPosterAuthenticated()}
+<LI><b>{$comment->getUsername()}</b><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}">{if $comment->IsPosterAuthenticated()}
 	{assign var=poster value=$comment->getUser()}
 	{if $poster->hasPicture()}
 		{assign var=posterimg value=$poster->getPicture()}
@@ -72,7 +72,7 @@
 {foreach from=$post->getComments() item=comment}
 {assign var=commentpostid value=$comment->getArticleId()}
 {assign var=commentpost value=$recentcomments->getArticle($commentpostid)}
-<LI><b>{$comment->getUsername()}:</b><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}">{if $comment->IsPosterAuthenticated()}
+<LI><b>{$comment->getUsername()}</b><a title="View comments by {$comment->getUsername()}" href="{$url->postPermalink($commentpost)}#{$comment->getId()}">{if $comment->IsPosterAuthenticated()}
 	{assign var=poster value=$comment->getUser()}
 	{if $poster->hasPicture()}
 		{assign var=posterimg value=$poster->getPicture()}
@@ -123,4 +123,4 @@
 
 </UL>
 </DIV>
-<!-- The main column ends  -->	</DIV>
\ No newline at end of file
+<!-- The main column ends  -->	</DIV>

Modified: templates/branches/lifetype-1.2/unported/fdawnWithPlugins/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fdawnWithPlugins/postandcomments.template	2008-04-28 21:40:32 UTC (rev 6389)
+++ templates/branches/lifetype-1.2/unported/fdawnWithPlugins/postandcomments.template	2008-04-28 21:43:28 UTC (rev 6390)
@@ -17,14 +17,18 @@
 	<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}
 			{/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 +40,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