[pLog-svn] r1641 - templates/trunk/kubrick

oscar at devel.plogworld.net oscar at devel.plogworld.net
Wed Mar 30 12:20:02 GMT 2005


Author: oscar
Date: 2005-03-30 12:20:01 +0000 (Wed, 30 Mar 2005)
New Revision: 1641

Modified:
   templates/trunk/kubrick/album.template
   templates/trunk/kubrick/albums.template
   templates/trunk/kubrick/panel.template
   templates/trunk/kubrick/postandcomments.template
   templates/trunk/kubrick/style.css
Log:
updated version of the kubric template


Modified: templates/trunk/kubrick/album.template
===================================================================
--- templates/trunk/kubrick/album.template	2005-03-30 10:07:17 UTC (rev 1640)
+++ templates/trunk/kubrick/album.template	2005-03-30 12:20:01 UTC (rev 1641)
@@ -5,8 +5,7 @@
  <h2>{$album->getName()}</h2>
  <div class="post">
   <div class="entry">
-   <img alt="Album" src="{$url->getTemplateFile("folderblue.gif")}" width="10" height="11" style="border:0px;" />
-   <a href="{$url->albumLink($album)}">
+     <a href="{$url->albumLink($album)}">
      {$locale->tr("resources")} ({$album->getNumResources()})
     </a> | {$locale->tr("created")} {$locale->formatDate($postDate,"%d %b, %Y")}
   </div>

Modified: templates/trunk/kubrick/albums.template
===================================================================
--- templates/trunk/kubrick/albums.template	2005-03-30 10:07:17 UTC (rev 1640)
+++ templates/trunk/kubrick/albums.template	2005-03-30 12:20:01 UTC (rev 1641)
@@ -5,7 +5,6 @@
  <div class="post">
  <h2 class="date">{$album->getName()}</h2>
   <div class="entry">
-   <img alt="Album" src="{$url->getTemplateFile("folderblue.gif")}" width="10" height="11" style="border:0px;" />
    <a href="{$url->albumLink($album)}">  
      {$locale->tr("view")} ({$album->getNumResources()})
     </a>| {$locale->tr("created")} {$locale->formatDate($aDate,"%d %b, %Y")}

Modified: templates/trunk/kubrick/panel.template
===================================================================
--- templates/trunk/kubrick/panel.template	2005-03-30 10:07:17 UTC (rev 1640)
+++ templates/trunk/kubrick/panel.template	2005-03-30 12:20:01 UTC (rev 1641)
@@ -3,7 +3,7 @@
 	<li>
 		<form method="post" action="{$url->getIndexUrl()}">
 		<div>
-	        <input type="text" name="searchTerms" value="" /><br/>
+	        <input type="text" name="searchTerms" size="13" value="" />
 	        <input type="hidden" name="op" value="Search" />
 	        <input type="hidden" name="blogId" value="{$blog->getId()}" />   
 	        <input type="submit" name="Search" 

Modified: templates/trunk/kubrick/postandcomments.template
===================================================================
--- templates/trunk/kubrick/postandcomments.template	2005-03-30 10:07:17 UTC (rev 1640)
+++ templates/trunk/kubrick/postandcomments.template	2005-03-30 12:20:01 UTC (rev 1641)
@@ -60,7 +60,7 @@
 </div>
 
  <div>
-   <h3 id="comments">{$post->getTotalComments()} {$locale->tr("comments")} &lt; {$post->getNumTrackbacks()} {$locale->tr("trackbacks")} to "{$post->getTopic()}" </h3>
+   <h3 id="comments">{$post->getTotalComments()} {$locale->tr("comments")}  {$locale->tr("and")} {$post->getNumTrackbacks()} {$locale->tr("trackbacks")} to "{$post->getTopic()}" </h3>
  {foreach from=$post->getComments() item=comment}
   <ol class="commentlist">
    <a name="{$comment->getId()}"></a><p>{$comment->getText()}</p>

Modified: templates/trunk/kubrick/style.css
===================================================================
--- templates/trunk/kubrick/style.css	2005-03-30 10:07:17 UTC (rev 1640)
+++ templates/trunk/kubrick/style.css	2005-03-30 12:20:01 UTC (rev 1641)
@@ -26,6 +26,7 @@
  input, textarea
 {
 	color: inherit;
+	background-color: #FFF;
 	border: 1px solid silver;
 	font-weight: bold;
 }	




More information about the pLog-svn mailing list