[pLog-svn] r1904 - templates/trunk/greenmarinee

Oscar Renalias oscar at renalias.net
Mon Apr 25 16:45:32 GMT 2005


has this been updated in sf.net?

Oscar

On 25 Apr 2005, at 14:29, jondaley at devel.plogworld.net wrote:

> Author: jondaley
> Date: 2005-04-25 11:29:25 +0000 (Mon, 25 Apr 2005)
> New Revision: 1904
>
> Modified:
>    templates/trunk/greenmarinee/README.txt
>    templates/trunk/greenmarinee/panel.template
>    templates/trunk/greenmarinee/postandcomments.template
>    templates/trunk/greenmarinee/posttrackbacks.template
> Log:
> latest updates from knight
>
> Modified: templates/trunk/greenmarinee/README.txt
> ===================================================================
> --- templates/trunk/greenmarinee/README.txt	2005-04-25 10:43:04 UTC 
> (rev 1903)
> +++ templates/trunk/greenmarinee/README.txt	2005-04-25 11:29:25 UTC 
> (rev 1904)
> @@ -31,6 +31,8 @@
>          </ul>
>  	</div>
>
> +23 april 2005
> +fix the title not display current entry
>
>  20 april 2005
>  fix the comments locale problem
>
> Modified: templates/trunk/greenmarinee/panel.template
> ===================================================================
> --- templates/trunk/greenmarinee/panel.template	2005-04-25 10:43:04 
> UTC (rev 1903)
> +++ templates/trunk/greenmarinee/panel.template	2005-04-25 11:29:25 
> UTC (rev 1904)
> @@ -27,9 +27,9 @@
>
>  <h3>{$locale->tr("recently")|capitalize}</h3>
>    <ul>
> -  {foreach from=$recentposts item=post}
> -   <li><a title="{$post->getText()|truncate:15:"..."|escape}"
> -		  href="{$url->postLink($post)}">{$post->getTopic()}</a></li>
> +  {foreach from=$recentposts item=rpost}
> +   <li><a title="{$rpost->getText()|truncate:15:"..."|escape}"
> +		  href="{$url->postLink($rpost)}">{$rpost->getTopic()}</a></li>
>    {/foreach}
>    </ul>
>
>
> Modified: templates/trunk/greenmarinee/postandcomments.template
> ===================================================================
> --- templates/trunk/greenmarinee/postandcomments.template	2005-04-25 
> 10:43:04 UTC (rev 1903)
> +++ templates/trunk/greenmarinee/postandcomments.template	2005-04-25 
> 11:29:25 UTC (rev 1904)
> @@ -1,10 +1,10 @@
> -{include file="$blogtemplate/header.template"}
> -{include file="$blogtemplate/panel.template"}
>  {assign var="postPageTitle" value=$post->getTopic()}
>  {assign var="postPageTitle" value=" | $postPageTitle"}
>  {assign var="postDate" value=$post->getDateObject()}
>  {assign var="postOwner" value=$post->getUserInfo()}
>  {assign var="oddcomment" value='alt'}
> +{include file="$blogtemplate/header.template"}
> +{include file="$blogtemplate/panel.template"}
>
>  <div id="content">
>   {include file="$blogtemplate/post.template"}
>
> Modified: templates/trunk/greenmarinee/posttrackbacks.template
> ===================================================================
> --- templates/trunk/greenmarinee/posttrackbacks.template	2005-04-25 
> 10:43:04 UTC (rev 1903)
> +++ templates/trunk/greenmarinee/posttrackbacks.template	2005-04-25 
> 11:29:25 UTC (rev 1904)
> @@ -1,3 +1,5 @@
> +{assign var="postPageTitle" value=$post->getTopic()}
> +{assign var="postPageTitle" value=" | $postPageTitle"}
>  {include file="$blogtemplate/header.template"}
>  {include file="$blogtemplate/panel.template"}
>  <div id="content">
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.plogworld.net
> http://devel.plogworld.net/mailman/listinfo/plog-svn
>




More information about the pLog-svn mailing list