[pLog-svn] r1601 - in templates/trunk/reic: . images

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Thu Mar 24 14:16:06 GMT 2005


Author: jondaley
Date: 2005-03-24 14:16:06 +0000 (Thu, 24 Mar 2005)
New Revision: 1601

Added:
   templates/trunk/reic/changelog.template
   templates/trunk/reic/images/con1.gif
   templates/trunk/reic/images/con2.gif
   templates/trunk/reic/images/download.gif
   templates/trunk/reic/images/footer.jpg
   templates/trunk/reic/images/frameborder.gif
   templates/trunk/reic/images/links1.gif
   templates/trunk/reic/images/links2.gif
   templates/trunk/reic/images/sidetitle.gif
Modified:
   templates/trunk/reic/about.template
   templates/trunk/reic/nav_bar.inc
   templates/trunk/reic/panel.template
   templates/trunk/reic/post.template
   templates/trunk/reic/reic.css
   templates/trunk/reic/resource.template
   templates/trunk/reic/searchresults.template
Log:
new changes by reic.  I guess he doesn't like my changes

Modified: templates/trunk/reic/about.template
===================================================================
--- templates/trunk/reic/about.template	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/about.template	2005-03-24 14:16:06 UTC (rev 1601)
@@ -1,30 +1,30 @@
-{include file="$blogtemplate/header.template"}
-<div id="outcon">
-<div id="content">
-<div class="blog">
-<h3 class="title">Reic Template User Guide</h3>
-<p><a href="{$url->templatePage("about")}">English Version</a> | <a href="{$url->templatePage("about.zh_TW")}">Tran. Chinese Version</a></p>
-<p>"Reic Template" is a based on the embeded template of blueish. The template now is suitable for plog 1.0.
-</p>
-<p>How to customize the template?
-<ol>
-<li>Modify the background images method:
-  <ul>
-    <li>Open: Open the 'reic.psd' file with Photoshop.</li>
-    <li>Change: Change whatever you want, such as for instance the background color.</li>
-    <li>Save: Go to File -> Save For Web. Press Save when the dialog appears. Choose a place to save it.</li>
-    <li>Upload: Photoshop has now created a directory called 'images', where you saved the images. Upload this directory to the root of your WordPress installation, overwriting the files already there.</li>
-  </ul>
-</li>
-<li>Modify the reic.css to change the css style.</li>
-</ol>
-	<p style="text-align:right;font-style:italic;">by reic</p>
-	<hr />
-	<p>You can change the contents of this page by editing the about.template file.</p>
-
-</div>
-<div class="clear">&nbsp;</div>
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
-{include file="$blogtemplate/footer.template"}
+{include file="$blogtemplate/header.template"}
+<div id="outcon">
+<div id="content">
+<div class="blog">
+<h3 class="title">Reic Template User Guide</h3>
+<p><a href="{$url->templatePage("about")}">English Version</a> | <a href="{$url->templatePage("about.zh_TW")}">Chinese Version</a></p>
+<p>"Reic Template" is a based on the embeded template of blueish. The template now is suitable for plog 1.0.
+</p>
+<p>How to customize the template?
+<ol>
+<li>Modify the background images method:
+<ul>
+<li>Open:Open the 'reic.psd' file with Photoshop.</li>
+<li>Change:Change whatever you want, such as for instance the background color.</li>
+<li>Save:Go to File->Save For Web. Press Save when the dialog appears. Choose a place to save it.</li>
+<li>Upload:Photoshop has now created a directory called 'images', where you saved the images. Upload this directory to the root of your WordPress installation, overwriting the files already there.</li>
+</ul>
+</li>
+<li>Modify the reic.css to change the css style.</li>
+</ol>
+<p style="text-align:right;font-style:italic;">by reic</p>
+<hr />
+<p>You can change the contents of this page by editing the about.template file.</p>
+<p>The change log is described at <a href="{$url->templatePage("changelog")}" title="change log">changlog page</a>.
+</div>
+<div class="clear">&nbsp;</div>
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/trunk/reic/changelog.template
===================================================================
--- templates/trunk/reic/changelog.template	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/changelog.template	2005-03-24 14:16:06 UTC (rev 1601)
@@ -0,0 +1,44 @@
+{include file="$blogtemplate/header.template"}
+<div id="outcon">
+<div id="content">
+<div class="blog">
+<h3 class="title">Reic Template Chang log</h3>
+<p>2005/03/24</p>
+<ul><li>Removed the post.gif in reic.css.</li>
+<li>Changed the download.gif in resource.template to images/download.gif.</li>
+<li>Removed fieldset tag in panel. The border of the search is vanished.</li>
+<li>Removed smarty space between category name and subsequent comma.</li>
+<li>Removed the smarty tag $locale-&gt;tr('categories') at post and searchresult.</li>
+<li>Fixed the non-English character in about.</li>
+<li>Fixed the dash board page link error.</li>
+<li>Add changelog in about</li>
+</ul>
+<p>2005/03/17</p>
+<ul>
+<li>Fix Reic template II error.template bug (by firer )</li>
+<li>Fix Reic template II searchresults.template bug (by <a href="http://intelblog.com/plog/index.php?blogId=1">firer</a> report)</li>
+</ul>
+<p>2005/3/15</p>
+<ul>
+<li>Use the $locale-&gt;tr("comments") instead of the chiniese character in commentform.tepmlate (by JamesHuang report)</li>
+</ul>
+<p>2005/03/14</p>
+<ul>
+<li>Hide the image title at psd file</li>
+<li>Redesign the css file for #title field and .scription field</li>
+</ul>
+<p>2005/03/12</p>
+<ul>
+<li>fixed a error in postandcomment.template</li>
+</ul>
+<p>2005/03/11</p>
+<ul>
+<li>Redesign error, album, album,  resource files</li>
+<li>Change the types of output file in reic.psd to gif.</li>
+</ul>
+</div>
+<div class="clear">&nbsp;</div>
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/trunk/reic/images/con1.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/con1.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/con2.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/con2.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/download.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/download.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/footer.jpg
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/footer.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/frameborder.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/frameborder.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/links1.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/links1.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/links2.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/links2.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/reic/images/sidetitle.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/reic/images/sidetitle.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: templates/trunk/reic/nav_bar.inc
===================================================================
--- templates/trunk/reic/nav_bar.inc	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/nav_bar.inc	2005-03-24 14:16:06 UTC (rev 1601)
@@ -1,6 +1,6 @@
 
     <a href="{$url->blogLink()}">{$locale->tr("main")}</a> | 
-    <a href="admin.php" accesskey="2">{$locale->tr("dashboard")}</a> | 
+    <a href="{$url->getBaseUrl()}/admin.php" accesskey="2">{$locale->tr("dashboard")}</a> | 
     <a href="{$url->albumLink()}">{$locale->tr("albums")}</a> |
     <a href="{$url->templatePage("about")}">About</a>
     
\ No newline at end of file

Modified: templates/trunk/reic/panel.template
===================================================================
--- templates/trunk/reic/panel.template	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/panel.template	2005-03-24 14:16:06 UTC (rev 1601)
@@ -10,12 +10,10 @@
 </div>
     <div class="side" id="Search"> 
 	<form id="search_form"  name="search_form" method="post" action="{$url->getIndexUrl()}">
-	<fieldset>
 	<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()}" />   
-	</fieldset>
 	</form>
     </div>   
  <div class="sidetitle">

Modified: templates/trunk/reic/post.template
===================================================================
--- templates/trunk/reic/post.template	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/post.template	2005-03-24 14:16:06 UTC (rev 1601)
@@ -2,12 +2,12 @@
 {assign var="postDate" value=$post->getDateObject()}
 {assign var="postOwner" value=$post->getUserInfo()}
 
- 
  <div class="blogbody">
 <h3 class="title"><a href="{$url->postPermalink($post)}">{$post->getTopic()}</a></h3>
     <div class="posted">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %b, %Y")}, {$locale->formatDate($postDate,"%H:%M")} | 
   {foreach name=categories from=$post->getCategories() item=postCategory}
-    <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
+    <a href="{$url->categoryLink($postCategory)}">{$postCategory->getName()}</a>
+    {if !$smarty.foreach.categories.last},{/if}
   {/foreach}
 
 | ({$post->getNumReads()} Reads)
@@ -18,5 +18,4 @@
     <a href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a> | <a href="{$url->postPermalink($post)}">{$locale->tr("comments")} ({$post->getTotalComments()})</a> | 
      <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")} ({$post->getNumTrackbacks()})</a>
     </div>
-  </div>
-
+  </div>
\ No newline at end of file

Modified: templates/trunk/reic/reic.css
===================================================================
--- templates/trunk/reic/reic.css	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/reic.css	2005-03-24 14:16:06 UTC (rev 1601)
@@ -7,7 +7,7 @@
 }
 
 body {
-margin: 0;
+margin: 0 auto;
 padding: 0;
 background: transparent url(images/bg.gif) repeat scroll;
 font-family: lucida grande, verdana, arial, sans-serif;
@@ -227,7 +227,7 @@
 }
 
 div.side ul {
-list-style: none url(post.gif);
+list-style: none;
 margin:5px 0px 0px 0px;
 padding:0px 0px 0px 1.7em;
 }

Modified: templates/trunk/reic/resource.template
===================================================================
--- templates/trunk/reic/resource.template	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/resource.template	2005-03-24 14:16:06 UTC (rev 1601)
@@ -6,7 +6,7 @@
     <div class="blogbody">
     <h3 class="title">{$resource->getFileName()}</h3>
    <div class="posted">
-    <img src="{$url->getTemplateFile("download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+    <img src="{$url->getTemplateFile("images/download.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
     <a href="{$url->resourceDownloadLink($resource)}">{$locale->tr("download")}</a> 
     ({$metadata->getRoundedSize()}) | {$locale->tr("created")} {$locale->formatDate($updated,"%d %b, %Y")}
    </div>

Modified: templates/trunk/reic/searchresults.template
===================================================================
--- templates/trunk/reic/searchresults.template	2005-03-24 13:05:41 UTC (rev 1600)
+++ templates/trunk/reic/searchresults.template	2005-03-24 14:16:06 UTC (rev 1601)
@@ -10,14 +10,10 @@
       {assign var=article value=$result->getArticle()}
       <h3 class="title"><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></h3>
   <div class="posted">{foreach name=categories from=$article->getCategories() item=articleCategory}
-    {$locale->tr("categories")}: <a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
+    <a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a>{if !$smarty.foreach.categories.last},{/if}
   {/foreach}</div>    
-  
-
-  
-      {$article->getText()|strip_tags|truncate:300:"...":false}
-      
-   </div> 
+{$article->getText()|strip_tags|truncate:300:"...":false}
+</div> 
     {/foreach}
 
  </div>




More information about the pLog-svn mailing list