[pLog-svn] r6342 - templates/branches/lifetype-1.2/rubric

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 10:54:58 EDT 2008


Author: jondaley
Date: 2008-04-28 10:54:58 -0400 (Mon, 28 Apr 2008)
New Revision: 6342

Modified:
   templates/branches/lifetype-1.2/rubric/postandcomments.template
   templates/branches/lifetype-1.2/rubric/searchresults.template
   templates/branches/lifetype-1.2/rubric/style.css
Log:
added trackback link.  fixed styling of search template to make the mouse-over work properly.  moved header image up a little to not block the link of the first article

Modified: templates/branches/lifetype-1.2/rubric/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/rubric/postandcomments.template	2008-04-28 14:48:29 UTC (rev 6341)
+++ templates/branches/lifetype-1.2/rubric/postandcomments.template	2008-04-28 14:54:58 UTC (rev 6342)
@@ -7,6 +7,7 @@
     
     <div class="post">
         {include file="$blogtemplate/post.template"}
+      <!-- {$url->postTrackbackLink($post)} -->
     
         <h2 id="comments">{$locale->tr("comments")}</h2>
         

Modified: templates/branches/lifetype-1.2/rubric/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/rubric/searchresults.template	2008-04-28 14:48:29 UTC (rev 6341)
+++ templates/branches/lifetype-1.2/rubric/searchresults.template	2008-04-28 14:54:58 UTC (rev 6342)
@@ -5,7 +5,7 @@
     {foreach from=$searchresults item=result}
      <div class="searchresult">
       {assign var=article value=$result->getArticle()}
-      <a href="{$url->postPermalink($article)}"><h3><b>{$article->getTopic()}</b></h3></a>
+      <h3 class="storytitle"><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></h3>
      <div align="right">{foreach name=categories from=$article->getCategories() item=postcategory}
        <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
      {/foreach}</div>

Modified: templates/branches/lifetype-1.2/rubric/style.css
===================================================================
--- templates/branches/lifetype-1.2/rubric/style.css	2008-04-28 14:48:29 UTC (rev 6341)
+++ templates/branches/lifetype-1.2/rubric/style.css	2008-04-28 14:54:58 UTC (rev 6342)
@@ -25,7 +25,7 @@
 
 #header {
 	position: absolute;
-	top: 40px;
+	top: 30px;
 	left: 0px;
 	background-image: url("images/rubric/pen-sm.jpg");
 	background-position: top right;



More information about the pLog-svn mailing list