[pLog-svn] r6359 - in templates/branches/lifetype-1.2/unported: roodoplog-2-column roodoplog-3-column

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 14:16:53 EDT 2008


Author: jondaley
Date: 2008-04-28 14:16:53 -0400 (Mon, 28 Apr 2008)
New Revision: 6359

Removed:
   templates/branches/lifetype-1.2/unported/roodoplog-2-column/post1.template
   templates/branches/lifetype-1.2/unported/roodoplog-3-column/post1.template
Modified:
   templates/branches/lifetype-1.2/unported/roodoplog-2-column/header.template
   templates/branches/lifetype-1.2/unported/roodoplog-2-column/post.template
   templates/branches/lifetype-1.2/unported/roodoplog-2-column/postandcomments.template
   templates/branches/lifetype-1.2/unported/roodoplog-3-column/post.template
   templates/branches/lifetype-1.2/unported/roodoplog-3-column/postandcomments.template
Log:
removed unneeded file.  moved trackback link.  removed non-7bit ascii characters

Modified: templates/branches/lifetype-1.2/unported/roodoplog-2-column/header.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-2-column/header.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-2-column/header.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -14,15 +14,10 @@
  <link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("favicon.ico")}" />
 
  <script type="text/javascript" src="{$url->getTemplateFile("toolbar.js")}"></script>
- {* 注意:此模版與樂多網誌(http://blog.yam.com/)的CSS樣式檔相容,                                               *}
- {* 但若套用樂多網誌的其他CSS樣式檔及圖片,必須注意                                                             *}
- {* 1. 不能用在營利的 Blog 平台上                                                                               *}
- {* 2. 必須在首頁加上「樣板設計及版權所有 ─ 樂多」連到blog.yam.com                                              *}
- {* 原本的defaŭlt.css檔之內容則僅受第二點之限制,不受第一點限制。                                               *}
  
- {* Mention: This template is also compatible with other css files from Roodo (http://blog.yam.com/).           *}
- {* However, if you want to use other css files and images from Roodo, you must                                 *}
- {* 1. Not use for commercial purposes or at commercial BSP sites, and                                          *}
+ {* Mention: This template is also compatible with other css files from Roodo (http://blog.yam.com/). *}
+ {* However, if you want to use other css files and images from Roodo, you must *}
+ {* 1. Not use for commercial purposes or at commercial BSP sites, and *}
  {* 2. Add the text "Design by Roodo. All rights reserved." and a link to http://blog.yam.com/ on your homepage *}
  
- <link rel="stylesheet" title="" href="{$url->getTemplateFile("css/default.css")}" type="text/css" media="screen" />
\ No newline at end of file
+ <link rel="stylesheet" title="" href="{$url->getTemplateFile("css/default.css")}" type="text/css" media="screen" />

Modified: templates/branches/lifetype-1.2/unported/roodoplog-2-column/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-2-column/post.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-2-column/post.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Deleted: templates/branches/lifetype-1.2/unported/roodoplog-2-column/post1.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-2-column/post1.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-2-column/post1.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -1,17 +0,0 @@
-<!-- {$url->postTrackbackLink($post)} -->
-{assign var="postDate" value=$post->getDateObject()}
-{assign var="postOwner" value=$post->getUserInfo()}
-
-	<h2 class="date">{$locale->formatDate($postDate,"%B %d, %Y, %H:%M")} </h2>
-	<div class="blogbody">
-	<h3 class="title">{$post->getTopic()}</h3>
-	<div class="main">
-	{$post->getText()}
-	</div>
- 	 <div class="posted">
-		 Posted by {$postOwner->getUsername()} | 
-		 <a class="aposted" title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> | 
-         <a class="aposted" href="{$url->postPermalink($post)}">{$locale->tr("comments")} ({$post->getNumComments()})</a> |
-         <a class="aposted" href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> | 
-		{foreach name=categories from=$post->getCategories() item=postCategory}<a class="aposted" href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last},{/if}{/foreach}
-		 </div>

Modified: templates/branches/lifetype-1.2/unported/roodoplog-2-column/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-2-column/postandcomments.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-2-column/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -5,7 +5,8 @@
 {assign var="postOwner" value=$post->getUserInfo()}
 
 <div class="blog">
- {include file="$blogtemplate/post1.template"} 
+ {include file="$blogtemplate/post.template"} 
+   		<!-- {$url->postTrackbackLink($post)} -->
  <div class="comments-head">
   <a name="comments"></a>Comments
  </div>

Modified: templates/branches/lifetype-1.2/unported/roodoplog-3-column/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-3-column/post.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-3-column/post.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -1,4 +1,3 @@
-<!-- {$url->postTrackbackLink($post)} -->
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 

Deleted: templates/branches/lifetype-1.2/unported/roodoplog-3-column/post1.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-3-column/post1.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-3-column/post1.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -1,17 +0,0 @@
-<!-- {$url->postTrackbackLink($post)} -->
-{assign var="postDate" value=$post->getDateObject()}
-{assign var="postOwner" value=$post->getUserInfo()}
-
-	<h2 class="date">{$locale->formatDate($postDate,"%B %d, %Y, %H:%M")} </h2>
-	<div class="blogbody">
-	<h3 class="title">{$post->getTopic()}</h3>
-	<div class="main">
-	{$post->getText()}
-	</div>
- 	 <div class="posted">
-		 Posted by {$postOwner->getUsername()} | 
-		 <a class="aposted" title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> | 
-         <a class="aposted" href="{$url->postPermalink($post)}">{$locale->tr("comments")} ({$post->getNumComments()})</a> |
-         <a class="aposted" href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a> | 
-		{foreach name=categories from=$post->getCategories() item=postCategory}<a class="aposted" href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last},{/if}{/foreach}
-		 </div>

Modified: templates/branches/lifetype-1.2/unported/roodoplog-3-column/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/roodoplog-3-column/postandcomments.template	2008-04-28 18:15:36 UTC (rev 6358)
+++ templates/branches/lifetype-1.2/unported/roodoplog-3-column/postandcomments.template	2008-04-28 18:16:53 UTC (rev 6359)
@@ -3,7 +3,8 @@
 {assign var="postOwner" value=$post->getUserInfo()}
 
 <div class="blog">
- {include file="$blogtemplate/post1.template"} 
+ {include file="$blogtemplate/post.template"} 
+ <!-- {$url->postTrackbackLink($post)} -->
  <div class="comments-head">
   <a name="comments"></a>Comments
  </div>



More information about the pLog-svn mailing list