[pLog-svn] r5078 - in templates/branches/lifetype-1.2: LiteWinter Mac-Stripe Matrix-Code MinimaPlus MinimaPlusWithPlugins Modish kubrick lemons mars-spirit minitemplate mtplog ocadia outback pastel-blocks pink_lilies reic reic1 roodoplog-2-column roodoplog-3-column roof rubric
mark at devel.lifetype.net
mark at devel.lifetype.net
Tue Mar 13 05:22:11 EDT 2007
Author: mark
Date: 2007-03-13 05:22:08 -0400 (Tue, 13 Mar 2007)
New Revision: 5078
Added:
templates/branches/lifetype-1.2/pastel-blocks/block-aboutmyself.template
Modified:
templates/branches/lifetype-1.2/LiteWinter/screenshot.jpg
templates/branches/lifetype-1.2/Mac-Stripe/footer.template
templates/branches/lifetype-1.2/Mac-Stripe/screenshot.jpg
templates/branches/lifetype-1.2/Matrix-Code/footer.template
templates/branches/lifetype-1.2/Matrix-Code/screenshot.jpg
templates/branches/lifetype-1.2/MinimaPlus/screenshot.jpg
templates/branches/lifetype-1.2/MinimaPlusWithPlugins/screenshot.jpg
templates/branches/lifetype-1.2/Modish/screenshot.jpg
templates/branches/lifetype-1.2/kubrick/screenshot.jpg
templates/branches/lifetype-1.2/lemons/screenshot.jpg
templates/branches/lifetype-1.2/mars-spirit/screenshot.jpg
templates/branches/lifetype-1.2/minitemplate/screenshot.jpg
templates/branches/lifetype-1.2/minitemplate/sidebar.template
templates/branches/lifetype-1.2/mtplog/screenshot.jpg
templates/branches/lifetype-1.2/ocadia/screenshot.jpg
templates/branches/lifetype-1.2/outback/screenshot.jpg
templates/branches/lifetype-1.2/pastel-blocks/header.template
templates/branches/lifetype-1.2/pastel-blocks/screenshot.jpg
templates/branches/lifetype-1.2/pink_lilies/screenshot.jpg
templates/branches/lifetype-1.2/reic/screenshot.jpg
templates/branches/lifetype-1.2/reic1/panel.template
templates/branches/lifetype-1.2/reic1/screenshot.jpg
templates/branches/lifetype-1.2/roodoplog-2-column/screenshot.jpg
templates/branches/lifetype-1.2/roodoplog-3-column/screenshot.jpg
templates/branches/lifetype-1.2/roof/screenshot.jpg
templates/branches/lifetype-1.2/rubric/screenshot.jpg
Log:
More screen shot and cosmetic change. One problem, the commentform.template under ./templates/default seems not looks good in other templates... :(
Modified: templates/branches/lifetype-1.2/LiteWinter/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/Mac-Stripe/footer.template
===================================================================
--- templates/branches/lifetype-1.2/Mac-Stripe/footer.template 2007-03-13 08:29:21 UTC (rev 5077)
+++ templates/branches/lifetype-1.2/Mac-Stripe/footer.template 2007-03-13 09:22:08 UTC (rev 5078)
@@ -24,7 +24,6 @@
<p>{$AboutMyself}</p>
</div>
</div>
- </div>
{/if}
<div class="sidetitle">{$locale->tr("calendar")}</div>
Modified: templates/branches/lifetype-1.2/Mac-Stripe/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/Matrix-Code/footer.template
===================================================================
--- templates/branches/lifetype-1.2/Matrix-Code/footer.template 2007-03-13 08:29:21 UTC (rev 5077)
+++ templates/branches/lifetype-1.2/Matrix-Code/footer.template 2007-03-13 09:22:08 UTC (rev 5078)
@@ -24,7 +24,6 @@
<p>{$AboutMyself}</p>
</div>
</div>
- </div>
{/if}
Modified: templates/branches/lifetype-1.2/Matrix-Code/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/MinimaPlus/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/MinimaPlusWithPlugins/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/Modish/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/kubrick/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/lemons/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/mars-spirit/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/minitemplate/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/minitemplate/sidebar.template
===================================================================
--- templates/branches/lifetype-1.2/minitemplate/sidebar.template 2007-03-13 08:29:21 UTC (rev 5077)
+++ templates/branches/lifetype-1.2/minitemplate/sidebar.template 2007-03-13 09:22:08 UTC (rev 5078)
@@ -28,6 +28,7 @@
</div>
</div>
</fieldset>
+ </div>
{/if}
<!--// Block Recently //-->
Modified: templates/branches/lifetype-1.2/mtplog/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/ocadia/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/outback/screenshot.jpg
===================================================================
(Binary files differ)
Added: templates/branches/lifetype-1.2/pastel-blocks/block-aboutmyself.template
===================================================================
--- templates/branches/lifetype-1.2/pastel-blocks/block-aboutmyself.template (rev 0)
+++ templates/branches/lifetype-1.2/pastel-blocks/block-aboutmyself.template 2007-03-13 09:22:08 UTC (rev 5078)
@@ -0,0 +1,26 @@
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+ <div class="block-shadow">
+ <div class="block-main">
+ <div class="{cycle values="box-red,box-blue,box-orange,box-teal,box-purple,box-green"}">
+ <div class="block-recently">
+
+ <div class="block-title">
+ <div class="block-header">{$locale->tr("about_myself")}</div>
+ </div>
+
+ <div class="recent-posts">
+ <ul>
+ {assign var=picture value=$blogOwner->getPicture()}
+ <li><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /></li>
+ <br/>
+ {$AboutMyself}
+ </ul>
+ </div><br/>
+
+ </div>
+ </div>
+ </div>
+ </div>
+{/if}
\ No newline at end of file
Modified: templates/branches/lifetype-1.2/pastel-blocks/header.template
===================================================================
--- templates/branches/lifetype-1.2/pastel-blocks/header.template 2007-03-13 08:29:21 UTC (rev 5077)
+++ templates/branches/lifetype-1.2/pastel-blocks/header.template 2007-03-13 09:22:08 UTC (rev 5078)
@@ -50,6 +50,7 @@
<div class="column"
id="left">
+{include file="$blogtemplate/block-aboutmyself.template"}
{include file="$blogtemplate/block-calendar.template"}
{include file="$blogtemplate/block-links.template"}
{include file="$blogtemplate/block-recently.template"}
Modified: templates/branches/lifetype-1.2/pastel-blocks/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/pink_lilies/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/reic/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/reic1/panel.template
===================================================================
--- templates/branches/lifetype-1.2/reic1/panel.template 2007-03-13 08:29:21 UTC (rev 5077)
+++ templates/branches/lifetype-1.2/reic1/panel.template 2007-03-13 09:22:08 UTC (rev 5078)
@@ -1,20 +1,33 @@
<div id="linksout">
<div id="links">
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}
+ <div class="sidetitle">{$locale->tr("about_myself")}</div>
+ <div class="side">
+ <ul>
+ {assign var=picture value=$blogOwner->getPicture()}
+ <li><img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /></li>
+ <li>{$AboutMyself}</li>
+ </ul>
+ </div>
+{/if}
+
<div class="sidetitle">
{$locale->tr("calendar")}
</div>
<div class="side">
{$calendar}
</div>
-<div class="sidetitle">
-{$locale->tr("search")}
-</div>
+<div class="sidetitle">
+{$locale->tr("search")}
+</div>
<div class="side" id="Search">
- <form id="search_form" name="search_form" method="post" action="{$url->getIndexUrl()}">
- <label for="searchTerms"><input type="text" id="searchTerms" name="searchTerms" value="" /></label>
- <input type="submit" name="Search" value="{$locale->tr("search_s")}" class="button" />
- <input type="hidden" name="op" value="Search" />
- <input type="hidden" name="blogId" value="{$blog->getId()}" />
+ <form id="search_form" name="search_form" method="post" action="{$url->getIndexUrl()}">
+ <label for="searchTerms"><input type="text" id="searchTerms" name="searchTerms" value="" /></label>
+ <input type="submit" name="Search" value="{$locale->tr("search_s")}" class="button" />
+ <input type="hidden" name="op" value="Search" />
+ <input type="hidden" name="blogId" value="{$blog->getId()}" />
</form>
</div>
<div class="sidetitle">
Modified: templates/branches/lifetype-1.2/reic1/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/roodoplog-2-column/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/roodoplog-3-column/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/roof/screenshot.jpg
===================================================================
(Binary files differ)
Modified: templates/branches/lifetype-1.2/rubric/screenshot.jpg
===================================================================
(Binary files differ)
More information about the pLog-svn
mailing list