[pLog-svn] r1629 - in templates/trunk: . flyupsky-daytime flyupsky-daytime/images flyupsky-evening flyupsky-evening/images

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Tue Mar 29 13:10:18 GMT 2005


Author: jondaley
Date: 2005-03-29 13:10:18 +0000 (Tue, 29 Mar 2005)
New Revision: 1629

Added:
   templates/trunk/flyupsky-daytime/
   templates/trunk/flyupsky-daytime/album.template
   templates/trunk/flyupsky-daytime/albums.template
   templates/trunk/flyupsky-daytime/bold.gif
   templates/trunk/flyupsky-daytime/commentarticle.template
   templates/trunk/flyupsky-daytime/commentform.template
   templates/trunk/flyupsky-daytime/daytime.css
   templates/trunk/flyupsky-daytime/download.gif
   templates/trunk/flyupsky-daytime/error.gif
   templates/trunk/flyupsky-daytime/error.template
   templates/trunk/flyupsky-daytime/folderblue.gif
   templates/trunk/flyupsky-daytime/footer.template
   templates/trunk/flyupsky-daytime/header.template
   templates/trunk/flyupsky-daytime/images/
   templates/trunk/flyupsky-daytime/images/bg.gif
   templates/trunk/flyupsky-daytime/images/bg_white.gif
   templates/trunk/flyupsky-daytime/images/border.gif
   templates/trunk/flyupsky-daytime/images/compressed.gif
   templates/trunk/flyupsky-daytime/images/file.gif
   templates/trunk/flyupsky-daytime/images/folder.gif
   templates/trunk/flyupsky-daytime/images/footer.gif
   templates/trunk/flyupsky-daytime/images/logo.jpg
   templates/trunk/flyupsky-daytime/images/parentfolder.gif
   templates/trunk/flyupsky-daytime/images/sound.gif
   templates/trunk/flyupsky-daytime/images/video.gif
   templates/trunk/flyupsky-daytime/italic.gif
   templates/trunk/flyupsky-daytime/link.gif
   templates/trunk/flyupsky-daytime/main.template
   templates/trunk/flyupsky-daytime/nav_bar.inc
   templates/trunk/flyupsky-daytime/panel.template
   templates/trunk/flyupsky-daytime/post.gif
   templates/trunk/flyupsky-daytime/post.template
   templates/trunk/flyupsky-daytime/postandcomments.template
   templates/trunk/flyupsky-daytime/postsummary.template
   templates/trunk/flyupsky-daytime/posttrackbacks.template
   templates/trunk/flyupsky-daytime/resource.template
   templates/trunk/flyupsky-daytime/screenshot.jpg
   templates/trunk/flyupsky-daytime/searchresults.template
   templates/trunk/flyupsky-evening/
   templates/trunk/flyupsky-evening/album.template
   templates/trunk/flyupsky-evening/albums.template
   templates/trunk/flyupsky-evening/bold.gif
   templates/trunk/flyupsky-evening/commentarticle.template
   templates/trunk/flyupsky-evening/commentform.template
   templates/trunk/flyupsky-evening/download.gif
   templates/trunk/flyupsky-evening/error.template
   templates/trunk/flyupsky-evening/evening.css
   templates/trunk/flyupsky-evening/folderblue.gif
   templates/trunk/flyupsky-evening/footer.template
   templates/trunk/flyupsky-evening/header.template
   templates/trunk/flyupsky-evening/images/
   templates/trunk/flyupsky-evening/images/bg.gif
   templates/trunk/flyupsky-evening/images/bg_white.gif
   templates/trunk/flyupsky-evening/images/border.gif
   templates/trunk/flyupsky-evening/images/compressed.gif
   templates/trunk/flyupsky-evening/images/file.gif
   templates/trunk/flyupsky-evening/images/folder.gif
   templates/trunk/flyupsky-evening/images/footer.gif
   templates/trunk/flyupsky-evening/images/logo.jpg
   templates/trunk/flyupsky-evening/images/parentfolder.gif
   templates/trunk/flyupsky-evening/images/sound.gif
   templates/trunk/flyupsky-evening/images/video.gif
   templates/trunk/flyupsky-evening/italic.gif
   templates/trunk/flyupsky-evening/link.gif
   templates/trunk/flyupsky-evening/main.template
   templates/trunk/flyupsky-evening/nav_bar.inc
   templates/trunk/flyupsky-evening/panel.template
   templates/trunk/flyupsky-evening/post.gif
   templates/trunk/flyupsky-evening/post.template
   templates/trunk/flyupsky-evening/postandcomments.template
   templates/trunk/flyupsky-evening/postsummary.template
   templates/trunk/flyupsky-evening/posttrackbacks.template
   templates/trunk/flyupsky-evening/resource.template
   templates/trunk/flyupsky-evening/screenshot.jpg
   templates/trunk/flyupsky-evening/searchresults.template
Log:
new templates

Added: templates/trunk/flyupsky-daytime/album.template
===================================================================
--- templates/trunk/flyupsky-daytime/album.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/album.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,83 @@
+{include file="$blogtemplate/header.template"}
+<div id="album_list">
+{assign var="postDate" value=$album->getTimestamp()}
+<div class="blog">
+<div class="album_outline">
+<div class="album_title">{$locale->tr("albums")}</div>
+<div class="album_content_space">
+
+<div class="album_outline">
+<div class="album_title">{$album->getName()}</div>
+<div class="album_content_space">
+{$album->getDescription()}
+<div class="posted">
+   <a href="{$url->albumLink($album)}">
+     {$locale->tr("resources")} ({$album->getNumResources()})
+   </a> | {$locale->tr("created")} {$locale->formatDate($postDate,"%d %b, %Y")}
+</div>
+</div>
+</div>
+<br />
+<div class="album_sublist">
+<div class="album_content_space">
+	<div class="album_sub">
+	<a href="{$url->parentAlbumLink($album)}">
+    	<img src="{$url->getTemplateFile("images/parentfolder.gif")}" alt="{$locale->tr("parent")}" /></a>
+    	<p>{$locale->tr("parent")}</p>
+	</div>
+{assign var=children value=$album->getChildren()}
+	{foreach from=$children item=childalbum}
+		<div class="album_sub">
+		<a href="{$url->albumLink($childalbum)}">
+		<img src="{$url->getTemplateFile("images/folder.gif")}" alt="{$childalbum->getName()}" /></a>
+		<br />{$childalbum->getName()} ({$childalbum->getNumResources()})
+		</div>
+	{/foreach}
+</div>
+</div>
+<br />
+
+	{assign var=resources value=$album->getResources()}
+   		{foreach from=$resources item=resource}
+	<div class="album">
+   		{if $resource->hasPreview()}
+   		{*<a target="_blank" href="resserver.php?blogId={$blog->getId()}&amp;resource={$resource->getFileName()}">*}
+   	<a href="{$url->resourceLink($resource)}" title="{$resource->getFileName()}">
+    	<img alt="{$resource->getDescription()}" src="{$url->resourcePreviewLink($resource)}" /></a>
+    	<p>{$resource->getFileName()}</p>
+   		{else}
+   	<a href="{$url->resourceLink($resource)}"  title="{$resource->getFileName()}">
+   		{if $resource->isSound()}
+    	<img alt="Sound" src="{$url->getTemplateFile("images/sound.gif")}" /></a>
+   		{elseif $resource->isVideo()}
+    	<img alt="Video" src="{$url->getTemplateFile("images/video.gif")}" /></a>
+   		{elseif $resource->isZip()}
+    	<img alt="Zip" src="{$url->getTemplateFile("images/compressed.gif")}" /></a>  
+   		{else}
+   	<img alt="File" src="{$url->getTemplateFile("images/file.gif")}" /></a>
+   		{/if}  
+   	<p>{$resource->getFileName()}</p>
+   		{/if}
+   		{assign var=metadata value=$resource->getMetadataReader()}
+  	<p>{$metadata->getRoundedSize()}</p>
+   		{if $resource->isImage()}
+  	<p>{$metadata->getWidth()} x {$metadata->getHeight()}</p>
+   		{elseif $resource->isSound()}
+  	<p>{$metadata->getFormat()|upper} {$metadata->getSampleRate()} bps</p>
+   		{elseif $resource->isVideo()}
+  	<p>{$metadata->getFormat()|upper} {$metadata->getWidth()} x {$metadata->getHeight()}, {$metadata->getLengthString()}</p>
+   		{elseif $resource->isZip()}
+   	<p>{$metadata->getTotalFiles()} {$locale->tr("files")}</p>
+   		{/if}
+
+  	</div>
+  		{/foreach}
+
+
+</div>
+</div>
+
+ 
+ </div>
+</div>
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/albums.template
===================================================================
--- templates/trunk/flyupsky-daytime/albums.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/albums.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,28 @@
+{include file="$blogtemplate/header.template"}
+<div id="album_list">
+
+<div class="blog">
+<div class="album_outline">
+<div class="album_title">{$locale->tr("albums")}</div>
+<div class="album_content_space">
+	<div class="clear">&nbsp;</div>
+
+
+  	{foreach from=$albums item=album}
+	<div class="album">
+		<a href="{$url->albumLink($album)}"><img src="{$url->getTemplateFile("images/folder.gif")}" alt="{$album->getName()}" /></a>
+
+		<p>{$album->getName()} ({$album->getNumResources()})</p>
+
+		</div>
+	{/foreach}
+
+
+	<div class="clear">&nbsp;</div>
+
+</div>
+</div>
+ 
+</div>
+</div>
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/bold.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-daytime/bold.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-daytime/commentarticle.template
===================================================================
--- templates/trunk/flyupsky-daytime/commentarticle.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/commentarticle.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,7 @@
+{include file="$blogtemplate/header.template"}
+ <div class="comments-head"><a name="comments"></a>Comments</div>
+ {if $blogsettings->getValue("comments_enabled")}
+  <div class="comments-head">Post a comment</div>
+  {include file="$blogtemplate/commentform.template"}
+ {/if}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/commentform.template
===================================================================
--- templates/trunk/flyupsky-daytime/commentform.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/commentform.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,37 @@
+<div class="cf_outline">
+<div class="cf_title"><div class="comments-head">{$locale->tr("add_comment")}</div></div>
+<div class="cf_content_space">
+
+<a name="comments_form"></a>
+  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <div class="cf_left">
+	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
+	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />
+	<label for="author">{$locale->tr("comment_username")}:</label><br />
+	<input tabindex="2" id="author" name="userName" /><br /><br />
+	<label for="email">{$locale->tr("comment_email")}:</label><br />
+	<input tabindex="3" id="email" name="userEmail" /><br /><br />
+	<label for="url">{$locale->tr("comment_url")}:</label><br />
+	<input tabindex="4" id="url" name="userUrl" /><br />
+	<br />
+  </div>
+ <div class="cf_right"> 
+  <label for="text">{$locale->tr("add_comment")}:</label><br />
+  <textarea tabindex="5" id="text" name="commentText" rows="7" cols="25"></textarea><br />
+  <br />  
+  <input type="submit" name="post" value="{$locale->tr("comment_send")}" class="button"/>
+  <input class="button" type="reset" value="Reset" /><br /><br />
+  <input type="hidden" name="op" value="AddComment"/>
+  <input type="hidden" name="articleId" value="{$post->getId()}"/>
+  <input type="hidden" name="blogId" value="{$blog->getId()}"/>
+  <input type="hidden" name="parentId" value="{$parentId}"/>
+  <br />
+  <br />
+  </form>
+</div>
+
+</div>
+</div>
+
+
+

Added: templates/trunk/flyupsky-daytime/daytime.css
===================================================================
--- templates/trunk/flyupsky-daytime/daytime.css	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/daytime.css	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,743 @@
+html {
+/* IE Horizontal scrollbar fix */
+overflow-y: scroll;
+/* force scrollbars in moz */
+height: 100%;
+margin-bottom: 1px;
+}
+
+body {
+text-align: center;
+margin: 0;
+padding: 0;
+background-color: #613412;
+background: transparent url(images/bg.gif);
+font-family: lucida grande, verdana, arial, sans-serif;
+color:black;
+}
+
+#outframe {
+background: transparent url(images/border.gif) repeat-y scroll;
+width:776px;
+padding: 0px;
+
+}
+
+#header {
+text-align: left;
+padding: 0px;
+margin: 0px auto;
+height: 180px;
+width: 776px;
+background: transparent url(images/logo.jpg) no-repeat scroll top left;
+color: #666666;
+}
+
+#title {
+	position: relative;
+	left: 0px;
+	top: -25px;
+	padding-left: 20px;
+	font-size:28px;
+	font-family: lucida grande, verdana, arial, sans-serif;
+	font-weight: bold;
+	color: #FFFFFF;
+}
+
+.description{
+	font-size:14px;
+	color: #FFFFFF;
+}
+#title a{
+	text-decoration: none;
+	color: #227388;
+}
+#title a:hover{
+	text-decoration: none;
+	color: #FFFFFF;
+}
+
+#nav_r{
+	position: relative;
+	left: 0px;
+	top: 110px;
+	width: 100%;
+	height: 25px;
+	padding-left: 20px;
+	padding-top:22px;
+/*	text-align: center;*/
+	/*background: transparent url(images/nav_bar.gif) no-repeat scroll left top;*/
+	color: #FFFFFF;
+	font: 12px georgia, times new roman, times, serif;
+}
+
+#nav_r a		{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:link	{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:visited	{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:active	{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:hover	{ color: #B4E6FA; background: transparent;text-decoration: underline; }
+
+
+
+
+#content,#container {
+color: #666666;
+background: #FFFFFF;
+float: left;
+width: 510px;
+text-align: left;
+margin-left: 15px;
+/*border: 2px solid #0F964F;*/
+}
+
+/*  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:12px;
+margin-top:5px;
+color: white;
+}
+
+#article_index	a		{ color: #F36D20; background: transparent; text-decoration: none;}
+#article_index	a:link	{ color: #F36D20; background: transparent; }
+#article_index	a:visited	{ color: #F36D20; background: transparent; }
+#article_index	a:active	{ color: #F36D20; background: transparent; }
+#article_index	a:hover	{ color: #148EAC; background: transparent; }
+
+.blog {
+float: left;
+width: 98%;
+font-size: 12px;
+padding-bottom: 10px;
+padding-right: 10px;
+background: transparent;
+}
+
+.blog a:link {color: #F36D20;text-decoration: none; background: none;}
+.blog a:visited {color: #F36D20;text-decoration: none; background: none;}
+.blog a:active {color: #F36D20;text-decoration: none;}
+.blog a:hover {color: #148EAC;text-decoration: underline;}
+
+.blogbody {
+font-size: 12px;
+line-height: 140%;
+color: #666666;
+
+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:10px;
+padding: 2px 0px;
+}
+
+h3.title {
+font-size: large;
+background: #0F964F;
+color: #FFFFFF;
+
+}
+h3.title a,
+h3.title a:link,
+h3.title a:visited
+{
+color: #FFFFFF;
+background:transparent;
+text-decoration:none;
+display: block;
+
+padding-left: 5px;
+padding-bottom: 3px;
+padding-top: 5px;}
+h3.title a:active,h3.title a:hover
+{
+display:block;
+color: #FFFFFF;
+text-decoration:underline;
+background:transparent;}
+
+div.posted {
+	color: #0F964F;
+	font: 12px georgia, times new roman, times, serif;
+	padding: 0px 5px 10px 5px;
+	text-align: right;
+	word-spacing: 0.09em;
+	text-align: right;
+}
+
+div.post_content {
+	padding-top: 10px;
+	padding-bottom: 10px;
+	color: #666666;
+}
+
+div.post_outline {
+	width: 100%;
+	background-color: #0F964F; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.post_title {
+	font-size: 16px;
+	background-color: #0F964F; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.post_title a,
+.post_title a:link,
+.post_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.post_title a:active,.post_title a:hover
+{
+	color: #B4E6FA;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.post_content_space {
+	background-color: #FFFFFF; 
+	padding:10px; 
+	padding-bottom: 2px;
+}
+
+
+#links {
+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: #227388; background: transparent; text-decoration: none;}
+#links	a:link	{ color: #227388; background: transparent; text-decoration: none;}
+#links	a:visited	{ color: #227388; background: transparent; text-decoration: none;}
+#links	a:active,#links	a:hover
+{ color: #F36D20; text-decoration: underline;}
+
+.sidetitle {
+height: 20px;
+font-size: 12px;
+line-height: 140%;
+background: #A9D6F3;
+border: 1px solid #FFFFFF;
+border-bottom: 2px solid #DDDDDD;
+border-right: 2px solid #DDDDDD;
+color: #666666;
+padding-top:5px;
+text-align: center;
+}
+
+.side {
+text-align: left;
+margin: 5px 5px 10px;
+}
+
+.sideCal {
+text-align: center;
+margin: 5px 5px 10px;
+}
+
+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 {
+width:100%;
+height: 30px;
+padding-top:15px;
+text-align: left;
+background: transparent url(images/footer.gif) no-repeat scroll left bottom;
+color: #666666;
+}
+
+#credits {
+float: left;
+position: relative;
+top: -10px;
+width: 100%;
+margin: 0px;
+padding: 5px;
+background: transparent;
+color: #666666;
+text-align: center;
+}
+
+#credits p {
+font-size: 10px;
+margin: 0px;
+padding-top: 10px;
+}
+
+#credits	a		{ color: #227388; background: transparent; text-decoration: none;}
+#credits	a:link	{ color: #227388; background: transparent; text-decoration: none;}
+#credits	a:visited	{ color: #227388; background: transparent; text-decoration: none;}
+#credits	a:active   { color: #227388; background: transparent; text-decoration: none;}
+#credits	a:hover
+{ color: #EDA4A4;text-decoration: underline;}
+
+.calendar {
+  font-size: 12px;
+}
+
+.calMonth td { 
+/*  border: 1px dotted #DDDDDD; */
+  text-align: right; 
+  padding:2px;
+  margin:0px; 
+  font-size: 12px;
+} 
+
+.calMonth table{
+	margin: 0px auto;
+	font-size: 12px;
+}
+
+.calMonthCurrent {
+	color: #767E8A;
+	font-weight: bold;
+	font-size: 12px;
+}
+
+.calMonthHeader {
+	color: #767E8A;
+	font-weight: bold;
+	font-size: 12px;
+	background-color: #EFEFEF;
+	margin-top: 2px;
+}
+
+th.calMonthBackward {
+	font-size: 12px;
+}
+
+th.calMonthForward {
+	font-size: 12px;
+}
+
+.calMonthToday {
+ color: #666;
+/* background: transparent url(images/today.gif) no-repeat center;
+*/
+ background-color: #FFFFCC;
+ border-right: 2px solid #666666;
+ border-bottom: 2px solid #666666;
+*/
+ font-size: 12px;
+}
+
+#space {
+float: left;
+width: 395px;
+padding: 5px 0px 5px 5px;
+background: transparent;
+color: #666666;
+
+}
+
+/* Comment set */
+.comments-head{
+font-size: 12px;
+}
+
+.comments-body {
+font-family:verdana, arial, sans-serif;
+color:#666;
+font-size:12px;
+background-color: #FFFFFF;
+line-height:140%;
+}
+.com_countandpost{
+border-top:2px solid;
+font-size:12px;
+height:14px;
+}
+.comments-count{float:left;
+background: #666;
+color:white;
+width:35px;
+text-align:center;
+}
+
+.comments-post {
+font-family:verdana, arial, sans-serif;
+text-align: right;
+color:#666;
+font-size:12px;
+font-weight:normal;
+background: transparent;
+}
+
+
+/* comment form */
+div.cf_outline {
+	width: 100%;
+	background-color: #EDA4A4; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.cf_title {
+	font-size: 16px;
+	background-color: #EDA4A4; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.cf_title a,
+.cf_title a:link,
+.cf_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.cf_title a:active,.cf_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.cf_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+	padding-bottom: 2px;
+}
+
+.cf_left {
+	background:transparent;
+	width:200px; 
+	float:left; 
+	text-align:left; 
+	padding-right: 5px;
+}
+
+.cf_right {
+	background:transparent;
+	padding-left: 5px;
+}
+
+/* comments */
+div.comment_outline {
+	width: 100%;
+	background-color: #C4C4C4; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.comment_title {
+	font-size: 16px;
+	background-color: #C4C4C4; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+
+.comment_content_space {	
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px;
+	padding-top: 2px;
+	padding-bottom: 2px;
+}
+
+/* search result */
+div.sr_outline {
+	width: 100%;
+	background-color: #0F964F; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.sr_title {
+	font-size: 16px;
+	background-color: #0F964F; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.sr_title a,
+.sr_title a:link,
+.sr_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.sr_title a:active,.sr_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.sr_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+}
+
+/* trackback list */
+div.tb_outline {
+	width: 100%;
+	background-color: #EDA4A4; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.tb_title {
+	font-size: 16px;
+	background-color: #EDA4A4; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.tb_title a,
+.tb_title a:link,
+.tb_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.tb_title a:active,.tb_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.tb_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+}
+
+/* error box */
+div.err_outline {
+	width: 100%;
+	background-color: #919191; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.err_title {
+	font-size: 16px;
+	background-color: #919191; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.err_title a,
+.err_title a:link,
+.err_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.err_title a:active,.err_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.err_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+}
+
+/* ******************  albums  *************** */
+
+#album_list {
+	color: #666666;
+	background: #FFFFFF;
+	float: left;
+	width: 720px;
+	text-align: left;
+	margin-left: 15px;
+}
+
+/* album box */
+div.album_outline {
+	width: 100%;
+	background-color: #53A1B6; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.album_title {
+	font-size: 16px;
+	background-color: #53A1B6; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.album_title a,
+.album_title a:link,
+.album_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.album_title a:active,.album_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.album_content_space {
+/*	text-align: center;*/
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+	padding-bottom: 2px;
+	height:100%;
+}
+
+
+div.album {
+	text-align: center;
+    float: left;
+    width:150px;
+    margin-bottom:20px;
+	background:transparent;
+}
+
+.album p {
+   	text-align: center;
+   	padding:0;
+   	margin:0;
+   	width:150px;
+   	}
+
+.album_sublist {
+	float: left;
+	width: 100px;
+	background-color: #53A1B6; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	margin-right: 20px;
+}
+
+.album_sub {
+	margin-bottom: 20px;
+	margin-right: 20px;
+
+
+}
+		
+.clear{
+clear: both;
+}
+img{
+	border: 0px;
+}
+
+.button {
+height: 25px;
+padding-left: 5px;
+padding-right: 5px;
+
+font-size: 12px;
+border: 1px solid #FFFFFF;
+border-bottom: 1px solid #666666;
+border-right: 1px solid #666666;
+background-color: #EEEEEE;
+
+}
\ No newline at end of file

Added: templates/trunk/flyupsky-daytime/download.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/error.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-daytime/error.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-daytime/error.template
===================================================================
--- templates/trunk/flyupsky-daytime/error.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/error.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,16 @@
+{include file="$blogtemplate/header.template"}
+<div id="container">
+ <div class="blog">
+
+<div class="err_outline">
+<div class="err_title">{$locale->tr("error")}</div>
+<div class="err_content_space">
+{$locale->tr($message)}
+
+</div>
+</div>
+
+ </div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/folderblue.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-daytime/folderblue.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-daytime/footer.template
===================================================================
--- templates/trunk/flyupsky-daytime/footer.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/footer.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,9 @@
+<div class="clear">&nbsp;</div>
+<div id="footer">
+<div id="credits">
+<p>Designed by <a href="http://www.flyupsky.net" target="_blank">Gut</a> | Powered by <a href="http://www.plogworld.net" target="_blank">plog</a> | Valid <a href="http://validator.w3.org/check/referer" target="_blank">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">CSS</a></p>
+</div>
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: templates/trunk/flyupsky-daytime/header.template
===================================================================
--- templates/trunk/flyupsky-daytime/header.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/header.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,25 @@
+<!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()}" />
+ <title>{$blog->getBlog()}</title>
+ <meta name="generator" content="{$version}" />
+ <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
+ <link rel="stylesheet" title="Default" href="{$url->getTemplateFile("daytime.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")}" />
+</head>
+<body>
+<div id="outframe">
+<div id="header">
+<div id="nav_r">
+   {include file="$blogtemplate/nav_bar.inc"}
+</div>
+<div id="title"><a href="{$url->blogLink()}" accesskey="1">{$blog->getBlog()}</a><br /><span class="description">{$blog->getAbout()}</span>
+</div>
+</div>
+
+   

Added: templates/trunk/flyupsky-daytime/images/bg.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/bg_white.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/border.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/compressed.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/file.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/folder.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/footer.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/logo.jpg
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/parentfolder.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/sound.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/images/video.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/italic.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-daytime/italic.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-daytime/link.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-daytime/link.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-daytime/main.template
===================================================================
--- templates/trunk/flyupsky-daytime/main.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/main.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,15 @@
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="blog">
+{foreach from=$posts item=post}
+{** <!-- I don't like showing summary only --> **}
+{**if $showAll}
+  {include file="$blogtemplate/postsummary.template"}
+{else**}
+  {include file="$blogtemplate/post.template"}
+{**/if**}
+{/foreach}
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/trunk/flyupsky-daytime/nav_bar.inc
===================================================================
--- templates/trunk/flyupsky-daytime/nav_bar.inc	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/nav_bar.inc	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,5 @@
+
+    <a href="{$url->blogLink()}">{$locale->tr("main")}</a> | 
+    <a href="admin.php" accesskey="2">{$locale->tr("dashboard")}</a> | 
+    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a>
+    
\ No newline at end of file

Added: templates/trunk/flyupsky-daytime/panel.template
===================================================================
--- templates/trunk/flyupsky-daytime/panel.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/panel.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,78 @@
+<div id="links">
+<div class="sidetitle">
+    {$locale->tr("calendar")|capitalize}
+   </div>
+ <div class="sideCal">
+    {$calendar}
+ </div>
+<div class="sidetitle">
+{$locale->tr("search")|capitalize}
+</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="" size="10"/></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>
+ <div class="side">
+  <ul>
+  {foreach from=$recentposts item=post}
+<li><a title="{$post->getText()|truncate:15:"..."|escape}" href="{$url->postLink($post)}">{$post->getTopic()}</a></li>
+  {/foreach}
+  </ul>
+ </div>
+
+ <div class="sidetitle">
+  {$locale->tr("categories")|capitalize}
+ </div>
+ <div class="side">
+<ul>
+   {foreach from=$articlecategories item=articleCategory}
+<li><a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a> [{$articleCategory->getNumArticles()}]
+<a class="nodecoration" href="{$url->categoryRssLink($articleCategory)}"><img border="0" src="{$url->getUrl("/imgs/rss_logo_small.gif")}" alt="RSS Feed for this category." height="12" /></a></li>
+   {/foreach}
+</ul>
+ </div>
+
+ <div class="sidetitle">
+  {$locale->tr("archives")|capitalize}
+ </div>
+ <div class="side">
+<ul>
+  {foreach from=$archives item=archivelink}
+<li><a href="{$archivelink->getUrl()}">{$archivelink->getName()}</a> [{$archivelink->getNumArticles()}]</li>
+  {/foreach}
+</ul>
+ </div>
+ <div class="sidetitle">
+  {$locale->tr("links")|capitalize}
+ </div>
+ <div class="side">
+
+   {foreach from=$mylinkscategories item=linkcategory}
+<b>{$linkcategory->getName()}</b><br />
+      {foreach from=$linkcategory->getLinks() item=link}
+<a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a><br />
+      {/foreach}
+   {/foreach}  
+ </div>
+   <div class="sidetitle">
+    {$locale->tr("syndicate")}
+   </div>
+   <div class="side">
+<ul>
+<li><a title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}"><img border="0" src="{$url->getUrl("/imgs/rss090_logo.gif")}" alt="" /></a></li>
+<li><a title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}"><img border="0" src="{$url->getUrl("/imgs/rss10_logo.gif")}" alt="" /></a></li>
+<li><a title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}"><img border="0" src="{$url->getUrl("/imgs/rss20_logo.gif")}" alt="" /></a></li>
+<li><a title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}"><img border="0" src="{$url->getUrl("/imgs/atom_logo.png")}" alt="" /></a></li>
+</ul>
+   </div>
+
+</div>

Added: templates/trunk/flyupsky-daytime/post.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-daytime/post.template
===================================================================
--- templates/trunk/flyupsky-daytime/post.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/post.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,28 @@
+<!--{$url->postTrackbackLink($post)}-->
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+<div class="blogbody">
+
+<div class="post_outline">
+<div class="post_title"><a href="{$url->postPermalink($post)}">{$post->getTopic()}</a></div>
+<div class="post_content_space">
+<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}
+	{/foreach} | ({$post->getNumReads()} Reads)
+</div>
+<div class="post_content">
+ {$post->getText()}
+</div>
+<blockquote class="mt">Trackback URL: {$url->getTrackbackUrl()}?id={$post->getId()}</blockquote>
+<div class="posted">
+	<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>
+
+</div>
+<br/>
+

Added: templates/trunk/flyupsky-daytime/postandcomments.template
===================================================================
--- templates/trunk/flyupsky-daytime/postandcomments.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/postandcomments.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,66 @@
+{include file="$blogtemplate/header.template"}
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+
+<div id="container">
+
+{* Prevpost and nextpost use *}
+<div id="article_index">
+  {assign var=nextpost value=$post->getNextArticle()}
+   {assign var=prevpost value=$post->getPrevArticle()}
+ {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}
+   </div>
+{* End of article_index *}
+
+
+<div class="blog">
+ {include file="$blogtemplate/post.template"}
+</div>
+
+
+
+{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+ <div class="blog">
+
+
+ <!--div class="comments-head">
+  <a name="comments"></a>Comments
+ </div-->
+ {foreach name=comment from=$comments item=comment}
+
+<div class="comment_outline">
+<div class="comment_title"><div class="comments-head">[{$smarty.foreach.comment.iteration}] {$comment->getTopic()}</div></div>
+<div class="comment_content_space">
+{$comment->getText()}
+
+<div class="comments-post">
+[<a href="{$url->postPermalink($post)}#comments_form">{$locale->tr("comments")}</a>]|
+    {$locale->tr("posted_by")}
+    {if $comment->getUserUrl() != ""}
+     <a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a>
+    {else}
+     {$comment->getUsername()}
+    {/if}
+	|{assign var=commentDate value=$comment->getDateObject()}
+    {$locale->formatDate($commentDate, "%d %b %Y, %H:%M")}
+</div>
+</div>
+</div>
+<br />
+{/foreach}
+
+
+ {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+   {include file="$blogtemplate/commentform.template"}
+ {/if}
+ </div>
+ {/if}
+ <div class="clear">&nbsp;</div>
+</div>
+{include file="$blogtemplate/panel.template"} 
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/postsummary.template
===================================================================
--- templates/trunk/flyupsky-daytime/postsummary.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/postsummary.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,19 @@
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+
+<div class="blogbody">
+
+<div class="post_outline">
+<div class="post_title"><a href="{$url->postPermalink($post)}">{$post->getTopic()}</a></div>
+<div class="post_content_space">
+<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}
+	{/foreach}
+</div>
+</div>
+</div>
+
+</div>
+<br/>

Added: templates/trunk/flyupsky-daytime/posttrackbacks.template
===================================================================
--- templates/trunk/flyupsky-daytime/posttrackbacks.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/posttrackbacks.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,22 @@
+{include file="$blogtemplate/header.template"}
+<div id="content">
+ <div class="blog">
+
+ <div class="tb_outline">
+<div class="tb_title">{$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>"</div>
+<div class="tb_content_space">
+	{foreach from=$trackbacks item=trackback}
+     <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> Date would be here<br/><br/>
+    {/foreach}
+
+
+</div>
+</div>
+ </div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/resource.template
===================================================================
--- templates/trunk/flyupsky-daytime/resource.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/resource.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,59 @@
+{include file="$blogtemplate/header.template"}
+{assign var=metadata value=$resource->getMetadataReader()}
+{assign var=updated value=$resource->getTimestamp()}
+{assign var=album value=$resource->getAlbum()}
+<div id="album_list">
+ <div class="blog">
+
+<div class="album_outline">
+<div class="album_title">{$resource->getFileName()}</div>
+<div class="album_content_space">
+
+	<div class="posted">
+	<img src="{$url->getTemplateFile("folderblue.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+	<a href="{$url->albumLink($album)}">{$album->getName()}</a> | 
+    <img src="{$url->getTemplateFile("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>
+
+	<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->getTemplateFile("images/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->getTemplateFile("images/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->getTemplateFile("images/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->getTemplateFile("images/file.gif")}" height="64" width="64" style="border:0px;" /><br/>
+     {$resource->getFileName()}
+     </a>    
+   {/if}   
+  {/if}
+</div>
+</div>
+
+ </div>
+</div>
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-daytime/screenshot.jpg
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-daytime/screenshot.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-daytime/searchresults.template
===================================================================
--- templates/trunk/flyupsky-daytime/searchresults.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-daytime/searchresults.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,32 @@
+{include file="$blogtemplate/header.template"}
+
+<div id="container">
+ <div class="blog">
+
+<div class="sr_outline">
+<div class="sr_title"><div class="comments-head">{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</div></div>
+{foreach from=$searchresults item=result}
+<div class="sr_content_space">
+
+	{assign var=article value=$result->getArticle()}
+
+	<a href="{$url->postPermalink($article)}">{$article->getTopic()}</a>
+	<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}
+	{/foreach}
+	</div>
+</div>
+<br />
+{/foreach}
+</div>
+
+</div>
+
+</div>
+
+{include file="$blogtemplate/panel.template"}
+
+{include file="$blogtemplate/footer.template"}
+

Added: templates/trunk/flyupsky-evening/album.template
===================================================================
--- templates/trunk/flyupsky-evening/album.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/album.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,83 @@
+{include file="$blogtemplate/header.template"}
+<div id="album_list">
+{assign var="postDate" value=$album->getTimestamp()}
+<div class="blog">
+<div class="album_outline">
+<div class="album_title">{$locale->tr("albums")}</div>
+<div class="album_content_space">
+
+<div class="album_outline">
+<div class="album_title">{$album->getName()}</div>
+<div class="album_content_space">
+{$album->getDescription()}
+<div class="posted">
+   <a href="{$url->albumLink($album)}">
+     {$locale->tr("resources")} ({$album->getNumResources()})
+   </a> | {$locale->tr("created")} {$locale->formatDate($postDate,"%d %b, %Y")}
+</div>
+</div>
+</div>
+<br />
+<div class="album_sublist">
+<div class="album_content_space">
+	<div class="album_sub">
+	<a href="{$url->parentAlbumLink($album)}">
+    	<img src="{$url->getTemplateFile("images/parentfolder.gif")}" alt="{$locale->tr("parent")}" /></a>
+    	<p>{$locale->tr("parent")}</p>
+	</div>
+{assign var=children value=$album->getChildren()}
+	{foreach from=$children item=childalbum}
+		<div class="album_sub">
+		<a href="{$url->albumLink($childalbum)}">
+		<img src="{$url->getTemplateFile("images/folder.gif")}" alt="{$childalbum->getName()}" /></a>
+		<br />{$childalbum->getName()} ({$childalbum->getNumResources()})
+		</div>
+	{/foreach}
+</div>
+</div>
+<br />
+
+	{assign var=resources value=$album->getResources()}
+   		{foreach from=$resources item=resource}
+	<div class="album">
+   		{if $resource->hasPreview()}
+   		{*<a target="_blank" href="resserver.php?blogId={$blog->getId()}&amp;resource={$resource->getFileName()}">*}
+   	<a href="{$url->resourceLink($resource)}" title="{$resource->getFileName()}">
+    	<img alt="{$resource->getDescription()}" src="{$url->resourcePreviewLink($resource)}" /></a>
+    	<p>{$resource->getFileName()}</p>
+   		{else}
+   	<a href="{$url->resourceLink($resource)}"  title="{$resource->getFileName()}">
+   		{if $resource->isSound()}
+    	<img alt="Sound" src="{$url->getTemplateFile("images/sound.gif")}" /></a>
+   		{elseif $resource->isVideo()}
+    	<img alt="Video" src="{$url->getTemplateFile("images/video.gif")}" /></a>
+   		{elseif $resource->isZip()}
+    	<img alt="Zip" src="{$url->getTemplateFile("images/compressed.gif")}" /></a>  
+   		{else}
+   	<img alt="File" src="{$url->getTemplateFile("images/file.gif")}" /></a>
+   		{/if}  
+   	<p>{$resource->getFileName()}</p>
+   		{/if}
+   		{assign var=metadata value=$resource->getMetadataReader()}
+  	<p>{$metadata->getRoundedSize()}</p>
+   		{if $resource->isImage()}
+  	<p>{$metadata->getWidth()} x {$metadata->getHeight()}</p>
+   		{elseif $resource->isSound()}
+  	<p>{$metadata->getFormat()|upper} {$metadata->getSampleRate()} bps</p>
+   		{elseif $resource->isVideo()}
+  	<p>{$metadata->getFormat()|upper} {$metadata->getWidth()} x {$metadata->getHeight()}, {$metadata->getLengthString()}</p>
+   		{elseif $resource->isZip()}
+   	<p>{$metadata->getTotalFiles()} {$locale->tr("files")}</p>
+   		{/if}
+
+  	</div>
+  		{/foreach}
+
+
+</div>
+</div>
+
+ 
+ </div>
+</div>
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/albums.template
===================================================================
--- templates/trunk/flyupsky-evening/albums.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/albums.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,28 @@
+{include file="$blogtemplate/header.template"}
+<div id="album_list">
+
+<div class="blog">
+<div class="album_outline">
+<div class="album_title">{$locale->tr("albums")}</div>
+<div class="album_content_space">
+	<div class="clear">&nbsp;</div>
+
+
+  	{foreach from=$albums item=album}
+	<div class="album">
+		<a href="{$url->albumLink($album)}"><img src="{$url->getTemplateFile("images/folder.gif")}" alt="{$album->getName()}" /></a>
+
+		<p>{$album->getName()} ({$album->getNumResources()})</p>
+
+		</div>
+	{/foreach}
+
+
+	<div class="clear">&nbsp;</div>
+
+</div>
+</div>
+ 
+</div>
+</div>
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/bold.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-evening/bold.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-evening/commentarticle.template
===================================================================
--- templates/trunk/flyupsky-evening/commentarticle.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/commentarticle.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,7 @@
+{include file="$blogtemplate/header.template"}
+ <div class="comments-head"><a name="comments"></a>Comments</div>
+ {if $blogsettings->getValue("comments_enabled")}
+  <div class="comments-head">Post a comment</div>
+  {include file="$blogtemplate/commentform.template"}
+ {/if}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/commentform.template
===================================================================
--- templates/trunk/flyupsky-evening/commentform.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/commentform.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,37 @@
+<div class="cf_outline">
+<div class="cf_title"><div class="comments-head">{$locale->tr("add_comment")}</div></div>
+<div class="cf_content_space">
+
+<a name="comments_form"></a>
+  <form name="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+  <div class="cf_left">
+	<label for="subject">{$locale->tr("comment_topic")}:</label><br />
+	<input tabindex="1" id="subject" name="commentTopic" /><br /><br />
+	<label for="author">{$locale->tr("comment_username")}:</label><br />
+	<input tabindex="2" id="author" name="userName" /><br /><br />
+	<label for="email">{$locale->tr("comment_email")}:</label><br />
+	<input tabindex="3" id="email" name="userEmail" /><br /><br />
+	<label for="url">{$locale->tr("comment_url")}:</label><br />
+	<input tabindex="4" id="url" name="userUrl" /><br />
+	<br />
+  </div>
+ <div class="cf_right"> 
+  <label for="text">{$locale->tr("add_comment")}:</label><br />
+  <textarea tabindex="5" id="text" name="commentText" rows="7" cols="25"></textarea><br />
+  <br />  
+  <input type="submit" name="post" value="{$locale->tr("comment_send")}" class="button"/>
+  <input class="button" type="reset" value="Reset" /><br /><br />
+  <input type="hidden" name="op" value="AddComment"/>
+  <input type="hidden" name="articleId" value="{$post->getId()}"/>
+  <input type="hidden" name="blogId" value="{$blog->getId()}"/>
+  <input type="hidden" name="parentId" value="{$parentId}"/>
+  <br />
+  <br />
+  </form>
+</div>
+
+</div>
+</div>
+
+
+

Added: templates/trunk/flyupsky-evening/download.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/error.template
===================================================================
--- templates/trunk/flyupsky-evening/error.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/error.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,16 @@
+{include file="$blogtemplate/header.template"}
+<div id="container">
+ <div class="blog">
+
+<div class="err_outline">
+<div class="err_title">{$locale->tr("error")}</div>
+<div class="err_content_space">
+{$locale->tr($message)}
+
+</div>
+</div>
+
+ </div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/evening.css
===================================================================
--- templates/trunk/flyupsky-evening/evening.css	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/evening.css	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,739 @@
+html {
+/* IE Horizontal scrollbar fix */
+overflow-y: scroll;
+/* force scrollbars in moz */
+height: 100%;
+margin-bottom: 1px;
+}
+
+body {
+text-align: center;
+margin: 0;
+padding: 0;
+background-color: #613412;
+background: transparent url(images/bg.gif);
+font-family: lucida grande, verdana, arial, sans-serif;
+color:black;
+}
+
+#outframe {
+background: transparent url(images/border.gif) repeat-y scroll;
+width:766px;
+padding: 0px;
+
+}
+
+#header {
+text-align: left;
+padding: 0px;
+margin: 0px auto;
+height: 180px;
+width: 766px;
+background: transparent url(images/logo.jpg) no-repeat scroll top left;
+color: #666666;
+}
+
+#title {
+	position: relative;
+	left: 0px;
+	top: -25px;
+	padding-left: 20px;
+	font-size:28px;
+	font-family: lucida grande, verdana, arial, sans-serif;
+	font-weight: bold;
+	color: #FFFFFF;
+}
+
+.description{
+	font-size:14px;
+	color: #FFFFFF;
+}
+#title a{
+	text-decoration: none;
+	color: #FFFFFF;
+}
+#title a:hover{
+	text-decoration: none;
+	color: #EFEFEF;
+}
+
+#nav_r{
+	position: relative;
+	left: 0px;
+	top: 110px;
+	width: 100%;
+	height: 25px;
+	padding-left: 20px;
+	padding-top:22px;
+	color: #FFFFFF;
+	font: 12px georgia, times new roman, times, serif;
+}
+
+#nav_r a		{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:link	{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:visited	{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:active	{ color: #FFFFFF; background: transparent; text-decoration: none;}
+#nav_r a:hover	{ color: #FFDD06; background: transparent;text-decoration: underline; }
+
+
+
+
+#content,#container {
+color: #666666;
+background: #FFFFFF;
+float: left;
+width: 510px;
+text-align: left;
+margin-left: 15px;
+/*border: 2px solid #2A6C49;*/
+}
+
+/*  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:12px;
+margin-top:5px;
+color: white;
+}
+
+#article_index	a		{ color: #F36D20; background: transparent; text-decoration: none;}
+#article_index	a:link	{ color: #F36D20; background: transparent; }
+#article_index	a:visited	{ color: #F36D20; background: transparent; }
+#article_index	a:active	{ color: #F36D20; background: transparent; }
+#article_index	a:hover	{ color: #148EAC; background: transparent; }
+
+.blog {
+float: left;
+width: 98%;
+font-size: 12px;
+padding-bottom: 10px;
+padding-right: 10px;
+background: transparent;
+}
+
+.blog a:link {color: #F36D20;text-decoration: none; background: none;}
+.blog a:visited {color: #F36D20;text-decoration: none; background: none;}
+.blog a:active {color: #F36D20;text-decoration: none;}
+.blog a:hover {color: #148EAC;text-decoration: underline;}
+
+.blogbody {
+font-size: 12px;
+line-height: 140%;
+color: #666666;
+
+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:10px;
+padding: 2px 0px;
+}
+
+h3.title {
+font-size: large;
+/*text-transform: capitalize;*/
+background: #2A6C49;
+color: #FFFFFF;
+
+}
+h3.title a,
+h3.title a:link,
+h3.title a:visited
+{
+color: #FFFFFF;
+background:transparent;
+text-decoration:none;
+display: block;
+
+padding-left: 5px;
+padding-bottom: 3px;
+padding-top: 5px;}
+h3.title a:active,h3.title a:hover
+{
+display:block;
+color: #FFFFFF;
+text-decoration:underline;
+background:transparent;}
+
+div.posted {
+	color: #2A6C49;
+	font: 12px georgia, times new roman, times, serif;
+	padding: 0px 5px 10px 5px;
+	text-align: right;
+	word-spacing: 0.09em;
+	text-align: right;
+}
+
+div.post_content {
+	padding-top: 10px;
+	padding-bottom: 10px;
+	color: #666666;
+}
+
+div.post_outline {
+	width: 100%;
+	background-color: #2A6C49; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.post_title {
+	font-size: 16px;
+	background-color: #2A6C49; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.post_title a,
+.post_title a:link,
+.post_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.post_title a:active,.post_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.post_content_space {
+	background-color: #FFFFFF; 
+	padding:10px; 
+	padding-bottom: 2px;
+}
+
+
+#links {
+float: left;
+width: 190px;
+font: 12px lucida grande, verdana, arial, sans-serif;
+margin-left:10px;
+background: White;
+
+
+color: #666666;
+}
+
+#links	a		{ color: #148EAC; background: transparent; text-decoration: none;}
+#links	a:link	{ color: #148EAC; background: transparent; text-decoration: none;}
+#links	a:visited	{ color: #148EAC; background: transparent; text-decoration: none;}
+#links	a:active,#links	a:hover
+{ color: #F36D20; text-decoration: underline;}
+
+.sidetitle {
+height: 20px;
+font-size: 12px;
+line-height: 140%;
+background: #F7A21C;
+border: 1px solid #FFFFFF;
+border-bottom: 2px solid #DDDDDD;
+border-right: 2px solid #DDDDDD;
+color: #FFFFFF;
+padding-top:5px;
+text-align: center;
+}
+
+.side {
+text-align: left;
+margin: 5px 5px 10px;
+}
+
+.sideCal {
+text-align: center;
+margin: 5px 5px 10px;
+}
+
+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 {
+width:100%;
+height: 30px;
+padding-top:15px;
+text-align: left;
+background: transparent url(images/footer.gif) no-repeat scroll left bottom;
+color: #FFFFFF;
+}
+
+#credits {
+float: left;
+width: 100%;
+margin: 0px;
+padding: 5px;
+background: transparent;
+color: #FFFFFF;
+text-align: center;
+}
+
+#credits p {
+font-size: 10px;
+margin: 0px;
+padding-top: 10px;
+}
+
+#credits	a		{ color: #FFCC66; background: transparent; text-decoration: none;}
+#credits	a:link	{ color: #FFCC66; background: transparent; text-decoration: none;}
+#credits	a:visited	{ color: #FFCC66; background: transparent; text-decoration: none;}
+#credits	a:active   { color: #FFCC66; background: transparent; text-decoration: none;}
+#credits	a:hover
+{ color: #CCCCCC;text-decoration: underline;}
+
+.calendar {
+  font-size: 12px;
+}
+
+.calMonth td { 
+/*  border: 1px dotted #DDDDDD; */
+  text-align: right; 
+  padding:2px;
+  margin:0px; 
+  font-size: 12px;
+} 
+
+.calMonth table{
+	margin: 0px auto;
+	font-size: 12px;
+}
+
+.calMonthCurrent {
+	color: #767E8A;
+	font-weight: bold;
+	font-size: 12px;
+}
+
+.calMonthHeader {
+	color: #767E8A;
+	font-weight: bold;
+	font-size: 12px;
+	background-color: #EFEFEF;
+	margin-top: 2px;
+}
+
+th.calMonthBackward {
+	font-size: 12px;
+}
+
+th.calMonthForward {
+	font-size: 12px;
+}
+
+.calMonthToday {
+ color: #666;
+/* background: transparent url(images/today.gif) no-repeat center;
+*/
+ background-color: #FFFFCC;
+ border-right: 2px solid #666666;
+ border-bottom: 2px solid #666666;
+*/
+ font-size: 12px;
+}
+
+#space {
+float: left;
+width: 395px;
+padding: 5px 0px 5px 5px;
+background: transparent;
+color: #666666;
+
+}
+
+/* Comment set */
+.comments-head{
+font-size: 12px;
+}
+
+.comments-body {
+font-family:verdana, arial, sans-serif;
+color:#666;
+font-size:12px;
+background-color: #FFFFFF;
+line-height:140%;
+}
+.com_countandpost{
+border-top:2px solid;
+font-size:12px;
+height:14px;
+}
+.comments-count{float:left;
+background: #666;
+color:white;
+width:35px;
+text-align:center;
+}
+
+.comments-post {
+font-family:verdana, arial, sans-serif;
+text-align: right;
+color:#666;
+font-size:12px;
+font-weight:normal;
+background: transparent;
+}
+
+
+/* comment form */
+div.cf_outline {
+	width: 100%;
+	background-color: #CC6666; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.cf_title {
+	font-size: 16px;
+	background-color: #CC6666; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.cf_title a,
+.cf_title a:link,
+.cf_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.cf_title a:active,.cf_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.cf_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+	padding-bottom: 2px;
+}
+
+.cf_left {
+	background:transparent;
+	width:200px; 
+	float:left; 
+	text-align:left; 
+	padding-right: 5px;
+}
+
+.cf_right {
+	background:transparent;
+	padding-left: 5px;
+}
+
+/* comments */
+div.comment_outline {
+	width: 100%;
+	background-color: #919191; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.comment_title {
+	font-size: 16px;
+	background-color: #919191; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+
+.comment_content_space {	
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px;
+	padding-top: 2px;
+	padding-bottom: 2px;
+}
+
+/* search result */
+div.sr_outline {
+	width: 100%;
+	background-color: #2A6C49; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.sr_title {
+	font-size: 16px;
+	background-color: #2A6C49; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.sr_title a,
+.sr_title a:link,
+.sr_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.sr_title a:active,.sr_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.sr_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+}
+
+/* trackback list */
+div.tb_outline {
+	width: 100%;
+	background-color: #CC6666; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.tb_title {
+	font-size: 16px;
+	background-color: #CC6666; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.tb_title a,
+.tb_title a:link,
+.tb_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.tb_title a:active,.tb_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.tb_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+}
+
+/* error box */
+div.err_outline {
+	width: 100%;
+	background-color: #919191; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.err_title {
+	font-size: 16px;
+	background-color: #919191; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.err_title a,
+.err_title a:link,
+.err_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.err_title a:active,.err_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.err_content_space {
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+}
+
+/* ******************  albums  *************** */
+
+#album_list {
+	color: #666666;
+	background: #FFFFFF;
+	float: left;
+	width: 720px;
+	text-align: left;
+	margin-left: 15px;
+}
+
+/* album box */
+div.album_outline {
+	width: 100%;
+	background-color: #6C5D2A; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	border-right: 2px solid #DDDDDD;
+}
+
+div.album_title {
+	font-size: 16px;
+	background-color: #6C5D2A; 
+	height:20px; 
+	line-height: 140%;
+	color: #FFFFFF; 
+	padding-top:1px;
+	padding-left: 5px
+}
+
+.album_title a,
+.album_title a:link,
+.album_title a:visited
+{
+	color: #FFFFFF;
+	background:transparent;
+	text-decoration:none;
+	padding-left: 5px;
+	padding-bottom: 3px;
+	padding-top: 5px;
+}
+
+.album_title a:active,.album_title a:hover
+{
+	color: #FFDD06;
+	text-decoration:underline;
+	background:transparent;
+}
+
+.album_content_space {
+/*	text-align: center;*/
+	background: transparent url(images/bg_white.gif);
+	background-color: #FFFFFF; 
+	padding:10px; 
+	padding-bottom: 2px;
+	height:100%;
+}
+
+
+div.album {
+	text-align: center;
+    float: left;
+    width:150px;
+    margin-bottom:20px;
+	background:transparent;
+}
+
+.album p {
+   	text-align: center;
+   	padding:0;
+   	margin:0;
+   	width:150px;
+   	}
+
+.album_sublist {
+	float: left;
+	width: 100px;
+	background-color: #6C5D2A; 
+	padding:2px; 
+	border-bottom: 2px solid #DDDDDD;
+	margin-right: 20px;
+}
+
+.album_sub {
+	margin-bottom: 20px;
+	margin-right: 20px;
+
+
+}
+		
+.clear{
+clear: both;
+}
+img{
+	border: 0px;
+}
+
+.button {
+height: 25px;
+padding-left: 5px;
+padding-right: 5px;
+
+font-size: 12px;
+border: 1px solid #FFFFFF;
+border-bottom: 1px solid #666666;
+border-right: 1px solid #666666;
+background-color: #EEEEEE;
+
+}
\ No newline at end of file

Added: templates/trunk/flyupsky-evening/folderblue.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-evening/folderblue.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-evening/footer.template
===================================================================
--- templates/trunk/flyupsky-evening/footer.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/footer.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,9 @@
+<div class="clear">&nbsp;</div>
+<div id="footer">
+<div id="credits">
+<p>Designed by <a href="http://www.flyupsky.net" target="_blank">Gut</a> | Powered by <a href="http://www.plogworld.net" target="_blank">plog</a> | Valid <a href="http://validator.w3.org/check/referer" target="_blank">XHTML</a> and <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_blank">CSS</a></p>
+</div>
+</div>
+</div>
+</body>
+</html>
\ No newline at end of file

Added: templates/trunk/flyupsky-evening/header.template
===================================================================
--- templates/trunk/flyupsky-evening/header.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/header.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,25 @@
+<!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()}" />
+ <title>{$blog->getBlog()}</title>
+ <meta name="generator" content="{$version}" />
+ <meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
+ <link rel="stylesheet" title="Default" href="{$url->getTemplateFile("evening.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")}" />
+</head>
+<body>
+<div id="outframe">
+<div id="header">
+<div id="nav_r">
+   {include file="$blogtemplate/nav_bar.inc"}
+</div>
+<div id="title"><a href="{$url->blogLink()}" accesskey="1">{$blog->getBlog()}</a><br /><span class="description">{$blog->getAbout()}</span>
+</div>
+</div>
+
+   

Added: templates/trunk/flyupsky-evening/images/bg.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/bg_white.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/border.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/compressed.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/file.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/folder.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/footer.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/logo.jpg
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/parentfolder.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/sound.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/images/video.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/italic.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-evening/italic.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-evening/link.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-evening/link.gif
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-evening/main.template
===================================================================
--- templates/trunk/flyupsky-evening/main.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/main.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,15 @@
+{include file="$blogtemplate/header.template"}
+<div id="content">
+<div class="blog">
+{foreach from=$posts item=post}
+{** <!-- I don't like showing summary only --> **}
+{**if $showAll}
+  {include file="$blogtemplate/postsummary.template"}
+{else**}
+  {include file="$blogtemplate/post.template"}
+{**/if**}
+{/foreach}
+</div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file

Added: templates/trunk/flyupsky-evening/nav_bar.inc
===================================================================
--- templates/trunk/flyupsky-evening/nav_bar.inc	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/nav_bar.inc	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,5 @@
+
+    <a href="{$url->blogLink()}">{$locale->tr("main")}</a> | 
+    <a href="admin.php" accesskey="2">{$locale->tr("dashboard")}</a> | 
+    <a href="{$url->albumLink()}">{$locale->tr("albums")}</a>
+    
\ No newline at end of file

Added: templates/trunk/flyupsky-evening/panel.template
===================================================================
--- templates/trunk/flyupsky-evening/panel.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/panel.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,78 @@
+<div id="links">
+<div class="sidetitle">
+    {$locale->tr("calendar")|capitalize}
+   </div>
+ <div class="sideCal">
+    {$calendar}
+ </div>
+<div class="sidetitle">
+{$locale->tr("search")|capitalize}
+</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="" size="10"/></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>
+ <div class="side">
+  <ul>
+  {foreach from=$recentposts item=post}
+<li><a title="{$post->getText()|truncate:15:"..."|escape}" href="{$url->postLink($post)}">{$post->getTopic()}</a></li>
+  {/foreach}
+  </ul>
+ </div>
+
+ <div class="sidetitle">
+  {$locale->tr("categories")|capitalize}
+ </div>
+ <div class="side">
+<ul>
+   {foreach from=$articlecategories item=articleCategory}
+<li><a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a> [{$articleCategory->getNumArticles()}]
+<a class="nodecoration" href="{$url->categoryRssLink($articleCategory)}"><img border="0" src="{$url->getUrl("/imgs/rss_logo_small.gif")}" alt="RSS Feed for this category." height="12" /></a></li>
+   {/foreach}
+</ul>
+ </div>
+
+ <div class="sidetitle">
+  {$locale->tr("archives")|capitalize}
+ </div>
+ <div class="side">
+<ul>
+  {foreach from=$archives item=archivelink}
+<li><a href="{$archivelink->getUrl()}">{$archivelink->getName()}</a> [{$archivelink->getNumArticles()}]</li>
+  {/foreach}
+</ul>
+ </div>
+ <div class="sidetitle">
+  {$locale->tr("links")|capitalize}
+ </div>
+ <div class="side">
+
+   {foreach from=$mylinkscategories item=linkcategory}
+<b>{$linkcategory->getName()}</b><br />
+      {foreach from=$linkcategory->getLinks() item=link}
+<a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a><br />
+      {/foreach}
+   {/foreach}  
+ </div>
+   <div class="sidetitle">
+    {$locale->tr("syndicate")}
+   </div>
+   <div class="side">
+<ul>
+<li><a title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}"><img border="0" src="{$url->getUrl("/imgs/rss090_logo.gif")}" alt="" /></a></li>
+<li><a title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}"><img border="0" src="{$url->getUrl("/imgs/rss10_logo.gif")}" alt="" /></a></li>
+<li><a title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}"><img border="0" src="{$url->getUrl("/imgs/rss20_logo.gif")}" alt="" /></a></li>
+<li><a title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}"><img border="0" src="{$url->getUrl("/imgs/atom_logo.png")}" alt="" /></a></li>
+</ul>
+   </div>
+
+</div>

Added: templates/trunk/flyupsky-evening/post.gif
===================================================================
(Binary files differ)


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

Added: templates/trunk/flyupsky-evening/post.template
===================================================================
--- templates/trunk/flyupsky-evening/post.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/post.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,28 @@
+<!--{$url->postTrackbackLink($post)}-->
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+<div class="blogbody">
+
+<div class="post_outline">
+<div class="post_title"><a href="{$url->postPermalink($post)}">{$post->getTopic()}</a></div>
+<div class="post_content_space">
+<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}
+	{/foreach} | ({$post->getNumReads()} Reads)
+</div>
+<div class="post_content">
+ {$post->getText()}
+</div>
+<blockquote class="mt">Trackback URL: {$url->getTrackbackUrl()}?id={$post->getId()}</blockquote>
+<div class="posted">
+	<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>
+
+</div>
+<br/>
+

Added: templates/trunk/flyupsky-evening/postandcomments.template
===================================================================
--- templates/trunk/flyupsky-evening/postandcomments.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/postandcomments.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,66 @@
+{include file="$blogtemplate/header.template"}
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+
+<div id="container">
+
+{* Prevpost and nextpost use *}
+<div id="article_index">
+  {assign var=nextpost value=$post->getNextArticle()}
+   {assign var=prevpost value=$post->getPrevArticle()}
+ {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}
+   </div>
+{* End of article_index *}
+
+
+<div class="blog">
+ {include file="$blogtemplate/post.template"}
+</div>
+
+
+
+{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+ <div class="blog">
+
+
+ <!--div class="comments-head">
+  <a name="comments"></a>Comments
+ </div-->
+ {foreach name=comment from=$comments item=comment}
+
+<div class="comment_outline">
+<div class="comment_title"><div class="comments-head">[{$smarty.foreach.comment.iteration}] {$comment->getTopic()}</div></div>
+<div class="comment_content_space">
+{$comment->getText()}
+
+<div class="comments-post">
+[<a href="{$url->postPermalink($post)}#comments_form">{$locale->tr("comments")}</a>]|
+    {$locale->tr("posted_by")}
+    {if $comment->getUserUrl() != ""}
+     <a href="{$comment->getUserUrl()}"}>{$comment->getUsername()}</a>
+    {else}
+     {$comment->getUsername()}
+    {/if}
+	|{assign var=commentDate value=$comment->getDateObject()}
+    {$locale->formatDate($commentDate, "%d %b %Y, %H:%M")}
+</div>
+</div>
+</div>
+<br />
+{/foreach}
+
+
+ {if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+   {include file="$blogtemplate/commentform.template"}
+ {/if}
+ </div>
+ {/if}
+ <div class="clear">&nbsp;</div>
+</div>
+{include file="$blogtemplate/panel.template"} 
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/postsummary.template
===================================================================
--- templates/trunk/flyupsky-evening/postsummary.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/postsummary.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,19 @@
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+
+<div class="blogbody">
+
+<div class="post_outline">
+<div class="post_title"><a href="{$url->postPermalink($post)}">{$post->getTopic()}</a></div>
+<div class="post_content_space">
+<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}
+	{/foreach}
+</div>
+</div>
+</div>
+
+</div>
+<br/>

Added: templates/trunk/flyupsky-evening/posttrackbacks.template
===================================================================
--- templates/trunk/flyupsky-evening/posttrackbacks.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/posttrackbacks.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,22 @@
+{include file="$blogtemplate/header.template"}
+<div id="content">
+ <div class="blog">
+
+ <div class="tb_outline">
+<div class="tb_title">{$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>"</div>
+<div class="tb_content_space">
+	{foreach from=$trackbacks item=trackback}
+     <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> Date would be here<br/><br/>
+    {/foreach}
+
+
+</div>
+</div>
+ </div>
+</div>
+{include file="$blogtemplate/panel.template"}
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/resource.template
===================================================================
--- templates/trunk/flyupsky-evening/resource.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/resource.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,59 @@
+{include file="$blogtemplate/header.template"}
+{assign var=metadata value=$resource->getMetadataReader()}
+{assign var=updated value=$resource->getTimestamp()}
+{assign var=album value=$resource->getAlbum()}
+<div id="album_list">
+ <div class="blog">
+
+<div class="album_outline">
+<div class="album_title">{$resource->getFileName()}</div>
+<div class="album_content_space">
+
+	<div class="posted">
+	<img src="{$url->getTemplateFile("folderblue.gif")}" width="10" height="11" alt="Download" style="border:0px;" />
+	<a href="{$url->albumLink($album)}">{$album->getName()}</a> | 
+    <img src="{$url->getTemplateFile("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>
+
+	<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->getTemplateFile("images/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->getTemplateFile("images/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->getTemplateFile("images/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->getTemplateFile("images/file.gif")}" height="64" width="64" style="border:0px;" /><br/>
+     {$resource->getFileName()}
+     </a>    
+   {/if}   
+  {/if}
+</div>
+</div>
+
+ </div>
+</div>
+{include file="$blogtemplate/footer.template"}

Added: templates/trunk/flyupsky-evening/screenshot.jpg
===================================================================
(Binary files differ)


Property changes on: templates/trunk/flyupsky-evening/screenshot.jpg
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/flyupsky-evening/searchresults.template
===================================================================
--- templates/trunk/flyupsky-evening/searchresults.template	2005-03-29 09:50:10 UTC (rev 1628)
+++ templates/trunk/flyupsky-evening/searchresults.template	2005-03-29 13:10:18 UTC (rev 1629)
@@ -0,0 +1,32 @@
+{include file="$blogtemplate/header.template"}
+
+<div id="container">
+ <div class="blog">
+
+<div class="sr_outline">
+<div class="sr_title"><div class="comments-head">{$locale->tr("search_results")}: {foreach from=$searchterms item=term}{$term} {/foreach}</div></div>
+{foreach from=$searchresults item=result}
+<div class="sr_content_space">
+
+	{assign var=article value=$result->getArticle()}
+
+	<a href="{$url->postPermalink($article)}">{$article->getTopic()}</a>
+	<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}
+	{/foreach}
+	</div>
+</div>
+<br />
+{/foreach}
+</div>
+
+</div>
+
+</div>
+
+{include file="$blogtemplate/panel.template"}
+
+{include file="$blogtemplate/footer.template"}
+




More information about the pLog-svn mailing list