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

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 15 02:47:12 GMT 2005


Author: jondaley
Date: 2005-03-15 02:47:09 +0000 (Tue, 15 Mar 2005)
New Revision: 1476

Added:
   templates/trunk/reic/about.template
   templates/trunk/reic/about.zh_TW.template
   templates/trunk/reic/images/
   templates/trunk/reic/images/bg.gif
   templates/trunk/reic/images/border.gif
   templates/trunk/reic/images/footer.jpg
   templates/trunk/reic/images/header.gif
   templates/trunk/reic/images/nav_bar.gif
   templates/trunk/reic/post.gif
   templates/trunk/reic/reic.psd
   templates/trunk/reic/searchresults.template
Removed:
   templates/trunk/reic/toolbar.js
Modified:
   templates/trunk/reic/commentform.template
   templates/trunk/reic/footer.template
   templates/trunk/reic/header.template
   templates/trunk/reic/main.template
   templates/trunk/reic/nav_bar.inc
   templates/trunk/reic/panel.template
   templates/trunk/reic/post.template
   templates/trunk/reic/postandcomments.template
   templates/trunk/reic/reic.css
   templates/trunk/reic/screenshot.jpg
Log:
author provided new version of template for 1.0

Added: templates/trunk/reic/about.template
===================================================================
--- templates/trunk/reic/about.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/about.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -0,0 +1,27 @@
+{include file="$blogtemplate/header.template"}
+<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")}">中文版本</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>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/trunk/reic/about.zh_TW.template
===================================================================
--- templates/trunk/reic/about.zh_TW.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/about.zh_TW.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -0,0 +1,28 @@
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="blog">
+<h3 class="title">Reic 模版使用說明</h3>
+<p><a href="{$url->templatePage("about")}">English Version</a> | <a href="{$url->templatePage("about.zh_TW")}">中文版本</a></p>
+<p>"Reic 模版" 是由內建模版 blueish 所發展的版本. 目前本版為 plog 1.0 的使用模版.
+</p>
+<p>如何去更改模版呢?
+<ol>
+<li>編輯影像法:
+  <ul>
+    <li>Open — 在 Photoshop  中開啟 "reic.psd".</li>
+    <li>Change — 在 Photoshop 修改或新增你所想要增加的部分.</li>
+    <li>Save — 在儲存時,選擇 "儲存為網頁用",並選擇一個地方放置.</li>
+    <li>Upload — Photoshop 會建立一個 'images' 的目錄來儲放影像. 
+    上傳這一個 'images' 目錄到 "Reic 模版" 所在路徑即可.</li>
+  </ul>
+</li>
+<li>修改 reic.css 來調整顏色的配置。</li>
+</ol>
+	<p style="text-align:right;font-style:italic;">by reic</p>
+	<hr />
+	<p>※修改 about.zh_TW.template 即可修改此頁面的內容</p>
+
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/trunk/reic/commentform.template
===================================================================
--- templates/trunk/reic/commentform.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/commentform.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -12,14 +12,7 @@
   </div>
  <div> 
   <label for="text">{$locale->tr("add_comment")}:</label><br />
-  {* quicktags plugin *}
-  <script type="text/javascript">edToolbar();</script><br/>
-  {* quicktags end *}
   <textarea tabindex="5" id="text" name="commentText" rows="10" cols="40"></textarea><br />
-  {* quick tags & smiley plugin *}
-  <script type="text/javascript">var edCanvas = document.NewComment.commentText;</script>
-  {$smileys->generateSmileysBar()}
-  {* smiley end *}
   <br />  
   <input style="font-weight: bold;" type="submit" name="post" value="&nbsp;{$locale->tr("comment_send")}&nbsp;" />
   &nbsp;&nbsp;<input style="font-weight: bold;" type="reset"><br /><br />

Modified: templates/trunk/reic/footer.template
===================================================================
--- templates/trunk/reic/footer.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/footer.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -1,7 +1,9 @@
- <div id="footer">
+<div class="clear">&nbsp;</div>
+<div id="footer">
 <div id="credits">
 <p>Designed by <a href="http://reic.twbbs.org">reic</a> | Powered by <a href="http://www.plogworld.net">plog</a> | Valid <a href="http://validator.w3.org/check/referer">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></p>
 </div>
 </div>
- </body>
+</div>
+</body>
 </html>
\ No newline at end of file

Modified: templates/trunk/reic/header.template
===================================================================
--- templates/trunk/reic/header.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/header.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -2,8 +2,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" 
       lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
 <head>
+ <meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
  <title>{$blog->getBlog()}</title>
- <meta http-equiv="Content-Type" content="text/html;charset={$locale->getCharset()}" />
  <meta name="generator" content="{$version}" />
  <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
  <link rel="stylesheet" title="Default" href="{$url->getTemplateFile("reic.css")}" type="text/css" />
@@ -13,6 +13,7 @@
  <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="{$url->rssLink("atom")}" />
 </head>
 <body>
+<div id="outframe">
 <div id="header">
 <div id="title"><a href="{$url->blogLink()}" accesskey="1">{$blog->getBlog()}</a><br /><span class="description">{$blog->getAbout()}</span>
 </div>

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


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

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


Property changes on: templates/trunk/reic/images/border.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/header.gif
===================================================================
(Binary files differ)


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

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


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

Modified: templates/trunk/reic/main.template
===================================================================
--- templates/trunk/reic/main.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/main.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -1,9 +1,13 @@
 {include file="$blogtemplate/header.template"}
 <div id="content">
 <div class="blog">
- {foreach from=$posts item=post}
-  {include file="$blogtemplate/post.template"}
- {/foreach}
+{foreach from=$posts item=post}
+{if $showAll}
+  {include file="$blogtemplate/postsummary.template"}
+{else}
+  {include file="$blogtemplate/post.template"}
+{/if}
+{/foreach}
 </div>
 </div>
 {include file="$blogtemplate/panel.template"}

Modified: templates/trunk/reic/nav_bar.inc
===================================================================
--- templates/trunk/reic/nav_bar.inc	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/nav_bar.inc	2005-03-15 02:47:09 UTC (rev 1476)
@@ -1,5 +1,6 @@
-<span style="float:right;color: #eeee00;">{$locale->formatDate($now,"%Y %B %d, %A")}</span>    
+
     <a href="{$url->blogLink()}">{$locale->tr("main")}</a> | 
-    <a href="admin.php" accesskey="2">{$locale->tr("administration")}</a> | 
-    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a>
+    <a href="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-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/panel.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -5,7 +5,19 @@
  <div class="side">
     {$calendar}
  </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()}">
+	<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">
   {$locale->tr("recently")|capitalize}
  </div>

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


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

Modified: templates/trunk/reic/post.template
===================================================================
--- templates/trunk/reic/post.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/post.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -4,7 +4,7 @@
 
  
  <div class="blogbody">
-  <h3 class="title">{$post->getTopic()}</h3>
+<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>

Modified: templates/trunk/reic/postandcomments.template
===================================================================
--- templates/trunk/reic/postandcomments.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/postandcomments.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -44,26 +44,11 @@
     {$locale->formatDate($commentDate, "%d %b %Y, %H:%M")}
    </span>
     </div>   
-   
-   {* for smile *}
-   {* {$comment->getText()}  change to *}
-   {assign var=commentText value=$comment->getText()}
-   {$smileys->smileys($commentText)}
-   {*   smiley end *}
- 
+     {$comment->getText()}
+    
   </div>
  {/foreach}
  </div>
- <div class="blog">
- <h3 class="title">{$locale->tr("referers")}</h3>
- {assign var=postid value=$post->getId()}
- {assign var=referers value=$articlereferers->getArticleReferers($postid)}
- <ul>
- {foreach from=$referers item=referer}
-   <li><a href="{$referer->getUrl()}">{$referer->getUrl()}</a> ({$referer->getCount()})</li>
- {/foreach}
- </ul>
- </div>
 </div>
 {include file="$blogtemplate/panel.template"} 
 {include file="$blogtemplate/footer.template"}

Modified: templates/trunk/reic/reic.css
===================================================================
--- templates/trunk/reic/reic.css	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/reic.css	2005-03-15 02:47:09 UTC (rev 1476)
@@ -1,281 +1,287 @@
+html {
+/* IE Horizontal scrollbar fix */
+overflow-y: scroll;
+/* force scrollbars in moz */
+height: 100%;
+margin-bottom: 1px;
+}
+
 body {
-	width: 85%;
-	margin: 20px auto;
-	font-family: lucida grande, verdana, arial, sans-serif;
-	text-align: left;
-	background: #f6f6f6;
-	color: #666666;
-	}
+margin: 0;
+padding: 0;
+background: transparent url(images/bg.gif) repeat scroll;
+font-family: lucida grande, verdana, arial, sans-serif;
+color:black;
+}
 
-h1, h2, h3 {
-	font-family: georgia, times new roman, times, serif;  
-	color: #669933;
-	background: transparent;
-	}
+#outframe {
+background: transparent url(images/border.gif) repeat-y scroll;
+width:760px;
+margin: 10px auto;
+padding: 0px;
 
-p {
-	font-family: lucida grande, verdana, arial, sans-serif;  
-	color: #666666;
-	background: transparent;
-	}
+}
 
-a		{ color: #bbbb00; background: transparent; text-decoration: none;} 
-a:link	{ color: #bbbb00; background: transparent; } 
-a:visited	{ color: #bbbb00; background: transparent; } 
-a:active	{ color: #bbbb00; background: transparent; } 
-a:hover	{ color: #bbbb00; background: transparent; text-decoration: underline; }
-
-
 #header {
-	float: left;
-	width: 100%;
-	height:69px;
-	text-align: left;
-	background: transparent url(3.jpg) no-repeat bottom right;
-	color: #666666;
-	}
+padding: 0px;
+margin: 0px auto;
+height: 128px;
+width: 100%;
+background: transparent url(images/header.gif) 	no-repeat scroll top;
+color: #666666;
+}
 
-#logo {
-	float: left;
-	width: 30%;
-	height: 69px;
-	background: transparent url() no-repeat top left;
-	color: #666666;
-	border: 1px solid #006600;
-	}
-
 #title {
-	float: left;
-	width: 99%;
-		margin: 0px;
-	padding:0px 0px 0px 1%;
-	background: transparent;
-	color: #cccc00;
-	/*border-bottom: 1px solid #006600;*/
-	font-size:large;
-	font-weight:bold;
-	}	
 
-#title h1 {
-/*	display: nonoe;*/
+color: #BB66AA;
+font-size:large;
+display:none;
+font-weight:bold;
 }
-.description {
- color:#909000;
- margin-left: 25px;
- font-size:small;
- font-weight:bold;
- text-transform:none;
- letter-spacing: normal; 
-}	
-	
+
+
 #nav_r{
-	float: left;
-	width: 98%;
-	text-align: left;
-	background: transparent;
-	color: white;
-	font: 12px georgia, times new roman, times, serif;
-	padding-left:2%;
-	background-color: #006600;
+width: 760px;
+height:25px;
+padding-top:22px;
+text-align: center;
+background: transparent url(images/nav_bar.gif) no-repeat scroll left top;
+color: #558800;
+font: 12px georgia, times new roman, times, serif;
 }
 
-#nav_r a		{ color: #bbbb00; background: transparent; text-decoration: none;} 
-#nav_r a:link	{ color: #bbbb00; background: transparent; } 
-#nav_r a:visited	{ color: #bbbb00; background: transparent; } 
-#nav_r a:active	{ color: #bbbb00; background: transparent; } 
+#nav_r a		{ color: #558800; background: transparent; text-decoration: none;}
+#nav_r a:link	{ color: #558800; background: transparent; }
+#nav_r a:visited	{ color: #558800; background: transparent; }
+#nav_r a:active	{ color: #558800; background: transparent; }
 #nav_r a:hover	{ color: white; background: transparent;text-decoration: underline; }
 
 
 
-#content {
-	color: #666666;
-	background: transparent;
-	float: left;
-	width: 70%;
-	text-align: left;
-/*	border-top: 5px solid #006600;*/
-	}
 
-#container {
-	color: #666666;
-	background: transparent;
-	float: left;
-	width: 70%;
-	text-align: left;
-	}
+#content,#container {
+color: #666666;
+background: #A5B6CE;
+float: left;
+width: 510px;
+text-align: left;
+margin-left: 15px;
+}
 
-/*  The css tag is set for pre_post and next_post. 
+/*  The css tag is set for pre_post and next_post.
 The colomun is blocked by div tag which is named as article_index */
 #article_index{
-	text-align:center;
-	font-size:11px;
-	margin-top:5px;
+text-align:center;
+font-size:11px;
+margin-top:5px;
+color: white;
 }
 
-#article_index	a		{ color: #004B9B; background: transparent; text-decoration: none;} 
-#article_index	a:link	{ color: #004B9B; background: transparent; } 
-#article_index	a:visited	{ color: #004B9B; background: transparent; } 
-#article_index	a:active	{ color: #9A9B00; background: transparent; } 
-#article_index	a:hover	{ color: #cb0f0f; background: transparent; border:1px solid #004b9b; }
+#article_index	a		{ color: #DDC911; background: transparent; text-decoration: none;}
+#article_index	a:link	{ color: #DDC911; background: transparent; }
+#article_index	a:visited	{ color: #DD1125; background: transparent; }
+#article_index	a:active	{ color: #DDC911; background: transparent; }
+#article_index	a:hover	{ color: #DD1125; background: transparent; }
 
 .blog {
-	float: left;
-	width: 98%;
-	padding-bottom: 10px;
-	padding-right: 10px;
-	background: transparent;
-	}
-	
-.blog a:link {color: #cb0f0f;text-decoration: none; background: none;}
-.blog a:visited {color: #006699;text-decoration: none; background: none;}
-.blog a:active {color: #cb0f0f;text-decoration: none; background: none;}
-.blog a:hover {color: #ffffff;text-decoration: underline;background : #b27500;}
-	
+float: left;
+width: 98%;
+font-size: 12px;
+padding-bottom: 10px;
+padding-right: 10px;
+background: transparent;
+}
+
+.blog a:link {color: White;text-decoration: none; background: none;}
+.blog a:visited {color: White; background: none;}
+.blog a:active {color: #7D6FD0;background: White;}
+.blog a:hover {color: #1188DD;background : White;}
+
 .blogbody {
-	font-size: 12px;  
-	margin: 10px 0px 5px 10px;
-	}
+font-size: 12px;
+margin: 10px 0px 5px 10px;
+line-height: 140%;
+color: White;
 
-/*
-div.date {
-	margin-top: 20px;
-	padding: 2px 5px;
-	font-size: 13px;
-	font-weight: bold;
-	letter-spacing: 0.09em;
-	text-align: left;
-	background: transparent;
-	color: #669933;
-	border-top: 1px solid #006600;
-	border-left: 5px solid #006600;
-	}
+background: transparent;
+}
+
+
+
+/*  add by reic */
+blockquote {
+color: #666;
+border: #777777 1px solid;
+background-color: #eee;
+margin: 20px 25px;
+padding: 0px 10px;
+font-size:12px;
+font-weight:normal;
+line-height:150%;
+width: auto;
+}
+
+
+blockquote.mt {
+border: 1px solid White;
+text-align: center;
+font-size:smaller;
+padding: 2px 0px;
+/*	 color: #666;
+background-color: #eee;
+margin-top:20px;
+font-weight:normal;
+line-height:150%;
+width: auto;
 */
+}
 
 h3.title {
-	font-size: large;
-	text-transform: uppercase;
-	background: transparent;
-	color: #669933;
-	margin: 15px 0px 0px;
-	border-bottom: 1px dashed #006600;
-	}
-	
+font-size: large;
+text-transform: capitalize;
+background: transparent;
+color: #424242;
+margin: 15px 0px 0px;
+
+}
+h3.title a,
+h3.title a:link,
+h3.title a:visited
+{
+color: #0055AA;
+background:transparent;
+text-decoration:none;
+
+border-bottom: 1px solid #114477;
+width:100%;
+display: block;
+
+padding-bottom: 3px;
+padding-top: 3px;}
+h3.title a:active,h3.title a:hover
+{
+width:100%;
+display:block;
+color: White;
+
+border-bottom: 1px solid #114477;
+background:transparent;}
+
 div.posted {
-	color: #9B9B9B;
-	font: 12px georgia, times new roman, times, serif;
-	padding: 0px 5px 10px 5px;
-	text-align: right;
-	word-spacing: 0.09em;
-	text-align: right;
-	}
+color: #294D7B;
+font: 12px georgia, times new roman, times, serif;
+padding: 0px 5px 10px 5px;
+text-align: right;
+word-spacing: 0.09em;
+text-align: right;
+}
 
+
 #links {
-	float: left;
-	width: 28%;
-	font: 12px lucida grande, verdana, arial, sans-serif;
-	padding: 0px 5px 10px 0px;
-	background: transparent;
-	color: #666666;
+float: left;
+width: 190px;
+font: 12px lucida grande, verdana, arial, sans-serif;
+margin-left:10px;
+background: White;
+
+
+
+color: #666666;
 /*	border-top: 5px solid #006600; */
-	}
+}
 
-#links	a		{ color: #004B9B; background: transparent; text-decoration: none;} 
-#links	a:link	{ color: #004B9B; background: transparent; } 
-#links	a:visited	{ color: #004B9B; background: transparent; } 
-#links	a:active	{ color: #9A9B00; background: transparent; } 
-#links	a:hover	{ color: #9A9B00; background: transparent; text-decoration: underline; }
+#links	a		{ color: #708090; background: transparent; text-decoration: none;}
+#links	a:link	{ color: #708090; background: transparent; }
+#links	a:visited	{ color: #708090; background: transparent; }
+#links	a:active,#links	a:hover
+{ color: White; background: #99CC00;}
 
 .sidetitle {
-	margin-top: 10px;
-	font-size: 13px;
-	background: transparent;
-	color: #993399;
-	background: #669933;
-	border-bottom: 1px dotted #669933;
-	text-align: center;
-	}
-		
+font-size: 13px;
+font-weight: bold;
+line-height: 140%;
+background: #9D94BE;
+color: #0055AA;
+padding-bottom:2px;
+border-top: 1px solid #C6C4E1;
+border-left: 1px solid #C6C4E1;
+border-right: 1px solid #C6C4E1;
+border-bottom: 2px solid #7274A0;
+text-align: center;
+}
 
+.side {
+margin: 5px 5px 10px;
 
-#links ul {
-	list-style: square;
-	margin-top: 5px;
-	margin-bottom: 5px;
-	margin-left: 1em;
-	padding-left: 1em;
-	}
+}
 
-#links li {
-	background: transparent;
-	font: 12px lucida grande, verdana, arial, sans-serif;
-	color: #666666;
-	}
-		
+div.side ul {
+list-style: none url(post.gif);
+margin:5px 0px 0px 0px;
+padding:0px 0px 0px 1.7em;
+}
+
+div.side li {
+background: transparent;
+font: 12px arial, sans-seriflucida grande, verdana;
+/*line-height: 100%*/
+color: #666666;
+}
+
 #footer {
-	float: left;
-	width: 100%;
-	margin-bottom: 20px;
-	text-align: left;
-	background: transparent;
-	color: #666666;
-	}
+float: left;
+width: 760px;
+height: 45px;
+padding-top:15px;
+text-align: left;
+background: transparent url(images/footer.jpg) no-repeat scroll;
+color: #666666;
+}
 
 #credits {
-	float: left;
-	width: 100%;
-	margin: 0px;
-	padding: 5px;
-	background: #E4E4E4;
-	color: gray;
-	border-top: 1px solid gray;
-	text-align: center;
-	}
+float: left;
+width: 100%;
+margin: 0px;
+padding: 5px;
+background: transparent;
+color: gray;
+text-align: center;
+}
 
 #credits p {
-	font-size: 10px;  
-	margin: 0px;
-	}
-table.calendar{
-	margin: 0px auto;
+font-size: 10px;
+margin: 0px;
+padding-top: 10px;
 }
+table.calMonth{
+margin: 0px auto;
+}
 .calendarHeader
 {
-	font-weight: bold;
+font-weight: bold;
 }
 .calendarToday{
-	border:1px dotted #669933;	
+border:1px dotted #669933;
 }
 
 #space {
-	float: left;
-	width: 395px;
-	padding: 5px 0px 5px 5px;
-	background: transparent;
-	color: #666666;
-	border-top: 1px solid #006600;
-	}
-/*  add by reic */
-blockquote.mt {
-    color: #666;
-    border: 1px dashed #777777;
-    background-color: #eee;
-    margin-top:20px;
-    padding: 2px 0px;
-    font-size:x-small;
-    font-weight:normal;
-    line-height:150%;
-   width: auto;
-	text-align: center;
+float: left;
+width: 395px;
+padding: 5px 0px 5px 5px;
+background: transparent;
+color: #666666;
+
 }
 
 /* Comment set */
-.comments-head{ 
- font-family: georgia, verdana, arial, sans-serif;
- font-size: small;
- border:1px solid #999;
- padding:5px;
- font-weight:normal;
- margin-top:10px;
+.comments-head{
+background: White;
+font-family: georgia, verdana, arial, sans-serif;
+font-size: small;
+border:1px solid #999;
+padding:5px;
+font-weight:normal;
+margin-top:10px;
 }
 
 .comments-body {
@@ -283,9 +289,9 @@
 color:#666;
 font-size:small;
 font-weight:normal;
-  background:#FFF;
-  line-height:140%;
-  padding:10px;
+background: transparent;
+line-height:140%;
+padding:10px;
 border-left:1px dotted;
 border-right:1px dotted;
 border-bottom:1px dotted;
@@ -308,20 +314,10 @@
 color:#666;
 font-size:x-small;
 font-weight:normal;
-  background: transparent;
+background: transparent;
 }
 
-/* For quicktag css */
-#ed_toolbar {
- display: inline;
-}
 
-.ed_button {
- background: #f4f4f4;
- border: 1px solid #b2b2b2;
- color: #000;
- font:11px arial, times new roman, lucida sans unicode, sans-serif;
- margin: 1px;
- padding: 1px;
-}
-/* end of quicktag css */
\ No newline at end of file
+.clear{
+clear: both;
+}
\ No newline at end of file

Added: templates/trunk/reic/reic.psd
===================================================================
(Binary files differ)


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

Modified: templates/trunk/reic/screenshot.jpg
===================================================================
(Binary files differ)

Added: templates/trunk/reic/searchresults.template
===================================================================
--- templates/trunk/reic/searchresults.template	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/searchresults.template	2005-03-15 02:47:09 UTC (rev 1476)
@@ -0,0 +1,29 @@
+{include file="$blogtemplate/header.template"}
+<div id="container">
+ <div class="blog">
+ <div class="blogbody">
+   <h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2>
+   <div id="SearchResults">
+    {foreach from=$searchresults item=result}
+    
+    
+      {assign var=article value=$result->getArticle()}
+      {if $urlmode == 2}
+      <h3 class="title"><a href="{$url->postPermalink($article)}>{$article->getTopic()}</a></h3>
+      {else}
+      <h3 class="title"><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></h3>
+      {/if}
+      {assign var="articleCategory" value=$article->getCategory()}
+      <div class="posted">{$locale->tr("categories")}: <a href="{$url->postCategoryLink($article)}">{$articleCategory->getName()}</a></div>
+      
+      {$article->getText()|strip_tags|truncate:300:"...":false}
+      
+
+    {/foreach}
+   </div> 
+ </div>
+ </div>
+</div>
+{include file="$blogtemplate/panel.template"} 
+{include file="$blogtemplate/footer.template"}
+

Deleted: templates/trunk/reic/toolbar.js
===================================================================
--- templates/trunk/reic/toolbar.js	2005-03-14 23:49:19 UTC (rev 1475)
+++ templates/trunk/reic/toolbar.js	2005-03-15 02:47:09 UTC (rev 1476)
@@ -1,90 +0,0 @@
-//
-// Adds some text where the cursor is.
-//
-// Works in IE and Mozilla 1.3b+
-// In other browsers, it simply adds the text at the end of the current text
-//
-function addText( input, insText ) 
-{
-	input.focus();
-	if( input.createTextRange ) {
-		document.selection.createRange().text += insText;
- 	} 
- 	else if( input.setSelectionRange ) {
-		var len = input.selectionEnd;
-   		input.value = input.value.substr( 0, len ) + insText + input.value.substr( len );
-   		input.setSelectionRange(len+insText.length,len+insText.length);
- 	} 
- 	else { 
-	 	input.value += insText; 
-	}
-}
-
-//
-// Wraps the current selection of a textbox around with the given 'v' parameter.
-// 
-// Works in IE and Mozilla 1.3b+
-// In other browsers, it simply adds an empty pair of tags at the end of the current
-// text.
-//
-function wrapSelection(ta, v) 
-{
-	if( document.selection ) {
-		// for IE
-		var str = document.selection.createRange().text;
-		ta.focus();
-		var sel = document.selection.createRange();
-		sel.text = "<" + v + ">" + str + "</" + v + ">";
-    }
-	else {
-		// browsers other than IE
-		var s = ta;
-		if( s.selectionEnd ) {
-			// Mozilla 1.3b+ 
-			var s1 = (s.value).substring(0,s.selectionStart)
-			var s2 = (s.value).substring(s.selectionEnd,s.textLength)
-			selection = (s.value).substring(s.selectionStart, s.selectionEnd)
-			s.value = s1 + '<' + v + '>' + selection + '</' + v + '>' + s2
-		}
-		else {
-			// everything else
-			s.value += '<' + v + '></' + v + '>';
-		}
-	}
-	
-	return;
-}
-
-//
-// Asks for a url and adds a link to the textbox, at the same point where the cursor is.
-//
-// Uses insertText to insert the text so it has the same limitations as insertText has
-//
-function insertLink(ta) {
-	var s  = ta;
-	var my_link = prompt('Enter URL:', 'http://')
-	if (my_link != null) {
-		addText(ta, my_link);
-	}
-	
-	return;
-}    
-
-////////////////
-/// buttons
-///////////////
-function mouseover(el) {
-  el.className = "button_raised";
-}
-
-function mouseout(el) {
-  el.className = "button";
-}
-
-function mousedown(el) {
-  el.className = "button_pressed";
-}
-
-function mouseup(el) {
-  el.className = "button_raised";
-}
\ No newline at end of file




More information about the pLog-svn mailing list