[pLog-svn] r5077 - plog/branches/lifetype-1.2/templates/standard templates/branches/lifetype-1.2/GreenTrack templates/branches/lifetype-1.2/Innerscape templates/branches/lifetype-1.2/greenmarinee templates/branches/lifetype-1.2/grey templates/branches/lifetype-1.2/gutenberg templates/branches/lifetype-1.2/human_condition templates/branches/lifetype-1.2/ice
mark at devel.lifetype.net
mark at devel.lifetype.net
Tue Mar 13 04:29:23 EDT 2007
Author: mark
Date: 2007-03-13 04:29:21 -0400 (Tue, 13 Mar 2007)
New Revision: 5077
Modified:
plog/branches/lifetype-1.2/templates/standard/screenshot.jpg
templates/branches/lifetype-1.2/GreenTrack/panel.template
templates/branches/lifetype-1.2/GreenTrack/screenshot.jpg
templates/branches/lifetype-1.2/Innerscape/screenshot.jpg
templates/branches/lifetype-1.2/greenmarinee/panel.template
templates/branches/lifetype-1.2/greenmarinee/screenshot.jpg
templates/branches/lifetype-1.2/grey/screenshot.jpg
templates/branches/lifetype-1.2/gutenberg/screenshot.jpg
templates/branches/lifetype-1.2/human_condition/post.template
templates/branches/lifetype-1.2/human_condition/screenshot.jpg
templates/branches/lifetype-1.2/ice/screenshot.jpg
Log:
More screen shot and cosmetic change. The weird thing is human_condition seems break for a long time, why no one complain?
Modified: plog/branches/lifetype-1.2/templates/standard/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/GreenTrack/panel.template
===================================================================
--- templates/branches/lifetype-1.2/GreenTrack/panel.template 2007-03-13 08:09:07 UTC (rev 5076)
+++ templates/branches/lifetype-1.2/GreenTrack/panel.template 2007-03-13 08:29:21 UTC (rev 5077)
@@ -6,6 +6,7 @@
<ul>
{assign var=picture value=$blogOwner->getPicture()}
<li><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /></li>
+ <br/>
{$AboutMyself}
</ul>
{/if}
Modified: templates/branches/lifetype-1.2/GreenTrack/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/Innerscape/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/greenmarinee/panel.template
===================================================================
--- templates/branches/lifetype-1.2/greenmarinee/panel.template 2007-03-13 08:09:07 UTC (rev 5076)
+++ templates/branches/lifetype-1.2/greenmarinee/panel.template 2007-03-13 08:29:21 UTC (rev 5077)
@@ -1,11 +1,21 @@
<div id="right">
-<!--
+
<div id="author">
- Here is a section you can use to briefly talk about yourself or your site. Uncomment and delete this line to use.
- <p>Your description here.</p>
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+ <h3>{$locale->tr("about_myself")}</h3>
+ <ul>
+ {assign var=picture value=$blogOwner->getPicture()}
+ <li><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /></li>
+ <br/>
+ {$AboutMyself}
+ </ul>
+ </li>
+{/if}
</div>
<div class="line"></div>
--->
+
<div id="links">
{assign var=blogOwner value=$blog->getOwnerInfo()}
Modified: templates/branches/lifetype-1.2/greenmarinee/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/grey/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/gutenberg/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/human_condition/post.template
===================================================================
--- templates/branches/lifetype-1.2/human_condition/post.template 2007-03-13 08:09:07 UTC (rev 5076)
+++ templates/branches/lifetype-1.2/human_condition/post.template 2007-03-13 08:29:21 UTC (rev 5077)
@@ -6,7 +6,7 @@
{assign var=postCategory value=$post->getCategory()}
{assign var=postText value=$post->getText()}
<div class="meta">
-<ul class="post-categories"><li><a href="{$url->categoryLink($postCategory)}" title="{$postCategory->getName()}">{$postCategory->getName()}</a></li></ul>
+<ul class="post-categories">{foreach name=categories from=$post->getCategories() item=postCategory}<li><a href="{$url->categoryLink($postCategory)}" title="{$postCategory->getName()}">{$postCategory->getName()}</a></li>{if !$smarty.foreach.categories.last}, {/if}{/foreach}</ul>
— {$locale->tr("posted_by")} {$postOwner->getUsername()} @ {$locale->formatDate($postDate,"%H:%M")}
</div>
<div class="storycontent">
Modified: templates/branches/lifetype-1.2/human_condition/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/ice/screenshot.jpg
===================================================================
(Binary files differ)
More information about the pLog-svn
mailing list