[pLog-svn] r5074 - in templates/branches/lifetype-1.2: Blix BoxedBoxed-Green almost-spring andreas-2-columns andreas-3-columnsaquasoft aubmach blorange blueish blufill bubble-blue buddhabuggy cab connections
Oscar Renalias
oscar at renalias.net
Tue Mar 13 04:01:59 EDT 2007
What are we going to do with the screenshots with the typo? We have to
take them again, we can split them with all of ous and then we'll able
to finish faster.
On 3/12/07, Mark Wu <markplace at gmail.com> wrote:
> It is 3:06 in here. Ver tired, I will keep doing tomorrow.
>
> Mark
>
> > -----Original Message-----
> > From: plog-svn-bounces at devel.lifetype.net
> > [mailto:plog-svn-bounces at devel.lifetype.net] On Behalf Of
> > mark at devel.lifetype.net
> > Sent: Tuesday, March 13, 2007 3:05 AM
> > To: plog-svn at devel.lifetype.net
> > Subject: [pLog-svn] r5074 - in
> > templates/branches/lifetype-1.2: Blix BoxedBoxed-Green
> > almost-spring andreas-2-columns andreas-3-columnsaquasoft
> > aubmach blorange blueish blufill bubble-blue buddhabuggy cab
> > connections
> >
> > Author: mark
> > Date: 2007-03-12 15:05:28 -0400 (Mon, 12 Mar 2007) New Revision: 5074
> >
> > Modified:
> > templates/branches/lifetype-1.2/Blix/screenshot.jpg
> > templates/branches/lifetype-1.2/Boxed-Green/screenshot.jpg
> > templates/branches/lifetype-1.2/Boxed/screenshot.jpg
> > templates/branches/lifetype-1.2/almost-spring/post.template
> >
> > templates/branches/lifetype-1.2/almost-spring/postandcomments.template
> > templates/branches/lifetype-1.2/almost-spring/screenshot.jpg
> > templates/branches/lifetype-1.2/almost-spring/style.css
> > templates/branches/lifetype-1.2/andreas-2-columns/andreas01.css
> > templates/branches/lifetype-1.2/andreas-2-columns/screenshot.JPG
> > templates/branches/lifetype-1.2/andreas-3-columns/andreas01.css
> > templates/branches/lifetype-1.2/andreas-3-columns/screenshot.JPG
> > templates/branches/lifetype-1.2/aquasoft/screenshot.jpg
> > templates/branches/lifetype-1.2/aubmach/screenshot.jpg
> > templates/branches/lifetype-1.2/aubmach/style.css
> > templates/branches/lifetype-1.2/blorange/screenshot.jpg
> > templates/branches/lifetype-1.2/blueish/screenshot.jpg
> > templates/branches/lifetype-1.2/blufill/screenshot.jpg
> > templates/branches/lifetype-1.2/bubble-blue/screenshot.jpg
> > templates/branches/lifetype-1.2/buddha/screenshot.jpg
> > templates/branches/lifetype-1.2/buggy/screenshot.jpg
> > templates/branches/lifetype-1.2/cab/screenshot.jpg
> > templates/branches/lifetype-1.2/connections/screenshot.jpg
> > Log:
> > Some screen shots and templates cosmetic changes.
> >
> > Modified: templates/branches/lifetype-1.2/Blix/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/Boxed/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/Boxed-Green/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/almost-spring/post.template
> > ===================================================================
> > ---
> > templates/branches/lifetype-1.2/almost-spring/post.template
> > 2007-03-12 18:02:46 UTC (rev 5073)
> > +++
> > templates/branches/lifetype-1.2/almost-spring/post.template
> > 2007-03-12 19:05:28 UTC (rev 5074)
> > @@ -8,7 +8,7 @@
> > <p class="postmeta">[ {foreach name=categories
> > from=$post->getCategories() item=postcategory}<a
> > href="{$url->categoryLink($postcategory)}">{$postcategory->get
> > Name()}</a>
> > {if !$smarty.foreach.categories.last}, {/if} {/foreach}]
> > -{$locale->formatDate($postDate,"%d %B, %Y %H:%M")}::點閱次數
> > ({$post->getNumReads()})</p>
> > +{$locale->formatDate($postDate,"%d %B, %Y %H:%M") }::
> > +{$locale->tr("num_reads")} ({$post->getNumReads()})</p>
> >
> > <div class="postentry">{$post->getText()}</div>
> > <p class="postfeedback"><a
> > href="{$url->postPermalink($post)}#Comments"
> > class="commentslink"> ({$post->getTotalComments()})
> > {$locale->tr("comment on this")} </a> <a
> > href="{$url->postTrackbackStatsLink($post)}"
> > class="commentslink"> ({$post->getTotalTrackbacks()})
> > {$locale->tr("trackbacks")} </a> <a
> > href="{$url->postPermalink($post)}" title="Permanent Link:
> > {$post->getTopic()}" class="permalink">{$locale->tr("permalink")}</a>
> >
> > Modified:
> > templates/branches/lifetype-1.2/almost-spring/postandcomments.template
> > ===================================================================
> > ---
> > templates/branches/lifetype-1.2/almost-spring/postandcomments.
> > template 2007-03-12 18:02:46 UTC (rev 5073)
> > +++
> > templates/branches/lifetype-1.2/almost-spring/postandcomments.
> > template 2007-03-12 19:05:28 UTC (rev 5074)
> > @@ -19,7 +19,7 @@
> > {include file="$blogtemplate/post.template"}
> >
> > {* show comments *}
> > -<h2 id="comments"><a name="Comments"></a>共
> > {$post->getTotalComments()} 迴響 於 "{$post->getTopic()}"</h2>
> > +<h2 id="comments"><a name="Comments"></a>{$post->getTotalComments()}
> > +{$locale->tr("comments")} in "{$post->getTopic()}"</h2>
> > <ol id="commentlist">
> > {assign var="counter" value=1}
> > {foreach name=comment from=$comments item=comment}
> >
> > Modified: templates/branches/lifetype-1.2/almost-spring/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/almost-spring/style.css
> > ===================================================================
> > --- templates/branches/lifetype-1.2/almost-spring/style.css
> > 2007-03-12 18:02:46 UTC (rev 5073)
> > +++ templates/branches/lifetype-1.2/almost-spring/style.css
> > 2007-03-12 19:05:28 UTC (rev 5074)
> > @@ -346,4 +346,4 @@
> > vertical-align: top;
> > background: #fff;
> > color: #FF0084;
> > -}
> > +}
> > \ No newline at end of file
> >
> > Modified:
> > templates/branches/lifetype-1.2/andreas-2-columns/andreas01.css
> > ===================================================================
> > ---
> > templates/branches/lifetype-1.2/andreas-2-columns/andrea
> > s01.css 2007-03-12 18:02:46 UTC (rev 5073)
> > +++
> > templates/branches/lifetype-1.2/andreas-2-columns/andrea
> > s01.css 2007-03-12 19:05:28 UTC (rev 5074)
> > @@ -34,7 +34,7 @@
> > }
> >
> > #header h1{
> > -width:350px;
> > +width:720px;
> > margin:0 0 10px 0;
> > float:left;
> > font-size:16pt;
> >
> > Modified:
> > templates/branches/lifetype-1.2/andreas-2-columns/screenshot.JPG
> > ===================================================================
> > (Binary files differ)
> >
> > Modified:
> > templates/branches/lifetype-1.2/andreas-3-columns/andreas01.css
> > ===================================================================
> > ---
> > templates/branches/lifetype-1.2/andreas-3-columns/andrea
> > s01.css 2007-03-12 18:02:46 UTC (rev 5073)
> > +++
> > templates/branches/lifetype-1.2/andreas-3-columns/andrea
> > s01.css 2007-03-12 19:05:28 UTC (rev 5074)
> > @@ -27,7 +27,7 @@
> > }
> >
> > #header h1{
> > -width:250px;
> > +width:720px;
> > margin:0 0 10px 0;
> > float:left;
> > }
> >
> > Modified:
> > templates/branches/lifetype-1.2/andreas-3-columns/screenshot.JPG
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/aquasoft/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/aubmach/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/aubmach/style.css
> > ===================================================================
> > --- templates/branches/lifetype-1.2/aubmach/style.css
> > 2007-03-12 18:02:46 UTC (rev 5073)
> > +++ templates/branches/lifetype-1.2/aubmach/style.css
> > 2007-03-12 19:05:28 UTC (rev 5074)
> > @@ -28,7 +28,7 @@
> >
> > h1 {
> > text-align: right;
> > - font-size: 4em;
> > + font-size: 2em;
> > font-weight: bold;
> > font-style: italic;
> > margin: 0;
> >
> > Modified: templates/branches/lifetype-1.2/blorange/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/blueish/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/blufill/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/bubble-blue/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/buddha/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/buggy/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/cab/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > Modified: templates/branches/lifetype-1.2/connections/screenshot.jpg
> > ===================================================================
> > (Binary files differ)
> >
> > _______________________________________________
> > pLog-svn mailing list
> > pLog-svn at devel.lifetype.net
> > http://limedaley.com/mailman/listinfo/plog-svn
>
> _______________________________________________
> pLog-svn mailing list
> pLog-svn at devel.lifetype.net
> http://limedaley.com/mailman/listinfo/plog-svn
More information about the pLog-svn
mailing list