[pLog-svn] r1185 - templates/trunk/grey

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Feb 24 01:51:43 GMT 2005


Author: jondaley
Date: 2005-02-24 01:51:42 +0000 (Thu, 24 Feb 2005)
New Revision: 1185

Added:
   templates/trunk/grey/grey.css
   templates/trunk/grey/screenshot.jpg
   templates/trunk/grey/searchresults.template
   templates/trunk/grey/stripes.gif
Modified:
   templates/trunk/grey/album.template
   templates/trunk/grey/albums.template
   templates/trunk/grey/commentarticle.template
   templates/trunk/grey/commentform.template
   templates/trunk/grey/demosites.template
   templates/trunk/grey/error.template
   templates/trunk/grey/features.template
   templates/trunk/grey/footer.template
   templates/trunk/grey/header.template
   templates/trunk/grey/main.template
   templates/trunk/grey/post.template
   templates/trunk/grey/postandcomments.template
   templates/trunk/grey/posttrackbacks.template
   templates/trunk/grey/resource.template
   templates/trunk/grey/samplerss.template
Log:
copied grey from trunk directory.  There is probably a nicer way to do this to share the files within subversion, but I am not sure how.

Modified: templates/trunk/grey/album.template
===================================================================
--- templates/trunk/grey/album.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/album.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
 <h1>{$album->getName()}</h1>
 <p>
  {$album->getDescription()}
@@ -82,4 +82,4 @@
 </div>
  <!-- end of album contents -->
  
- {include file="grey/footer.template"}
+ {include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/albums.template
===================================================================
--- templates/trunk/grey/albums.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/albums.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
 <h1>{$locale->tr("albums")}</h1>
  <!-- album contents go here -->
 <div id="album">
@@ -22,4 +22,4 @@
  </table>
  </div>
  <!-- end of the albums -->
-{include file="grey/footer.template"}
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/commentarticle.template
===================================================================
--- templates/trunk/grey/commentarticle.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/commentarticle.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
 <h3>{$locale->tr("add_comment")}</h3>
- {include file="grey/commentform.template"}
-{include file="grey/footer.template"}
+ {include file="$blogtemplate/commentform.template"}
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/commentform.template
===================================================================
--- templates/trunk/grey/commentform.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/commentform.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-  <form action="{$url->getBaseUrl()}/index.php" method="post">
+  <form action="{$url->getIndexUrl()}" method="post">
   <p>
    {$locale->pr("comment_topic")}<br/><input type="text" name="commentTopic" value=""/><br/>
    {$locale->pr("comment_text")} <br/><textarea rows="10" cols="37" name="commentText"></textarea><br/>

Modified: templates/trunk/grey/demosites.template
===================================================================
--- templates/trunk/grey/demosites.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/demosites.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
   <p>
    The following sites are running pLog. Have a look at them if you want to see how 
    pLog feels like:
@@ -13,4 +13,4 @@
   <li><a href="http://ireport.sourceforge.net">iReport project</a></li>
   <li><a href="http://darren.someblog.com">Darren's blog</a><br/></li>
   </ul>
-{include file="grey/footer.template"}
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/error.template
===================================================================
--- templates/trunk/grey/error.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/error.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,5 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
  <h1>{$locale->tr("error")}</h1>
- {$locale->tr($message)}
-{include file="grey/footer.template"}
+ <p>{$locale->tr($message)}</p>
+ <p><a href="javascript:history.go(-1)">{$locale->tr("back")}</a></p>
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/features.template
===================================================================
--- templates/trunk/grey/features.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/features.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
  <h3>Features</h3>
  {$blog->getAbout()}
-{include file="grey/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/grey/footer.template
===================================================================
--- templates/trunk/grey/footer.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/footer.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,6 +1,19 @@
  </div>
  <div id="Sidebar-r">
+
   <div class="Sidetitle">
+   <h4>{$locale->tr("search")}</h4>
+  </div>
+  <p> 
+   <form name="search_form" method="post" action="{$url->getIndexUrl()}">
+    <input type="text" name="searchTerms" value="" size="14" /><br/>
+    <input type="hidden" name="op" value="Search" />
+    <input type="hidden" name="blogId" value="{$blog->getId()}"/>   
+    <input type="submit" name="Search" value="{$locale->tr("search")|capitalize}" />
+   </form>
+  </p>
+  
+  <div class="Sidetitle">
    <h4>{$locale->tr("archives")}</h4>
   </div>
   <p>

Added: templates/trunk/grey/grey.css
===================================================================
--- templates/trunk/grey/grey.css	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/grey.css	2005-02-24 01:51:42 UTC (rev 1185)
@@ -0,0 +1,253 @@
+body {
+	margin:10px 0px; 
+	padding:0px;
+	text-align:center;
+	font:11px arial, times new roman, lucida sans unicode, sans-serif;
+	color:#333;
+        background:#fff url("./stripes.gif") fixed;
+	}
+
+h1 {
+	font:bold italic 20px times new roman, lucida sans unicode, sans-serif;
+	margin-top:20px;
+	background: transparent;
+	}
+
+h2 {
+	color:#333;
+	font:bold 15px times new roman, times, sans-serif;
+	margin-top: 15px;
+	margin-bottom: 2px;
+	background: transparent;
+	}
+h3 {
+	color:#666;
+	font: bold 13px/18px lucida sans unicode, times new roman, times, sans-serif;
+	margin-top: 15px;
+	margin-bottom: 2px;
+	background: transparent;
+    border: 1px solid #666;
+    border-width: 0px 0px 1px 0px;
+	}
+
+h4 {
+	font: 10px times new roman, arial, sans-serif;
+	letter-spacing: 0.09em;
+	text-transform: uppercase;
+	margin: 0px;
+	padding: 0px;
+	}
+
+.date {
+	font: 10px verdana, arial, helvetica, sans-serif;
+	letter-spacing: 0.09em;
+	}
+
+.footer {
+	font:10px verdana, arial, helvetica, sans-serif;
+	color: #666;
+	background: transparent;
+	text-align: right;
+	}
+
+.Upgrade {
+	display: none;
+	font-weight: bold;
+      }
+
+p {
+	line-height:1.8;
+	margin:10px 0px;
+	}
+
+ol, ul {
+	margin-top:0;
+	margin-bottom:10px;
+	line-height:1.8;
+	}
+
+#Container {
+	width:790px;
+	margin:0px auto;
+	text-align:left;
+	padding:0px;
+	border: 1px solid #ccc;
+	background-color:#eee;
+	color: #333;
+	}
+
+#Main {
+	width:748px;
+	float: left;
+	margin-right: 10px;
+	margin-left: 10px;
+	text-align:center;
+	padding:0px;
+	border: 1px solid #ccc;
+	background-color:#fff;
+	color: #333;
+	}
+	
+#Resource-Container {
+	width:790px;
+	margin:0px auto;
+	text-align:left;
+	padding:0px;
+	border: 1px solid #ccc;
+	background-color:#eee;
+	color: #333;
+	}	
+	
+#Resource-Container a:link {
+ text-decoration: none;
+}
+	
+	
+#Resource-Main {
+	width:790px;
+	padding:0px;
+	border-top: 1px solid #ccc;
+	background-color:#fff;
+	color: #333;
+	text-decoration: none;
+	}
+	
+#Resource-Desc {
+    padding: 10px;
+    text-decoration: none;
+}
+
+#Resource-Desc a:link, 
+#Resource-Desc a,
+#Resource-Desc a:href
+#Resource-Desc a:hover {
+ text-decoration: none;
+ border: 0px;
+}
+	
+
+#Container>#Main {margin-left: 20px;}
+
+#Top {
+	text-align:center;
+	padding:10px;
+	border-bottom: 0px;
+	color: #333;
+	background:#ddd;
+	}
+
+#Topmenu {
+	text-align:center;
+	padding:5px 10px;
+	border-top:1px dashed #ccc;
+	border-bottom: 0px;
+	background-color:#eee;
+	font:10px verdana, arial, helvetica, sans-serif;
+	color:#333;
+	text-transform: uppercase;
+	}
+
+#Content {
+	width: 425px;
+	float: left;
+	text-align:left;
+	margin:0px;
+	padding:10px;
+	border-right: 1px solid #ccc;
+	border-left: 1px solid #ccc;
+	color: #333;
+	background-color:#fff;
+	}
+
+#Sidebar-l {
+	width: 130px;
+	float: left;
+	font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
+	color:#666;
+	text-align:left;
+	padding:10px;
+	background-color:#fff;
+	}
+
+#Sidebar-r {
+	width: 130px;
+	float: left;
+	font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
+	color:#666;
+	text-align:left;
+	padding:10px;
+	background-color:#fff;
+	}
+
+.Sidetitle {
+	text-align: center;
+	border-top: 1px solid #ccc;
+	border-bottom: 1px solid #ccc;
+	color: #333;
+	background: #eee;
+    text-transform: uppercase;
+	}
+
+#Bottommenu {
+	text-align:center;
+	padding:10px 5px;
+	border-top:0px;
+	border-bottom:1px dashed #ccc;
+	background-color:#eee;
+	font:10px verdana, arial, helvetica, sans-serif;
+	color:#333;
+	text-transform: uppercase;
+	}
+
+#Bottom {
+	text-align:center; 
+	padding:10px;
+	border-top: 0px;
+	background-color:#ddd;
+	font:10px verdana, arial, helvetica, sans-serif;
+	color:#333;
+	text-transform: uppercase;
+	}
+
+a {
+	color:#666;
+	text-decoration:none;
+	background: transparent;
+	}
+
+a:link {color: #666; border-bottom: 1px dashed #666; background: transparent;}
+a:visited {color: #666; border-bottom: 1px dashed #666; background: transparent;}
+a:hover {color: #666; border-bottom: 1px solid #666; background: transparent;}
+
+#album a, #album a:link, #album a:hover, #album a:active { border: 0px; text-decoration: none; }
+
+.calendar {
+font:12px/1.5 trebuchet ms, verdana, arial, helvetica, sans-serif;
+}
+
+.calendarToday {
+ background-color: #ecdebd;
+}
+
+table.calMonth {
+	width:130px;
+}
+
+thead {
+	text-align:center;
+}
+
+tbody {
+	text-align:right;
+}
+
+table.calYear tbody tr td {
+	vertical-align:top;
+}
+
+.commentposterinfo {
+  	font: 9px trebuchet ms, arial, verdana, sans-serif;
+	letter-spacing: .09em;
+	text-align: left;
+    margin-top: 0px;
+}

Modified: templates/trunk/grey/header.template
===================================================================
--- templates/trunk/grey/header.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/header.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -2,11 +2,11 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" 
       lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
 <head>
- <title>{$blog->getBlog()}{$postPageTitle}</title>
  <meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
  <meta name="generator" content="{$version}" />
  <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
- <link rel="stylesheet" title="Default" href="{$url->getUrl("/styles/grey.css")}" type="text/css" />
+ <title>{$blog->getBlog()}{$postPageTitle}</title>
+ <link rel="stylesheet" title="Default" href="{$url->getTemplateFile("grey.css")}" type="text/css" />
  <link rel="alternate" type="text/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
  <link rel="alternate" type="text/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />
  <link rel="alternate" type="text/xml" title="RSS 0.90" href="{$url->rssLink("rss090")}" />
@@ -15,10 +15,11 @@
  <body> 
   <p class="Upgrade">This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please <a href="http://www.webstandards.org/upgrade/" title="The Web Standards Project's Browser Upgrade initiative">upgrade</a> to a browser that supports web standards. It's free and painless.</p>
   <div id="Container">
-  <div id="Top"><h1>1 - {$blog->getBlog()}</h1></div>
+  <div id="Top"><h1>{$blog->getBlog()}</h1></div>
   <div id="Topmenu">
     <a href="{$url->blogLink()}">{$locale->tr("main")}</a> |
-    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a>
+    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a> |
+    <a href="{$url->getAdminUrl()}">{$locale->tr("admin")}</a> 
   </div>
   <div id="Main">
   <div id="Sidebar-l">

Modified: templates/trunk/grey/main.template
===================================================================
--- templates/trunk/grey/main.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/main.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,5 +1,5 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
  {foreach from=$posts item=post}
-  {include file="grey/post.template"}
+  {include file="$blogtemplate/post.template"}
  {/foreach}
-{include file="grey/footer.template"}
\ No newline at end of file
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/grey/post.template
===================================================================
--- templates/trunk/grey/post.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/post.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-<!-- {$utils->postTrackbackLink($post)} -->
+<!-- {$url->postTrackbackLink($post)} -->
 <h3>{$post->getTopic()}</h3>
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
@@ -7,6 +7,9 @@
  {$post->getText()}
 </p>
 <div class="footer">
-{assign var="postCategory" value=$post->getCategory()}
-<a href="{$url->postCategoryLink($post)}">{$postCategory->getName()}</a> :: <a href="{$url->postPermalink($post)}">{$locale->tr("comment on this")} ({$post->getTotalComments()})</a> :: <a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> :: <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a>
+   {foreach name=categories from=$post->getCategories() item=postcategory}
+     <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
+     {if !$smarty.foreach.categories.last}, {/if}
+   {/foreach}
+:: <a href="{$url->postPermalink($post)}">{$locale->tr("comment on this")} ({$post->getTotalComments()})</a> :: <a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> :: <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> 
 </div>

Modified: templates/trunk/grey/postandcomments.template
===================================================================
--- templates/trunk/grey/postandcomments.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/postandcomments.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,17 +1,19 @@
 {assign var="postPageTitle" value=$post->getTopic()}
 {assign var="postPageTitle" value=" | $postPageTitle"}
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
   <p style="text-align: center">
    {* I am not so keen on using if's in templates, but can't think of another way... *}
+   {assign var=nextpost value=$post->getNextArticle()}
    {if $nextpost == true}
      <a href="{$url->postPermalink($nextpost)}" title="Next post: {$nextpost->getTopic()}">&laquo;</a> |
    {/if}
+   {assign var=prevpost value=$post->getPrevArticle()}
    {if $prevpost == true}
      <a href="{$url->postPermalink($prevpost)}" title="Previous post: {$prevpost->getTopic()}">&raquo;</a>
    {/if}
    </p>
    {assign var="poster" value=$post->getUserInfo()}
-   {include file="grey/post.template"}
+   {include file="$blogtemplate/post.template"}
    {foreach from=$comments item=comment}
     <p class="commentheader">
      <img src="{$url->getUrl("/imgs/comment_icon1.gif")}"/> {$comment->getTopic()} <span class="categoryinfo">[<a href="{$url->replyCommentLink($post,$comment)}">{$locale->tr("reply")}</a>]</span>
@@ -26,6 +28,6 @@
   {/foreach}
  {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
  <h3>{$locale->tr("add_comment")}</h3>
- {include file="grey/commentform.template"}
+ {include file="$blogtemplate/commentform.template"}
  {/if}
-{include file="grey/footer.template"}
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/posttrackbacks.template
===================================================================
--- templates/trunk/grey/posttrackbacks.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/posttrackbacks.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
   <p>
     {$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>":
   </p>
@@ -11,4 +11,4 @@
    <b>{$locale->tr("date")}:</b> {$locale->formatDate($trackbackDate, "%d/%m/%Y %H:%M")}<br/><br/>
   {/foreach}
   </p>
-{include file="grey/footer.template"}
+{include file="$blogtemplate/footer.template"}

Modified: templates/trunk/grey/resource.template
===================================================================
--- templates/trunk/grey/resource.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/resource.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -3,7 +3,7 @@
  <head>
   <meta http-equiv="content-type" content="text/html; charset={$locale->getCharset()}" />
   <title>{$blog->getBlog()}</title>
-  <style type="text/css" media="screen">@import "{$url->getUrl("/styles/grey.css")}";</style>
+  <style type="text/css" media="screen">@import "{$url->getTemplateFile("grey.css")}";</style>
  </head>
  <body> 
   <p class="Upgrade">This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please <a href="http://www.webstandards.org/upgrade/" title="The Web Standards Project's Browser Upgrade initiative">upgrade</a> to a browser that supports web standards. It's free and painless.</p>
@@ -20,7 +20,7 @@
  <div id="album">    
   <p>{$resource->getDescription()}</p>
   {if $resource->isImage()}
-   <img src="{$url->resourceDownloadLink($resource)}" alt="{$resource->getFileName()}, {$metadata->getRoundedSize()}" />
+   <img src="{$url->resourceMediumSizePreviewLink($resource)}" alt="{$resource->getFileName()}, {$metadata->getRoundedSize()}" />
   {else}
    <a href="{$url->resourceDownloadLink($resource)}">
    {* show some information about the file *}
@@ -56,7 +56,9 @@
   </div>
   <p>
    {assign var=album value=$resource->getAlbum()}
+   {if $prevresource}<a href="{$url->resourceLink($prevresource)}">&laquo;</a> | {/if}
    <a href="{$url->albumLink($album)}">{$locale->tr("back")}</a>
+   {if $nextresource}| <a href="{$url->resourceLink($nextresource)}">&raquo;</a>{/if}   
   </p>
   </div>
   </div>

Modified: templates/trunk/grey/samplerss.template
===================================================================
--- templates/trunk/grey/samplerss.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/samplerss.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -1,4 +1,4 @@
-{include file="grey/header.template"}
+{include file="$blogtemplate/header.template"}
 <h1>Sample template</h1>
 <p>
  {$message}
@@ -14,4 +14,4 @@
 <p>This is a sample of the plugin that gets the sinfest strip:
 </p>
 <a href="http://sinfest.net"><img src="{$sfstrip->SinfestStripUrl()}" alt="Sinfest strip" width="385"/></a>
-{include file="grey/footer.template"}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/grey/screenshot.jpg
===================================================================
(Binary files differ)


Property changes on: templates/trunk/grey/screenshot.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/grey/searchresults.template
===================================================================
--- templates/trunk/grey/searchresults.template	2005-02-24 01:49:59 UTC (rev 1184)
+++ templates/trunk/grey/searchresults.template	2005-02-24 01:51:42 UTC (rev 1185)
@@ -0,0 +1,23 @@
+{include file="$blogtemplate/header.template"}
+   <h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2>
+   <p>
+    {foreach from=$searchresults item=result}
+     <div class="searchresult">
+      {assign var=article value=$result->getArticle()}
+      {if $urlmode == 2}
+      <a href="{$url->postPermalink($article)}?searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}"><h3><b>{$article->getTopic()}</b></h3></a>
+      {else}
+      <a href="{$url->postPermalink($article)}&searchTerms={foreach from=$searchterms item=term}{$term|escape:"hex"}%20{/foreach}"><h3><b>{$article->getTopic()}</b></h3></a>
+      {/if}
+     <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>
+      <p>
+      {$article->getText()|strip_tags|truncate:300:"...":false}
+      </p>
+     </div>
+     <br/>
+    {/foreach}
+   </p> 
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/grey/stripes.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/grey/stripes.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream




More information about the pLog-svn mailing list