[pLog-svn] r6388 - templates/branches/lifetype-1.2/unported/fblueWithPlugins

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


Author: jondaley
Date: 2008-04-28 17:38:20 -0400 (Mon, 28 Apr 2008)
New Revision: 6388

Modified:
   templates/branches/lifetype-1.2/unported/fblueWithPlugins/postandcomments.template
   templates/branches/lifetype-1.2/unported/fblueWithPlugins/style.css
Log:
cleanup

Modified: templates/branches/lifetype-1.2/unported/fblueWithPlugins/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/fblueWithPlugins/postandcomments.template	2008-04-28 21:32:11 UTC (rev 6387)
+++ templates/branches/lifetype-1.2/unported/fblueWithPlugins/postandcomments.template	2008-04-28 21:38:20 UTC (rev 6388)
@@ -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>
+			<a href="{$url->blogLink()}">{$locale->tr("Main")}</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>
 			{assign var=nextpost value=$post->getNextArticle()}
 			{assign var=prevpost value=$post->getPrevArticle()}
 			{if $nextpost == true}
@@ -36,7 +35,6 @@
 			{* End of article_index *}
 		</DIV>
 	</DIV>	
-        {pager style="links"}    
 
 	{if !empty($blogtimes)}
 		{if $blogtimes->isEnabled()}
@@ -51,6 +49,7 @@
 		{include file="$misctemplatepath/commentform.template"}
 	{/if}
 	<h2 id="comments">Comments </h2>
+        {pager style="links"}    
 	<ol id="commentlist">
 	
 	{assign var="counter" value=1}

Modified: templates/branches/lifetype-1.2/unported/fblueWithPlugins/style.css
===================================================================
--- templates/branches/lifetype-1.2/unported/fblueWithPlugins/style.css	2008-04-28 21:32:11 UTC (rev 6387)
+++ templates/branches/lifetype-1.2/unported/fblueWithPlugins/style.css	2008-04-28 21:38:20 UTC (rev 6388)
@@ -424,12 +424,6 @@
 	margin: 0px;
 	padding: 0px;
 }
-label {
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	font-size: 11px;
-	font-weight: bold;
-	color: #ffffff;
-}
 .pager {
 	clear:all;
 	text-align: center;



More information about the pLog-svn mailing list