[pLog-svn] r6329 - templates/branches/lifetype-1.2/ShadedGrey

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 08:42:36 EDT 2008


Author: jondaley
Date: 2008-04-28 08:42:36 -0400 (Mon, 28 Apr 2008)
New Revision: 6329

Modified:
   templates/branches/lifetype-1.2/ShadedGrey/album.template
   templates/branches/lifetype-1.2/ShadedGrey/albums.template
   templates/branches/lifetype-1.2/ShadedGrey/error.template
   templates/branches/lifetype-1.2/ShadedGrey/footer.template
   templates/branches/lifetype-1.2/ShadedGrey/header.template
   templates/branches/lifetype-1.2/ShadedGrey/main.template
   templates/branches/lifetype-1.2/ShadedGrey/panel.template
   templates/branches/lifetype-1.2/ShadedGrey/post.template
   templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template
   templates/branches/lifetype-1.2/ShadedGrey/posttrackbacks.template
   templates/branches/lifetype-1.2/ShadedGrey/resource.template
   templates/branches/lifetype-1.2/ShadedGrey/searchresults.template
   templates/branches/lifetype-1.2/ShadedGrey/style.css
Log:
removed dos carriage returns

Modified: templates/branches/lifetype-1.2/ShadedGrey/album.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/album.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/album.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,89 +1,89 @@
-{include file="$blogtemplate/header.template"}
-<div id="content">
-<div class="post">
-<h2>{$album->getName()}</h2>
-<p>
-{$album->getDescription()}
-</p>
-<!-- album contents go here -->
-<div id="album">
-<table style="border:0px;width:93%" summary="Album Resources">
-<tr>
-<td style="width:30%;" align="center" >
-<a class="nodecoration" href="{$url->parentAlbumLink($album)}">
-<img style="border:0px" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
-..
-</a>
-</td>
-{assign var="counter" value=1}
-{assign var=children value=$album->getChildren()}
-{foreach from=$children item=childalbum}
-<td style="width:30%;" align="center" >
-<a class="nodecoration" href="{$url->albumLink($childalbum)}">
-<img style="border:0px;" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
-{$childalbum->getName()} ({$childalbum->getNumResources()})
-</a>
-<br/><br/>
-{assign var="counter" value="`$counter+1`"}
-</td>
-{if $counter%3 == 0}
-</tr>
-<tr>
-{/if}
-{/foreach}
-<!--- show the resources here -->
-
-
-{foreach from=$resources item=resource}
-<td style="width:30%;" align="center" >
-{if $resource->hasPreview()}
-{*<a class="nodecoration" target="_blank" href="resserver.php?blogId={$blog->getId()}&amp;resource={$resource->getFileName()}">*}
-<a class="nodecoration" href="{$url->resourceLink($resource)}">
-<img alt="{$resource->getDescription()}" style="border:0px;" src="{$url->resourcePreviewLink($resource)}" />
-<br/>{$resource->getFileName()}
-</a>
-{else}
-<a class="nodecoration" href="{$url->resourceLink($resource)}">
-{if $resource->isSound()}
-<img alt="Sound" src="{$url->getUrl("/imgs/sound.gif")}" height="64" width="64" style="border:0px;" />
-{elseif $resource->isVideo()}
-<img alt="Video" src="{$url->getUrl("/imgs/video.gif")}" height="64" width="64" style="border:0px;" />
-{elseif $resource->isZip()}
-<img alt="Zip" src="{$url->getUrl("/imgs/compressed.gif")}" height="64" width="64" style="border:0px;" />
-{else}
-<img alt="File" src="{$url->getUrl("/imgs/file.gif")}" height="64" width="64" style="border:0px;" />
-{/if}
-<br/>{$resource->getFileName()}
-</a>
-{/if}
-<br/>
-{assign var=metadata value=$resource->getMetadataReader()}
-{$metadata->getRoundedSize()}<br/>
-{if $resource->isImage()}
-{$metadata->getWidth()} x {$metadata->getHeight()}<br/>
-{elseif $resource->isSound()}
-{$metadata->getFormat()|upper} {$metadata->getSampleRate()} bps<br/>
-{elseif $resource->isVideo()}
-{$metadata->getFormat()|upper}
-{$metadata->getWidth()} x {$metadata->getHeight()},
-{$metadata->getLengthString()}<br/>
-{elseif $resource->isZip()}
-{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
-{/if}
-{assign var="counter" value="`$counter+1`"}
-</td>
-{if $counter%3 == 0}
-</tr>
-<tr>
-{/if}
-{/foreach}
-<td></td></tr>
-</table>
-{pager style="links"}
-
-</div>
-<!-- end of album contents -->
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="post">
+<h2>{$album->getName()}</h2>
+<p>
+{$album->getDescription()}
+</p>
+<!-- album contents go here -->
+<div id="album">
+<table style="border:0px;width:93%" summary="Album Resources">
+<tr>
+<td style="width:30%;" align="center" >
+<a class="nodecoration" href="{$url->parentAlbumLink($album)}">
+<img style="border:0px" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
+..
+</a>
+</td>
+{assign var="counter" value=1}
+{assign var=children value=$album->getChildren()}
+{foreach from=$children item=childalbum}
+<td style="width:30%;" align="center" >
+<a class="nodecoration" href="{$url->albumLink($childalbum)}">
+<img style="border:0px;" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
+{$childalbum->getName()} ({$childalbum->getNumResources()})
+</a>
+<br/><br/>
+{assign var="counter" value="`$counter+1`"}
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+<!--- show the resources here -->
+
+
+{foreach from=$resources item=resource}
+<td style="width:30%;" align="center" >
+{if $resource->hasPreview()}
+{*<a class="nodecoration" target="_blank" href="resserver.php?blogId={$blog->getId()}&amp;resource={$resource->getFileName()}">*}
+<a class="nodecoration" href="{$url->resourceLink($resource)}">
+<img alt="{$resource->getDescription()}" style="border:0px;" src="{$url->resourcePreviewLink($resource)}" />
+<br/>{$resource->getFileName()}
+</a>
+{else}
+<a class="nodecoration" href="{$url->resourceLink($resource)}">
+{if $resource->isSound()}
+<img alt="Sound" src="{$url->getUrl("/imgs/sound.gif")}" height="64" width="64" style="border:0px;" />
+{elseif $resource->isVideo()}
+<img alt="Video" src="{$url->getUrl("/imgs/video.gif")}" height="64" width="64" style="border:0px;" />
+{elseif $resource->isZip()}
+<img alt="Zip" src="{$url->getUrl("/imgs/compressed.gif")}" height="64" width="64" style="border:0px;" />
+{else}
+<img alt="File" src="{$url->getUrl("/imgs/file.gif")}" height="64" width="64" style="border:0px;" />
+{/if}
+<br/>{$resource->getFileName()}
+</a>
+{/if}
+<br/>
+{assign var=metadata value=$resource->getMetadataReader()}
+{$metadata->getRoundedSize()}<br/>
+{if $resource->isImage()}
+{$metadata->getWidth()} x {$metadata->getHeight()}<br/>
+{elseif $resource->isSound()}
+{$metadata->getFormat()|upper} {$metadata->getSampleRate()} bps<br/>
+{elseif $resource->isVideo()}
+{$metadata->getFormat()|upper}
+{$metadata->getWidth()} x {$metadata->getHeight()},
+{$metadata->getLengthString()}<br/>
+{elseif $resource->isZip()}
+{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
+{/if}
+{assign var="counter" value="`$counter+1`"}
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+<td></td></tr>
+</table>
+{pager style="links"}
+
+</div>
+<!-- end of album contents -->
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/albums.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/albums.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/albums.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,30 +1,30 @@
-{include file="$blogtemplate/header.template"}
-<div id="content">
-<div class="post">
-<h2>{$locale->tr("albums")}</h2>
-<!-- album contents go here -->
-<div id="album">
-<table style="border:0px;width:93%;" summary="Albums">
-<tr>
-{assign var="counter" value=0}
-{foreach from=$albums item=album}
-<td style="width:30%;" align="center">
-<a class="nodecoration" href="{$url->albumLink($album)}">
-<img style="border:0px;" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
-{$album->getName()} ({$album->getNumResources()})
-</a>
-{assign var="counter" value="`$counter+1`"}
-</td>
-{if $counter%3 == 0}
-</tr>
-<tr>
-{/if}
-{/foreach}
-<td></td></tr>
-</table>
-</div>
-<!-- end of the albums -->
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="post">
+<h2>{$locale->tr("albums")}</h2>
+<!-- album contents go here -->
+<div id="album">
+<table style="border:0px;width:93%;" summary="Albums">
+<tr>
+{assign var="counter" value=0}
+{foreach from=$albums item=album}
+<td style="width:30%;" align="center">
+<a class="nodecoration" href="{$url->albumLink($album)}">
+<img style="border:0px;" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
+{$album->getName()} ({$album->getNumResources()})
+</a>
+{assign var="counter" value="`$counter+1`"}
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+<td></td></tr>
+</table>
+</div>
+<!-- end of the albums -->
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/error.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/error.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/error.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,10 +1,10 @@
-{include file="$blogtemplate/header.template"}
-<div id="content">
-   <div class="post">
-      <p class="post-info">{$locale->tr("error")}</p>
-      <p>{$locale->tr($message)}</p>
-      <p><a href="javascript:history.go(-1)">{$locale->tr("back")}</a></p>
-   </div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+<div id="content">
+   <div class="post">
+      <p class="post-info">{$locale->tr("error")}</p>
+      <p>{$locale->tr($message)}</p>
+      <p><a href="javascript:history.go(-1)">{$locale->tr("back")}</a></p>
+   </div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/footer.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/footer.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/footer.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,6 +1,6 @@
-<p id="footer">
-Powered by <a href="http://www.lifetype.net" target="_blank">Lifetype</a>. Design by <a href="http://wpthemes.info" title="WP Themes.Info">WPThemes.Info</a>&nbsp; Converted to use with Lifetype by James Huang. 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>
+<p id="footer">
+Powered by <a href="http://www.lifetype.net" target="_blank">Lifetype</a>. Design by <a href="http://wpthemes.info" title="WP Themes.Info">WPThemes.Info</a>&nbsp; Converted to use with Lifetype by James Huang. 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>
 </html>
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/header.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/header.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/header.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,31 +1,31 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<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()}" />
-<meta name="generator" content="{$version}" />
-<meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
-<title>{$pageTitle|escape:"html"}</title>
-<link rel="stylesheet" title="Default" href="{$url->getTemplateFile("style.css")}" type="text/css" />
-<link rel="alternate" type="text/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
-<link rel="alternate" type="text/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />
-<link rel="alternate" type="text/xml" title="RSS 0.90" href="{$url->rssLink("rss090")}" />
-<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="{$url->rssLink("atom")}" />
-<link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("favicon.ico")}" />
-{if $badbehavior}
-   {$badbehavior->showBB2JavaScript()}
-{/if}
-</head>
-<body>
-<div id="rap">
-
-<div id="header">
-    <h1><a href="{$url->blogLink()}" accesskey="1"> {$blog->getBlog()}</a></h1>
-    <p>{$blog->getAbout()}</p>
-</div>
-
-	<ul id="topnav">
-		<li><a href="{$url->blogLink()}"> {$locale->tr("main")|capitalize} </a> | </li>
-		<li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")|capitalize} </a> | </li>
-		<li><a href="{$url->albumLink()}">{$locale->tr("albums")|capitalize} </a> | </li>
-	</ul>
-<hr />
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<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()}" />
+<meta name="generator" content="{$version}" />
+<meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
+<title>{$pageTitle|escape:"html"}</title>
+<link rel="stylesheet" title="Default" href="{$url->getTemplateFile("style.css")}" type="text/css" />
+<link rel="alternate" type="text/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
+<link rel="alternate" type="text/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />
+<link rel="alternate" type="text/xml" title="RSS 0.90" href="{$url->rssLink("rss090")}" />
+<link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="{$url->rssLink("atom")}" />
+<link rel="shortcut icon" type="image/x-icon" href="{$url->getTemplateFile("favicon.ico")}" />
+{if $badbehavior}
+   {$badbehavior->showBB2JavaScript()}
+{/if}
+</head>
+<body>
+<div id="rap">
+
+<div id="header">
+    <h1><a href="{$url->blogLink()}" accesskey="1"> {$blog->getBlog()}</a></h1>
+    <p>{$blog->getAbout()}</p>
+</div>
+
+	<ul id="topnav">
+		<li><a href="{$url->blogLink()}"> {$locale->tr("main")|capitalize} </a> | </li>
+		<li><a href="{$url->getAdminUrl()}" accesskey="2">{$locale->tr("dashboard")|capitalize} </a> | </li>
+		<li><a href="{$url->albumLink()}">{$locale->tr("albums")|capitalize} </a> | </li>
+	</ul>
+<hr />

Modified: templates/branches/lifetype-1.2/ShadedGrey/main.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/main.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/main.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,9 +1,9 @@
-{include file="$blogtemplate/header.template"}
-	<div id="content">
-	{foreach from=$posts item=post}
-  		{include file="$blogtemplate/post.template"}
-	{/foreach}
-    {pager style="links"}
-	</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+	<div id="content">
+	{foreach from=$posts item=post}
+  		{include file="$blogtemplate/post.template"}
+	{/foreach}
+    {pager style="links"}
+	</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/panel.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/panel.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/panel.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,89 +1,89 @@
-<div id="sidebar">
-	
-{assign var=blogOwner value=$blog->getOwnerInfo()}
-{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
-{if $blogOwner->hasPicture() && $AboutMyself}	
-<ul>
-<li>
-  	<h2>{$locale->tr("about_myself")}</h2>
-  	{assign var=picture value=$blogOwner->getPicture()}  	
-  	<p>
-	<img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /><br/>
-	{$AboutMyself}
-	</p>
-</li>
-</ul>
-{/if}	
-	
-<!--Calendar-->
-<h2> {$locale->tr("calendar")} </h2>
-<ul>
-	<li>
-		<div align="center">
-		{$calendar}
-		</div>
-	</li>
-</ul>
-<!--Search-->
-<form name="search_form" method="post" action="{$url->getIndexUrl()}">
-<h2> {$locale->tr("search")} </h2>
-<ul>
-	<li><div align="center">
-		<input type="text" name="searchTerms" value="" size="14" /><br/>
-		<input type="hidden" name="op" value="Search" />
-		<input type="hidden" name="blogId" value="{$blog->getId()}" />
-		<input type="submit" name="Search" value="{$locale->tr("search")}" />
-	</div></li>
-</ul>
-</form>
-
-<!--Recent Articles-->
-<h2> {$locale->tr("recently")} </h2>
-<ul>
-{foreach from=$recentposts item=recentpost}
-<li><a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postLink($recentpost)}">{$recentpost->getTopic()}</a></li>
-{/foreach}
-</ul>
-
-<!--archives-->
-<h2> {$locale->tr("archives")} </h2>
-<ul>
-{foreach from=$archives item=month}
-<li><a href="{$month->getUrl()}">{$month->getName()}</a></li>
-{/foreach}
-</ul>
-
-<!--categories-->
-<h2> {$locale->tr("categories")} </h2>
-<ul>
-{foreach from=$articlecategories item=articleCategory}
-<li><a href="{$url->categoryRssLink($articleCategory)}"><img src="{$url->getUrl("/imgs/rss_logo_small.gif")}" style="border:0px;" alt="RSS 0.90" align="middle" /></a>
-<a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a> [{$articleCategory->getNumArticles()}]</li>
-{/foreach}
-</ul>
-
-<!--Mylink-->
-<h2> {$locale->tr("my_links")} </h2>
-<ul>
-{foreach from=$mylinkscategories item=linkcategory}
-<li>{$linkcategory->getName()}
-<ul class='children'>
-{foreach from=$linkcategory->getLinks() item=link}
-<li><a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a></li>
-{/foreach}
-</ul>
-</li>
-{/foreach}
-</ul>
-
-<!--Syndicate-->
-<h2> {$locale->tr("syndicate")} </h2>
-<ul>
-<li>
-<a class="nodecoration" title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}"><img src="{$url->getUrl("/imgs/rss090_logo.gif")}" style="border:0px;" alt="RSS 0.90" /></a><br />
-<a class="nodecoration" title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}"><img src="{$url->getUrl("/imgs/rss10_logo.gif")}" style="border:0px;" alt="RSS 1.0" /></a><br />
-<a class="nodecoration" title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}"><img src="{$url->getUrl("/imgs/rss20_logo.gif")}" style="border:0px;" alt="RSS 2.0" /></a><br />
-<a class="nodecoration" title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}"><img src="{$url->getUrl("/imgs/atom_logo.png")}" style="border:0px;" alt="Atom 0.3" /></a><br />
-</li>
-</ul>
+<div id="sidebar">
+	
+{assign var=blogOwner value=$blog->getOwnerInfo()}
+{assign var=AboutMyself value=$blogOwner->getAboutMyself()}
+{if $blogOwner->hasPicture() && $AboutMyself}	
+<ul>
+<li>
+  	<h2>{$locale->tr("about_myself")}</h2>
+  	{assign var=picture value=$blogOwner->getPicture()}  	
+  	<p>
+	<img id="UserPicture" src="{$picture->getPreviewLink()}" alt="{$blogOwner->getUsername()}" /><br/>
+	{$AboutMyself}
+	</p>
+</li>
+</ul>
+{/if}	
+	
+<!--Calendar-->
+<h2> {$locale->tr("calendar")} </h2>
+<ul>
+	<li>
+		<div align="center">
+		{$calendar}
+		</div>
+	</li>
+</ul>
+<!--Search-->
+<form name="search_form" method="post" action="{$url->getIndexUrl()}">
+<h2> {$locale->tr("search")} </h2>
+<ul>
+	<li><div align="center">
+		<input type="text" name="searchTerms" value="" size="14" /><br/>
+		<input type="hidden" name="op" value="Search" />
+		<input type="hidden" name="blogId" value="{$blog->getId()}" />
+		<input type="submit" name="Search" value="{$locale->tr("search")}" />
+	</div></li>
+</ul>
+</form>
+
+<!--Recent Articles-->
+<h2> {$locale->tr("recently")} </h2>
+<ul>
+{foreach from=$recentposts item=recentpost}
+<li><a title="{$recentpost->getText()|truncate:150:"..."|strip_tags|escape}" href="{$url->postLink($recentpost)}">{$recentpost->getTopic()}</a></li>
+{/foreach}
+</ul>
+
+<!--archives-->
+<h2> {$locale->tr("archives")} </h2>
+<ul>
+{foreach from=$archives item=month}
+<li><a href="{$month->getUrl()}">{$month->getName()}</a></li>
+{/foreach}
+</ul>
+
+<!--categories-->
+<h2> {$locale->tr("categories")} </h2>
+<ul>
+{foreach from=$articlecategories item=articleCategory}
+<li><a href="{$url->categoryRssLink($articleCategory)}"><img src="{$url->getUrl("/imgs/rss_logo_small.gif")}" style="border:0px;" alt="RSS 0.90" align="middle" /></a>
+<a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a> [{$articleCategory->getNumArticles()}]</li>
+{/foreach}
+</ul>
+
+<!--Mylink-->
+<h2> {$locale->tr("my_links")} </h2>
+<ul>
+{foreach from=$mylinkscategories item=linkcategory}
+<li>{$linkcategory->getName()}
+<ul class='children'>
+{foreach from=$linkcategory->getLinks() item=link}
+<li><a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a></li>
+{/foreach}
+</ul>
+</li>
+{/foreach}
+</ul>
+
+<!--Syndicate-->
+<h2> {$locale->tr("syndicate")} </h2>
+<ul>
+<li>
+<a class="nodecoration" title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}"><img src="{$url->getUrl("/imgs/rss090_logo.gif")}" style="border:0px;" alt="RSS 0.90" /></a><br />
+<a class="nodecoration" title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}"><img src="{$url->getUrl("/imgs/rss10_logo.gif")}" style="border:0px;" alt="RSS 1.0" /></a><br />
+<a class="nodecoration" title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}"><img src="{$url->getUrl("/imgs/rss20_logo.gif")}" style="border:0px;" alt="RSS 2.0" /></a><br />
+<a class="nodecoration" title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}"><img src="{$url->getUrl("/imgs/atom_logo.png")}" style="border:0px;" alt="Atom 0.3" /></a><br />
+</li>
+</ul>
 </div>
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/post.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/post.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/post.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,15 +1,15 @@
-{assign var="postDate" value=$post->getDateObject()}
-{assign var="postOwner" value=$post->getUserInfo()}
-<!-- post start -->
-<div class="post-title">
-<em>
-[{foreach name=categories from=$post->getCategories() item=postcategory}
-<a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
-{if !$smarty.foreach.categories.last}, {/if}
-{/foreach}]
-</em>
-{$locale->formatDate($postDate,"%d %B, %Y %H:%M")}
-</div>
-<p class="post-info"><a href="{$url->postPermalink($post)}" rel="bookmark" title="Permanent Link: {$post->getTopic()}"> {$post->getTopic()} </a></p>
-<div class="post-content">{$post->getText()}</div>
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+<!-- post start -->
+<div class="post-title">
+<em>
+[{foreach name=categories from=$post->getCategories() item=postcategory}
+<a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>
+{if !$smarty.foreach.categories.last}, {/if}
+{/foreach}]
+</em>
+{$locale->formatDate($postDate,"%d %B, %Y %H:%M")}
+</div>
+<p class="post-info"><a href="{$url->postPermalink($post)}" rel="bookmark" title="Permanent Link: {$post->getTopic()}"> {$post->getTopic()} </a></p>
+<div class="post-content">{$post->getText()}</div>
 <div class="post-footer"><span class='link-comment'>[<a href="{$url->postPermalink($post)}"> ({$post->getNumComments()}) {$locale->tr("comments")|capitalize} </a>]</span>&nbsp;|&nbsp;[<a href="{$url->postTrackbackStatsLink($post)}"> ({$post->getNumTrackbacks()}) {$locale->tr("trackbacks")}  </a>]&nbsp;|&nbsp;[<a href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a>]</div>
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/postandcomments.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,59 +1,59 @@
-{include file="$blogtemplate/header.template"}
-{assign var="postDate" value=$post->getDateObject()}
-{assign var="postOwner" value=$post->getUserInfo()}
-{assign var=nextpost value=$post->getNextArticle()}
-{assign var=prevpost value=$post->getPrevArticle()}
-{assign var=postId value=$post->getId()}
-<div id="content">
-<div class="post">
-<p align="center">
-{if $prevpost == true}
-<a href="{$url->postPermalink($prevpost)}" title="{$locale->tr("previous_post")}: {$prevpost->getTopic()}">&laquo; {$locale->tr("previous_post")}</a> |
-{/if}
-{if $nextpost == true}
-<a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
-{/if}
-</p>
-<!-- {$url->postTrackbackLink($post)} -->
-{include file="$blogtemplate/post.template"}
-
-{* show comments *}
-<a name="#comments"></a>
-<h3 id="comments">{$post->getNumComments()} {$locale->tr("comments")} | "{$post->getTopic()}"</h3>
-<ol class="commentlist">
-{foreach name=comment from=$comments item=comment}
-<li class="alt" id="comment-{$comment->getId()}">
-{$locale->tr("posted_by")}:
-{if $comment->getUserUrl() != ""}
-<cite><a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a></cite>
-{else}
-<cite>{$comment->getUsername()}</cite>
-{/if} |
-<a name="{$comment->getId()}"></a>
-{$comment->getTopic()} [<a href="{$url->postPermalink($post)}#NewComment"> {$locale->tr("reply")} </a>]<br />
-<small class="commentmetadata">{assign var=commentDate value=$comment->getDateObject()}	{$locale->formatDate($commentDate, "%d/%m/%Y, %H:%M")}</small>
-<p>
-	{if $comment->IsPosterAuthenticated()}
-	 {assign var=poster value=$comment->getUser()}
-	 {if $poster->hasPicture()}
-	   {assign var=posterimg value=$poster->getPicture()}
-	   {assign var=commenter value=$comment->getUser()}
-	   <img src="{$posterimg->getPreviewLink()}" alt="{$commenter->getUserName()}" />
-	  {/if}
-	{/if}
-
-{$comment->getText()}
-</p>
-</li>
-{/foreach}
-</ol>
-{pager style="links" anchor="#comments"}
-{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
-<div id="respond">&nbsp;</div>
-{include file="$blogtemplate/commentform.template"}
-{/if}
-
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+{assign var=nextpost value=$post->getNextArticle()}
+{assign var=prevpost value=$post->getPrevArticle()}
+{assign var=postId value=$post->getId()}
+<div id="content">
+<div class="post">
+<p align="center">
+{if $prevpost == true}
+<a href="{$url->postPermalink($prevpost)}" title="{$locale->tr("previous_post")}: {$prevpost->getTopic()}">&laquo; {$locale->tr("previous_post")}</a> |
+{/if}
+{if $nextpost == true}
+<a href="{$url->postPermalink($nextpost)}" title="{$locale->tr("next_post")}: {$nextpost->getTopic()}">{$locale->tr("next_post")}&raquo;</a>
+{/if}
+</p>
+<!-- {$url->postTrackbackLink($post)} -->
+{include file="$blogtemplate/post.template"}
+
+{* show comments *}
+<a name="#comments"></a>
+<h3 id="comments">{$post->getNumComments()} {$locale->tr("comments")} | "{$post->getTopic()}"</h3>
+<ol class="commentlist">
+{foreach name=comment from=$comments item=comment}
+<li class="alt" id="comment-{$comment->getId()}">
+{$locale->tr("posted_by")}:
+{if $comment->getUserUrl() != ""}
+<cite><a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a></cite>
+{else}
+<cite>{$comment->getUsername()}</cite>
+{/if} |
+<a name="{$comment->getId()}"></a>
+{$comment->getTopic()} [<a href="{$url->postPermalink($post)}#NewComment"> {$locale->tr("reply")} </a>]<br />
+<small class="commentmetadata">{assign var=commentDate value=$comment->getDateObject()}	{$locale->formatDate($commentDate, "%d/%m/%Y, %H:%M")}</small>
+<p>
+	{if $comment->IsPosterAuthenticated()}
+	 {assign var=poster value=$comment->getUser()}
+	 {if $poster->hasPicture()}
+	   {assign var=posterimg value=$poster->getPicture()}
+	   {assign var=commenter value=$comment->getUser()}
+	   <img src="{$posterimg->getPreviewLink()}" alt="{$commenter->getUserName()}" />
+	  {/if}
+	{/if}
+
+{$comment->getText()}
+</p>
+</li>
+{/foreach}
+</ol>
+{pager style="links" anchor="#comments"}
+{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+<div id="respond">&nbsp;</div>
+{include file="$blogtemplate/commentform.template"}
+{/if}
+
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/ShadedGrey/posttrackbacks.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/posttrackbacks.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/posttrackbacks.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,17 +1,17 @@
-{include file="$blogtemplate/header.template"}
-<div id="content">
-<div class="post">
-<h2 class="post-title">{$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>":</h2>
-<br/<br/>
-{foreach from=$trackbacks item=trackback}
-<b>{$locale->tr("trackbacks_for_article")}:</b><a href="{$trackback->getUrl()}">{$trackback->getTitle()}</a><br/>
-<b>{$locale->tr("trackback_excerpt")}:</b> {$trackback->getExcerpt()}<br/>
-<b>{$locale->tr("trackback_weblog")}:</b> {$trackback->getBlogName()}<br/>
-{assign var="trackbackDate" value=$trackback->getDateObject()}
-<b>{$locale->tr("date")}:</b> {$locale->formatDate($trackbackDate, "%d/%m/%Y %H:%M")}<br/>
-<div class="post-footer">&nbsp;</div>
-{/foreach}
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="post">
+<h2 class="post-title">{$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>":</h2>
+<br/<br/>
+{foreach from=$trackbacks item=trackback}
+<b>{$locale->tr("trackbacks_for_article")}:</b><a href="{$trackback->getUrl()}">{$trackback->getTitle()}</a><br/>
+<b>{$locale->tr("trackback_excerpt")}:</b> {$trackback->getExcerpt()}<br/>
+<b>{$locale->tr("trackback_weblog")}:</b> {$trackback->getBlogName()}<br/>
+{assign var="trackbackDate" value=$trackback->getDateObject()}
+<b>{$locale->tr("date")}:</b> {$locale->formatDate($trackbackDate, "%d/%m/%Y %H:%M")}<br/>
+<div class="post-footer">&nbsp;</div>
+{/foreach}
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/resource.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/resource.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/resource.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,58 +1,58 @@
-{include file="$blogtemplate/header.template"}
-{assign var=metadata value=$resource->getMetadataReader()}
-{assign var=updated value=$resource->getTimestamp()}
-<div id="content">
-<div class="post">
-<h2>{$resource->getFileName()}</h2>
-<br/>
-<div id="Resource-Desc">
-<a href="{$url->resourceDownloadLink($resource)}">{$locale->tr("download")}</a>
-({$metadata->getRoundedSize()}) | {$locale->tr("created")} {$locale->formatDate($updated,"%d %B, %Y")}
-<div id="album">
-<p>{$resource->getDescription()}</p>
-{if $resource->isImage()}
-<img src="{$url->resourceMediumSizePreviewLink($resource)}" alt="{$resource->getFileName()}, {$metadata->getRoundedSize()}" />
-{else}
-<a href="{$url->resourceDownloadLink($resource)}">
-{* show some information about the file *}
-{if $resource->isSound()}
-<img alt="Sound" src="{$url->getUrl("/imgs/sound.gif")}" height="64" width="64" style="border:0px;" /><br/>
-{$resource->getFileName()}
-</a><br/>
-{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
-{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
-{$locale->tr("sample_rate")}: {$metadata->getSampleRate()} Khz
-{elseif $resource->isVideo()}
-<img alt="Sound" src="{$url->getUrl("/imgs/video.gif")}" height="64" width="64" style="border:0px;" /><br/>
-{$resource->getFileName()}
-</a><br/>
-{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
-{$locale->tr("size")}: {$metadata->getHeight()} x {$metadata->getWidth()}<br/>
-{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
-{$locale->tr("video_codec")}: {$metadata->getVideoCodec()}<br/>
-{$locale->tr("audio_codec")}: {$metadata->getAudioCodec()}
-{elseif $resource->isZip()}
-<img alt="Sound" src="{$url->getUrl("/imgs/compressed.gif")}" height="64" width="64" style="border:0px;" /><br/>
-{$resource->getFileName()}
-</a><br/>
-{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
-{$locale->tr("uncompressed_size")}: {$metadata->getRoundedUncompressedSize()}
-{else}
-<img alt="Sound" src="{$url->getUrl("/imgs/file.gif")}" height="64" width="64" style="border:0px;" /><br/>
-{$resource->getFileName()}
-</a>
-{/if}
-{/if}
-<br/>
-</div>
-<p>
-{assign var=album value=$resource->getAlbum()}
-{if $prevresource}<a href="{$url->resourceLink($prevresource)}">&laquo;</a> | {/if}
-<a href="{$url->albumLink($album)}">{$locale->tr("back")}</a>
-{if $nextresource}| <a href="{$url->resourceLink($nextresource)}">&raquo;</a>{/if}
-</p>
-</div>
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+{assign var=metadata value=$resource->getMetadataReader()}
+{assign var=updated value=$resource->getTimestamp()}
+<div id="content">
+<div class="post">
+<h2>{$resource->getFileName()}</h2>
+<br/>
+<div id="Resource-Desc">
+<a href="{$url->resourceDownloadLink($resource)}">{$locale->tr("download")}</a>
+({$metadata->getRoundedSize()}) | {$locale->tr("created")} {$locale->formatDate($updated,"%d %B, %Y")}
+<div id="album">
+<p>{$resource->getDescription()}</p>
+{if $resource->isImage()}
+<img src="{$url->resourceMediumSizePreviewLink($resource)}" alt="{$resource->getFileName()}, {$metadata->getRoundedSize()}" />
+{else}
+<a href="{$url->resourceDownloadLink($resource)}">
+{* show some information about the file *}
+{if $resource->isSound()}
+<img alt="Sound" src="{$url->getUrl("/imgs/sound.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
+{$locale->tr("sample_rate")}: {$metadata->getSampleRate()} Khz
+{elseif $resource->isVideo()}
+<img alt="Sound" src="{$url->getUrl("/imgs/video.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+{$locale->tr("size")}: {$metadata->getHeight()} x {$metadata->getWidth()}<br/>
+{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
+{$locale->tr("video_codec")}: {$metadata->getVideoCodec()}<br/>
+{$locale->tr("audio_codec")}: {$metadata->getAudioCodec()}
+{elseif $resource->isZip()}
+<img alt="Sound" src="{$url->getUrl("/imgs/compressed.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
+{$locale->tr("uncompressed_size")}: {$metadata->getRoundedUncompressedSize()}
+{else}
+<img alt="Sound" src="{$url->getUrl("/imgs/file.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a>
+{/if}
+{/if}
+<br/>
+</div>
+<p>
+{assign var=album value=$resource->getAlbum()}
+{if $prevresource}<a href="{$url->resourceLink($prevresource)}">&laquo;</a> | {/if}
+<a href="{$url->albumLink($album)}">{$locale->tr("back")}</a>
+{if $nextresource}| <a href="{$url->resourceLink($nextresource)}">&raquo;</a>{/if}
+</p>
+</div>
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/searchresults.template
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/searchresults.template	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/searchresults.template	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,28 +1,28 @@
-{include file="$blogtemplate/header.template"}
-<div id="content">
-<div class="post">
-<h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2><br/>
-<div class="post-info">
-{foreach from=$searchresults item=result}
-{assign var=article value=$result->getArticle()}
-<div class="post-title">
-
-<em><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></em>
-{$locale->tr("categories")}:
-{foreach name=categories from=$article->getCategories() item=articleCategory}
-<a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
-{/foreach}
-
-</div>
-
-<div class="post-content">{$article->getText()|strip_tags|truncate:300:"...":false}</div>
-<div class="post-footer">&nbsp;</div>
-{/foreach}
-
-{pager style="links"}
-
-</div>
-</div>
-</div>
-{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="post">
+<h2>{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</h2><br/>
+<div class="post-info">
+{foreach from=$searchresults item=result}
+{assign var=article value=$result->getArticle()}
+<div class="post-title">
+
+<em><a href="{$url->postPermalink($article)}">{$article->getTopic()}</a></em>
+{$locale->tr("categories")}:
+{foreach name=categories from=$article->getCategories() item=articleCategory}
+<a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
+{/foreach}
+
+</div>
+
+<div class="post-content">{$article->getText()|strip_tags|truncate:300:"...":false}</div>
+<div class="post-footer">&nbsp;</div>
+{/foreach}
+
+{pager style="links"}
+
+</div>
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}
\ No newline at end of file

Modified: templates/branches/lifetype-1.2/ShadedGrey/style.css
===================================================================
--- templates/branches/lifetype-1.2/ShadedGrey/style.css	2008-04-28 12:39:38 UTC (rev 6328)
+++ templates/branches/lifetype-1.2/ShadedGrey/style.css	2008-04-28 12:42:36 UTC (rev 6329)
@@ -1,414 +1,414 @@
-/*
-Theme Name: ShadedGrey
-Theme URI: http://wpthemes.info/
-Design Name: Shaded Grey
-Description: Shaded Grey is the second theme from WPThemes.Info
-Version: 1.0
-Author: Sadish Balasubramanian
-Author URI: http://www.simpleinside.com
-*/
-body {
-margin: 0;
-padding: 0;
-text-align: center;
-color: #666;
-background: #e5e5e5;
-font: 90% 'Trebuchet MS', Verdana, Georgia, Arial, sans-serif;
-}
-a {
-text-decoration: none;
-color: #9C9969;
-}
-a:visited {
-color: #BDBB9B;
-}
-a:hover {
-border-color: #7A7636;
-color: #7A7636;
-}
-#rap {
-width: 760px;
-margin: 0px auto 20px auto;
-padding: 0;
-font-size: 1em;
-text-align: left;
-line-height: 18px;
-background: #fff url('img/bodybag.gif') repeat-y center;
-border:#ccc 1px solid;
-}
-#header {
-height:80px;
-border-bottom: 1px solid #ebebeb;
-background: #fff url('img/header.jpg') no-repeat top;
-padding: 1px 0px 5px 25px;
-}
-#header h1 a {
-    font-size: 1em;
-    color: #333;
+/*
+Theme Name: ShadedGrey
+Theme URI: http://wpthemes.info/
+Design Name: Shaded Grey
+Description: Shaded Grey is the second theme from WPThemes.Info
+Version: 1.0
+Author: Sadish Balasubramanian
+Author URI: http://www.simpleinside.com
+*/
+body {
+margin: 0;
+padding: 0;
+text-align: center;
+color: #666;
+background: #e5e5e5;
+font: 90% 'Trebuchet MS', Verdana, Georgia, Arial, sans-serif;
 }
+a {
+text-decoration: none;
+color: #9C9969;
+}
+a:visited {
+color: #BDBB9B;
+}
+a:hover {
+border-color: #7A7636;
+color: #7A7636;
+}
+#rap {
+width: 760px;
+margin: 0px auto 20px auto;
+padding: 0;
+font-size: 1em;
+text-align: left;
+line-height: 18px;
+background: #fff url('img/bodybag.gif') repeat-y center;
+border:#ccc 1px solid;
+}
+#header {
+height:80px;
+border-bottom: 1px solid #ebebeb;
+background: #fff url('img/header.jpg') no-repeat top;
+padding: 1px 0px 5px 25px;
+}
+#header h1 a {
+    font-size: 1em;
+    color: #333;
+}
 #header p {
     margin-top: -5px;
-    font-size: 0.9em;
-    color:#f0f0f0;
-}
-#topnav
-{
-list-style:none;
-font-size:12px;
-margin:0;
-padding:0 0 0 5px;
-text-align:center;
-text-transform:lowercase;
-border-bottom:#ddd 1px solid;
-background:transparent url('img/sidetitle.png') repeat-x top center;
-}
-#topnav li
-{
-list-style:none;
-display:inline;
-padding:0 1em 0 0;
-margin:0;
-}
-#topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active
-{
-text-decoration:none;
-color:#666;
-}
-#topnav li a:hover
-{
-border-bottom:#7A7636 3px solid;
-color:#7A7636;
-}
-
-
-#content
-{
-float: left;
-margin:20px 0;
-padding:0 1em;
-background: #fff;
-width: 520px;
-font-size: 0.9em;
-display:inline;
-color:#333;
-overflow:hidden;
-}
-#sidebar {
-margin: 0;
-width: 180px;
-padding: 10px 10px 0 0px;
-float:right;
-display:inline;
-font-family : verdana, tahoma, arial, serif;
-}
-html>body #sidebar {
-width: 180px;
-}
-a img {
-border: none;
-}
-acronym, abbr {
-border-bottom: 1px dotted #0c6bf0;
-}
-acronym, abbr, span.caps {
-cursor: help;
-letter-spacing: .07em;
-}
-code {
-font-size: 1em;
-font-style: italic;
-}
-blockquote{
-background: #EEE url(img/blockquote.png) no-repeat bottom left;
-/*border: 1px solid #E0E0E0;*/
-padding: 10px;
-padding-bottom: 40px;
-margin: 1em;
-}
-
-cite {
-font-size: 0.9em;
-font-style: normal;
-}
-h3 {
-margin: 0;
-padding: 0;
-font: normal 1.3em verdana, helvetica, sans-serif;
-}
-p {
-margin: 0 0 1em;
-padding: 0;
-line-height: 1.5em;
-}
-h1, h2, h3, h4 {
-font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
-font-weight: normal;
-letter-spacing: 1px;
-}
-
-h2 {
-margin: 0;
-padding: 0;
-font-size: 1.1em;
-color: #333;
-font-weight: bold;
-}
-h3 {
-margin: 0;
-padding: 0;
-font-size: 1.2em;
-color: #333;
-font-weight: bold;
-}
-
-#sidebar h2 {
-margin: 0;
-padding:5px;
-font-size: 1em;
-color: #333;
-font-weight: normal;
-background:transparent url('img/sidetitle.png') repeat-x top center;
-text-transform: capitalize;
-}
-h4 {
-margin-top: 0;
-margin-bottom: 0;
-font-size: 1.1em;
-color: #999;
-}
-#sidebar ul {
-list-style-type: none;
-padding: 0 0 1em 5px;
-margin: 0;
-}
-#sidebar ul li {
-margin: 0.5em 0 0 0;
-padding: 0;
-font-size: 0.76em;
-}
-#sidebar li a:link, #sidebar li a:visited {
-color: #999;
-border-bottom: 1px solid #ebebeb;
-text-decoration: none;
-}
-#sidebar li a:hover {
-color: #666;
-border-bottom: 1px solid #666;
-}
-
-#sidebar ul ul {
-list-style-type: none;
-padding: 0px;
-margin: 0;
-font-size: 12px;
-background:none;
-border:none;
-}
-#sidebar ul ul li
-{
-margin:0;
-padding:0;
-padding-left:10px;
-margin-left:10px;
-background:url(img/bullet.png) no-repeat left;
-}
-
-
-#header a:link, #header a:visited, #header a:hover, #header a:active {
-color: #f0f0f0;
-text-decoration: none;
-border-bottom: none;
-}
-#content ul {
-margin-left: 0;
-padding-left: 15px;
-list-style-type: none;
-}
-#content ul li {
-background: url('img/bullet.png') no-repeat 0 7px;
-padding-left: 1.5em;
-}
-.post-footer, .copyright {
-margin-bottom: 3em;
-font-size: 0.9em;
-color: #666;
-}
-.post-content {
-padding: 1em 0 0;
-}
-img {
-border: #ccc 1px solid;
-padding: 3px;
-}
-.post-title {
-margin: 0 0 0.2em;
-text-align: right;
-padding: 0.5em 1em 0 0;
-color: #999;
-background:transparent url('img/dateheader.png') no-repeat right top;
-}
-.post-title em {
-text-decoration: none;
-float: left;
-font-style: normal;
-font-size: 0.9em;
-padding:0;
-margin-top:-0.3em;
-}
-.post-info {
-color: #999;
-font-size:1.2em;
-margin:0;
-}
-.post-info a {
-text-decoration: none;
-color: #6E6A7E;
-border: none;
-}
-hr {
-display: none;
-}
-#footer {
-margin:0;
-padding: 7px 20px;
-border-top: 1px solid #e6e6e6;
-clear: both;
-font-size: 0.7em;
-color: #999;
-background: #fff;
-text-align:center;
-}
-#footer a {
-border:none;
-color:#7A7636;
-}
-#commentlist {
-font-size:1em;
-font-weight:bold;
-color: #ccc;
-}
-#commentlist li {
-color: #666;
-font-weight: normal;
-font-size:0.85em;
-}
-#commentlist cite {
-font-size: 0.8em;
-color: #808080;
-margin: 0 0 1em;
-padding: 0 0 0.5em;
-}
-cite a {
-border-bottom: 1px dotted #DC9204;
-text-decoration: none;
-}
-cite a:visited, a:hover {
-border-bottom: none;
-}
-#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
-background: #F5F5F5;
-border: 1px solid #669BB4;
-padding: 0.2em;
-}
-#commentform textarea {
-width: 80%;
-}
-#commentform p {
-margin: 0 0 1em;
-}
-#commentlist li ul {
-border-left: 1px solid #ddd;
-font-size: 110%;
-list-style-type: none;
-}
-#comments {
-text-transform: uppercase;
-margin-top: 3em;
-color: #AA7D39;
-font: 0.9em verdana, helvetica, sans-serif;
-}
-#postcomment {
-text-transform: uppercase;
-margin-top: 0.9em;
-color: #AA7D39;
-font: 1em verdana, helvetica, sans-serif;
-}
-
-.calMonthToday{
-border:1px dotted #f0f0f0;
-background-color:#eeeeee;
-}
-
-img {
-border:0px;
-}
-.pager {
-	clear:all;
-	text-align: center;
-	margin-bottom: 20px;
-	margin-top: 20px;
-	font-size: 12px;
-	padding-top: 10px;
-	padding-bottom: 10px;
-}
-.pager a, .pager a:link, .pager a:href, .pager a:hover {
- text-decoration: none;
- border: 0px;
-}
-
-.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
-	padding: 2px 6px;
-}
-
-.pager .pagerLinkPrevPage{
-	margin-right:20px;
-}
-.pager .pagerLinkNextPage {
-	margin-left:20px;
-}
-
-.pager .pagerCurrent {
-	padding: 2px 6px; 
-	border-color: #999; 
-	font-weight: bold; 
-	font-size: 13px; 
-	vertical-align: top; 
-	background: #fff; 
-	color: #FF0084;	
-}
-
-#CommentForm fieldset {
-	border:2px solid #d4d0cd; 
-	padding-top:10px; 
-	margin-top:10px; 
-	padding-left:10px; 
-	padding-bottom:10px;
-}
-
-#CommentForm legend {
-	padding:2px 4px 2px 4px;
-	font-weight : bold;
-}
-
-#CommentForm label {
-	width:50%;
-	float:left;
-	display:block;
-	margin-top:8px;
-	margin-bottom:0px;
-}
-	
+    font-size: 0.9em;
+    color:#f0f0f0;
+}
+#topnav
+{
+list-style:none;
+font-size:12px;
+margin:0;
+padding:0 0 0 5px;
+text-align:center;
+text-transform:lowercase;
+border-bottom:#ddd 1px solid;
+background:transparent url('img/sidetitle.png') repeat-x top center;
+}
+#topnav li
+{
+list-style:none;
+display:inline;
+padding:0 1em 0 0;
+margin:0;
+}
+#topnav li a:link, #topnav li a:visited, #topnav li a:hover, #topnav li a:active
+{
+text-decoration:none;
+color:#666;
+}
+#topnav li a:hover
+{
+border-bottom:#7A7636 3px solid;
+color:#7A7636;
+}
+
+
+#content
+{
+float: left;
+margin:20px 0;
+padding:0 1em;
+background: #fff;
+width: 520px;
+font-size: 0.9em;
+display:inline;
+color:#333;
+overflow:hidden;
+}
+#sidebar {
+margin: 0;
+width: 180px;
+padding: 10px 10px 0 0px;
+float:right;
+display:inline;
+font-family : verdana, tahoma, arial, serif;
+}
+html>body #sidebar {
+width: 180px;
+}
+a img {
+border: none;
+}
+acronym, abbr {
+border-bottom: 1px dotted #0c6bf0;
+}
+acronym, abbr, span.caps {
+cursor: help;
+letter-spacing: .07em;
+}
+code {
+font-size: 1em;
+font-style: italic;
+}
+blockquote{
+background: #EEE url(img/blockquote.png) no-repeat bottom left;
+/*border: 1px solid #E0E0E0;*/
+padding: 10px;
+padding-bottom: 40px;
+margin: 1em;
+}
+
+cite {
+font-size: 0.9em;
+font-style: normal;
+}
+h3 {
+margin: 0;
+padding: 0;
+font: normal 1.3em verdana, helvetica, sans-serif;
+}
+p {
+margin: 0 0 1em;
+padding: 0;
+line-height: 1.5em;
+}
+h1, h2, h3, h4 {
+font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
+font-weight: normal;
+letter-spacing: 1px;
+}
+
+h2 {
+margin: 0;
+padding: 0;
+font-size: 1.1em;
+color: #333;
+font-weight: bold;
+}
+h3 {
+margin: 0;
+padding: 0;
+font-size: 1.2em;
+color: #333;
+font-weight: bold;
+}
+
+#sidebar h2 {
+margin: 0;
+padding:5px;
+font-size: 1em;
+color: #333;
+font-weight: normal;
+background:transparent url('img/sidetitle.png') repeat-x top center;
+text-transform: capitalize;
+}
+h4 {
+margin-top: 0;
+margin-bottom: 0;
+font-size: 1.1em;
+color: #999;
+}
+#sidebar ul {
+list-style-type: none;
+padding: 0 0 1em 5px;
+margin: 0;
+}
+#sidebar ul li {
+margin: 0.5em 0 0 0;
+padding: 0;
+font-size: 0.76em;
+}
+#sidebar li a:link, #sidebar li a:visited {
+color: #999;
+border-bottom: 1px solid #ebebeb;
+text-decoration: none;
+}
+#sidebar li a:hover {
+color: #666;
+border-bottom: 1px solid #666;
+}
+
+#sidebar ul ul {
+list-style-type: none;
+padding: 0px;
+margin: 0;
+font-size: 12px;
+background:none;
+border:none;
+}
+#sidebar ul ul li
+{
+margin:0;
+padding:0;
+padding-left:10px;
+margin-left:10px;
+background:url(img/bullet.png) no-repeat left;
+}
+
+
+#header a:link, #header a:visited, #header a:hover, #header a:active {
+color: #f0f0f0;
+text-decoration: none;
+border-bottom: none;
+}
+#content ul {
+margin-left: 0;
+padding-left: 15px;
+list-style-type: none;
+}
+#content ul li {
+background: url('img/bullet.png') no-repeat 0 7px;
+padding-left: 1.5em;
+}
+.post-footer, .copyright {
+margin-bottom: 3em;
+font-size: 0.9em;
+color: #666;
+}
+.post-content {
+padding: 1em 0 0;
+}
+img {
+border: #ccc 1px solid;
+padding: 3px;
+}
+.post-title {
+margin: 0 0 0.2em;
+text-align: right;
+padding: 0.5em 1em 0 0;
+color: #999;
+background:transparent url('img/dateheader.png') no-repeat right top;
+}
+.post-title em {
+text-decoration: none;
+float: left;
+font-style: normal;
+font-size: 0.9em;
+padding:0;
+margin-top:-0.3em;
+}
+.post-info {
+color: #999;
+font-size:1.2em;
+margin:0;
+}
+.post-info a {
+text-decoration: none;
+color: #6E6A7E;
+border: none;
+}
+hr {
+display: none;
+}
+#footer {
+margin:0;
+padding: 7px 20px;
+border-top: 1px solid #e6e6e6;
+clear: both;
+font-size: 0.7em;
+color: #999;
+background: #fff;
+text-align:center;
+}
+#footer a {
+border:none;
+color:#7A7636;
+}
+#commentlist {
+font-size:1em;
+font-weight:bold;
+color: #ccc;
+}
+#commentlist li {
+color: #666;
+font-weight: normal;
+font-size:0.85em;
+}
+#commentlist cite {
+font-size: 0.8em;
+color: #808080;
+margin: 0 0 1em;
+padding: 0 0 0.5em;
+}
+cite a {
+border-bottom: 1px dotted #DC9204;
+text-decoration: none;
+}
+cite a:visited, a:hover {
+border-bottom: none;
+}
+#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
+background: #F5F5F5;
+border: 1px solid #669BB4;
+padding: 0.2em;
+}
+#commentform textarea {
+width: 80%;
+}
+#commentform p {
+margin: 0 0 1em;
+}
+#commentlist li ul {
+border-left: 1px solid #ddd;
+font-size: 110%;
+list-style-type: none;
+}
+#comments {
+text-transform: uppercase;
+margin-top: 3em;
+color: #AA7D39;
+font: 0.9em verdana, helvetica, sans-serif;
+}
+#postcomment {
+text-transform: uppercase;
+margin-top: 0.9em;
+color: #AA7D39;
+font: 1em verdana, helvetica, sans-serif;
+}
+
+.calMonthToday{
+border:1px dotted #f0f0f0;
+background-color:#eeeeee;
+}
+
+img {
+border:0px;
+}
+.pager {
+	clear:all;
+	text-align: center;
+	margin-bottom: 20px;
+	margin-top: 20px;
+	font-size: 12px;
+	padding-top: 10px;
+	padding-bottom: 10px;
+}
+.pager a, .pager a:link, .pager a:href, .pager a:hover {
+ text-decoration: none;
+ border: 0px;
+}
+
+.pager .pagerLinkPrevPage, .pagerLink, .pagerLinkNextPage{
+	padding: 2px 6px;
+}
+
+.pager .pagerLinkPrevPage{
+	margin-right:20px;
+}
+.pager .pagerLinkNextPage {
+	margin-left:20px;
+}
+
+.pager .pagerCurrent {
+	padding: 2px 6px; 
+	border-color: #999; 
+	font-weight: bold; 
+	font-size: 13px; 
+	vertical-align: top; 
+	background: #fff; 
+	color: #FF0084;	
+}
+
+#CommentForm fieldset {
+	border:2px solid #d4d0cd; 
+	padding-top:10px; 
+	margin-top:10px; 
+	padding-left:10px; 
+	padding-bottom:10px;
+}
+
+#CommentForm legend {
+	padding:2px 4px 2px 4px;
+	font-weight : bold;
+}
+
+#CommentForm label {
+	width:50%;
+	float:left;
+	display:block;
+	margin-top:8px;
+	margin-bottom:0px;
+}
+	
 #CommentForm div {
-    clear:both;
+    clear:both;
 	margin-top:	8px;
-	margin-bottom:8px;
-}
-#CommentForm intput, textarea {
-    width: 230px;
-}	
-#Submit {
-	margin-top:8px;
-	margin-bottom:8px;
-	margin-left:6em;
-}
-	
+	margin-bottom:8px;
+}
+#CommentForm intput, textarea {
+    width: 230px;
+}	
+#Submit {
+	margin-top:8px;
+	margin-bottom:8px;
+	margin-left:6em;
+}
+	



More information about the pLog-svn mailing list