[pLog-svn] r2332 - in templates/trunk: . Innerscape Innerscape/imgs

oscar at devel.plogworld.net oscar at devel.plogworld.net
Thu Jul 14 20:34:14 GMT 2005


Author: oscar
Date: 2005-07-14 20:34:14 +0000 (Thu, 14 Jul 2005)
New Revision: 2332

Added:
   templates/trunk/Innerscape/
   templates/trunk/Innerscape/album.template
   templates/trunk/Innerscape/albums.template
   templates/trunk/Innerscape/archives.template
   templates/trunk/Innerscape/commentarticle.template
   templates/trunk/Innerscape/commentform.template
   templates/trunk/Innerscape/delicious.template
   templates/trunk/Innerscape/error.template
   templates/trunk/Innerscape/flickr.template
   templates/trunk/Innerscape/footer.template
   templates/trunk/Innerscape/header.template
   templates/trunk/Innerscape/imgs/
   templates/trunk/Innerscape/imgs/arrow.gif
   templates/trunk/Innerscape/imgs/back.jpg
   templates/trunk/Innerscape/imgs/brick.jpg
   templates/trunk/Innerscape/leftmenu.template
   templates/trunk/Innerscape/links.template
   templates/trunk/Innerscape/main.template
   templates/trunk/Innerscape/post.template
   templates/trunk/Innerscape/postandcomments.template
   templates/trunk/Innerscape/posttrackbacks.template
   templates/trunk/Innerscape/readme.txt
   templates/trunk/Innerscape/resource.template
   templates/trunk/Innerscape/rightmenu.template
   templates/trunk/Innerscape/screenshot.jpg
   templates/trunk/Innerscape/searchresults.template
   templates/trunk/Innerscape/style.css
   templates/trunk/Innerscape/subheader.template
Log:
added a new template, Innerscape


Added: templates/trunk/Innerscape/album.template
===================================================================
--- templates/trunk/Innerscape/album.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/album.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,93 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="mainalbumview">
+<div id="albumview">
+<H1 CLASS="leftmenutext">Album:  {$album->getName()}
+<p>
+Description:  {$album->getDescription()}
+</p>
+</h1>
+<!-- album contents go here -->
+
+<table class="album-table">
+<tr>
+<td class="album-cell">
+<a class="album" href="{$url->parentAlbumLink($album)}">
+<img style="border:0px" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
+..
+</a>
+</td>
+{assign var="counter" value=1}
+{assign var=children value=$album->getChildren()}
+{foreach from=$children item=childalbum}
+<td class="album-cell">
+<a class="album" href="{$url->albumLink($childalbum)}">
+<img style="border:0px;" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
+{$childalbum->getName()} ({$childalbum->getNumResources()})
+</a>
+<br/><br/>
+{assign var="counter" value="`$counter+1`"}
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+
+<!--- show the resources here -->
+{assign var=resources value=$album->getResources()}
+{foreach from=$resources item=resource}
+<td class="album-cell">
+{if $resource->hasPreview()}
+{*<a target="_blank" href="resserver.php?blogId={$blog->getId()}&amp;resource={$resource->getFileName()}" class="highlightit">*}
+<a class="highlightit" href="{$url->resourceLink($resource)}">
+<img alt="{$resource->getDescription()}" style="border:0px;" src="{$url->resourcePreviewLink($resource)}" />
+<br/>{$resource->getFileName()|truncate:20:"...":true}
+</a>
+{else}
+<a class="nodecoration" href="{$url->resourceLink($resource)}">
+{if $resource->isSound()}
+<img alt="Sound" src="{$url->getUrl("/imgs/sound.gif")}" height="64" width="64" style="border:0px;" />
+{elseif $resource->isVideo()}
+<img alt="Video" src="{$url->getUrl("/imgs/video.gif")}" height="64" width="64" style="border:0px;" />
+{elseif $resource->isZip()}
+<img alt="Zip" src="{$url->getUrl("/imgs/compressed.gif")}" height="64" width="64" style="border:0px;" />
+{else}
+<img alt="File" src="{$url->getUrl("/imgs/file.gif")}" height="64" width="64" style="border:0px;" />
+{/if}
+<br/>{$resource->getFileName()}
+</a>
+{/if}
+<br/>
+<H1 CLASS="leftmenutext">
+{assign var=metadata value=$resource->getMetadataReader()}
+{$metadata->getRoundedSize()}<br/>
+{if $resource->isImage()}
+{$metadata->getWidth()} x {$metadata->getHeight()}<br/>
+{elseif $resource->isSound()}
+{$metadata->getFormat()|upper} {$metadata->getSampleRate()} bps<br/>
+{elseif $resource->isVideo()}
+{$metadata->getFormat()|upper}
+{$metadata->getWidth()} x {$metadata->getHeight()},
+{$metadata->getLengthString()}<br/>
+{elseif $resource->isZip()}
+{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
+</H1>
+{/if}
+{assign var="counter" value="`$counter+1`"}
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+</tr>
+</table>
+
+<!-- end of album contents -->
+
+</div>
+</div>
+
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/album.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/albums.template
===================================================================
--- templates/trunk/Innerscape/albums.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/albums.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,30 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="mainalbums">
+<div id="albums">
+<p>
+<H1 CLASS="leftmenu">These are my photo galleries. <br /> Mainly used as pics in my blog entries</H1>
+</p> <br/><br />
+<table style="border:0px;width:93%;" summary="Albums">
+<tr>
+{assign var="counter" value=0}
+{foreach from=$albums item=album}
+<td style="width:30%;" align="center">
+<a class="nodecoration" href="{$url->albumLink($album)}">
+<img style="border:0px;" src="{$url->getUrl("/imgs/folder.gif")}" alt="Folder" /><br/>
+{$album->getName()} ({$album->getNumResources()})
+</a>
+{assign var="counter" value="`$counter+1`"}
+</td>
+{if $counter%3 == 0}
+</tr>
+<tr>
+{/if}
+{/foreach}
+<td></td></tr>
+</table>
+<!-- end of the albums -->
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/albums.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/archives.template
===================================================================
--- templates/trunk/Innerscape/archives.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/archives.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,14 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="mainarchives">
+<div id="archives">
+<h2>Archives</h2>
+
+
+{foreach from=$archives item=month}
+<a href="{$month->getUrl()}">{$month->getName()}</a> [{$month->getNumArticles()}]
+{/foreach}
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/archives.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/commentarticle.template
===================================================================
--- templates/trunk/Innerscape/commentarticle.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/commentarticle.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,7 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="postmain">
+
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/commentarticle.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/commentform.template
===================================================================
--- templates/trunk/Innerscape/commentform.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/commentform.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,36 @@
+<div id="postmain">
+<form id="NewComment" action="{$url->getBaseUrl()}/index.php" method="post">
+<legend>{$locale->tr("add_comment")}</legend>
+<div><label for="commentTopic">{$locale->pr("comment_topic")}</label><input type="text" name="commentTopic" id="commentTopic" value="" /></div>
+<div><label for="commentText">{$locale->pr("comment_text")}</label><textarea rows="10" cols="30" name="commentText" id="commentText"></textarea></div>
+{if $smileys->isEnabled()}
+<script type="text/javascript" src="{$url->getBaseUrl()}/plugins/smileys/js/smileys/smileys.js"></script>
+<div><label for="Smileysbar">Smileys</label>
+{$smileys->generateSmileysBar()}
+</div><br/>{/if}
+<div><label for="userName">{$locale->pr("comment_username")}</label><input type="text" name="userName" id="userName" value="" /></div>
+<div><label for="userEmail">Email</label><input type="text" name="userEmail" id="userEmail" value="" /></div>
+<div><label for="userUrl">Web</label><input type="text" name="userUrl" id="userUrl" value="" /></div>
+{if $authimage->isEnabled()}
+<div><label for="authImage">SPAM STOPPER<br>Please enter the code shown</label>
+<br><input type="text" name="authImage" id="authImage" value="" />&nbsp;{$authimage->show()}</div>
+{/if}
+<div id="Submit"><input id="Add" type="submit" value="{$locale->pr("comment_send")}" name="Add" />
+<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}" /></div>
+{if !empty($hiddeninput)}
+{if $hiddeninput->isEnabled()}
+{foreach from=$hiddeninput->getHiddenFields() item=hiddenField}
+<input type="hidden" name="{$hiddenField}" value="GetOut!" />
+{/foreach}
+{/if}
+{/if}
+{if $contentfilter->isEnabled()}{/if}
+{if $dnsantispam->isEnabled()}{/if}
+{if $remembercommentdata->isEnabled()}
+{$remembercommentdata->show()}
+{/if}
+</form>
+</div>


Property changes on: templates/trunk/Innerscape/commentform.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/delicious.template
===================================================================
--- templates/trunk/Innerscape/delicious.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/delicious.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,20 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="maindel">
+<div id="del">
+{if !empty($delicious)}
+{if $delicious->isEnabled()}
+{assign var=tagId value=$smarty.request.tag}
+{assign var=deliciousTags value=$delicious->getTagList()}
+{foreach item=deliciousTag from=$deliciousTags}
+{math equation="ceil(x/y)+1" assign=fontsize x=$deliciousTag.count y=5}
+<font size={$fontsize}><a href="{$deliciousTag.deliciousUrl}" style="border-bottom: 0px;" title="{$deliciousTag.count} Posts">{$deliciousTag.id}</a></font>&nbsp;&nbsp;&nbsp;&nbsp;
+{/foreach}
+{else}
+{$locale->tr("error_delicious_not_enabled")}
+{/if}
+{/if}
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/delicious.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/error.template
===================================================================
--- templates/trunk/Innerscape/error.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/error.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,14 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="error">
+<H1 CLASS="error">{$locale->tr("error")}</H1>
+<H1 CLASS="error">
+{$locale->tr($message)}
+<br/><br/>
+{$locale->tr("generated")} {$locale->formatDate($now,"%d %b, %Y")}
+<br/><br/>
+<a href="javascript:history.go(-1)">{$locale->tr("back")}</a>
+</H1>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/error.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/flickr.template
===================================================================
--- templates/trunk/Innerscape/flickr.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/flickr.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,148 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="mainflickr">
+<div id="flickr">
+{if !empty($flickr)}
+<script type="text/javascript" src="{$url->getBaseUrl()}/plugins/flickr/js/annotation/annotation.js"></script>
+{literal}
+<STYLE TYPE="text/css">
+<!--
+.flickr-album {
+padding: 0;
+width: 100%;
+clear: both;
+}
+
+.flickr-thumbnail {
+background-color: #fff;
+border: 0px solid #a9a9a9;
+}
+
+.highlightit img{
+filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
+-moz-opacity: 0.5;
+}
+
+.highlightit:hover img{
+filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
+-moz-opacity: 1;
+border: 1px solid navy;
+}
+
+.highlightit:hover{
+color: red;
+}
+
+.flickr-photo {
+padding-right: 20px;
+background-color: #fff;
+border: 1px solid #a9a9a9;
+margin: 6px 6px 6px 6px;
+padding: 4px;
+margin-top:10px;
+}
+
+.flickr-title {
+color: #260;
+border-bottom: 1px dashed #CCC;
+padding: 5px 0;
+}
+
+.flickr-album-nav {
+clear: both;
+text-align: left;
+}
+
+.flickr-photo-nav {
+clear: both;
+text-align: center;
+}
+
+.flickr-slideshow {
+clear: both;
+text-align: right;
+}
+
+.flickr-description {
+font-size: 11px;
+}
+
+a.annotation {
+position: absolute;
+border: 2px solid yellow;
+padding: 0;
+display: none;
+opacity: 0.2;
+-moz-opacity: 0.2;
+filter: alpha(opacity=20);
+}
+a.annotation span {
+display: block;
+width: 100%;
+height: 100%;
+background: white;
+opacity: 0.2;
+-moz-opacity: 0.2;
+filter: alpha(opacity=20);
+}
+a.annotation:hover {
+background: white;
+opacity: 0.2;
+-moz-opacity: 0.2;
+filter: alpha(opacity=20);
+border: 2px solid blue;
+}
+-->
+</STYLE>
+{/literal}
+
+{if $flickr->isEnabled()}
+{assign var=albumId value=$smarty.request.album}
+{assign var=photoId value=$smarty.request.photo}
+{assign var=secretId value=$smarty.request.secret}
+{if $albumId != '' && $photoId != '' && $secretId != ''}
+<div class="flickr-album-nav"><a href="{$flickr->pluginTemplatePage()}">{$locale->tr("flickr")}</a>  &raquo; <a href="{$flickr->getAlbumUrl($albumId)}">{$locale->tr("flickr_album_id")} {$albumId}</a>  &raquo; <b>{$locale->tr("flickr_photo_id")} {$photoId}</b></div>
+{assign var=flickrPhotoInfo value=$flickr->getPhotoInfo($photoId,$secretId)}
+<h3 class="flickr-title">{$locale->tr("flickr_photo_title")} {$flickrPhotoInfo.title}</h3>
+{assign var=photoNavigation value=$flickr->getPhotoNavigation($albumId,$photoId)}
+<div class="flickr-photo-nav">{if $photoNavigation.prevPhotoUrl != ''}<a href="{$photoNavigation.prevPhotoUrl}">&laquo; {$locale->tr("flickr_prev_photo")}</a>{/if} | {if $photoNavigation.nextPhotoUrl != ''}<a href="{$photoNavigation.nextPhotoUrl}">{$locale->tr("flickr_next_photo")} &raquo;</a>{/if}</div>
+<a href="{$flickrPhotoInfo.originalimageUrl}"><img class="annotated flickr-photo" src="{$flickrPhotoInfo.resizeimageUrl}" alt="" usemap="imgmap" /></a><br />
+{assign var=flickrNotes value=$flickrPhotoInfo.notes}
+<map id="imgmap">
+{foreach item=flickrNote from=$flickrNotes}
+<area alt="" title="{$flickrNote.noteDesc}" nohref="nohref" shape="rect" coords="{$flickrNote.noteX},{$flickrNote.noteY},{$flickrNote.noteX+$flickrNote.noteW-1},{$flickrNote.noteY+$flickrNote.noteH-1}" />
+{/foreach}
+</map>
+{assign var=flickrTags value=$flickrPhotoInfo.tags}
+<div class="flickr-description">{$locale->tr("flickr_photo_description")} {$flickrPhotoInfo.description}</div>
+<div class="flickr-description">{$locale->tr("flickr_photo_date")} {$flickrPhotoInfo.date}</div>
+<div class="flickr-description">{$locale->tr("flickr_photo_tag")} {foreach item=flickrTag from=$flickrTags}<a href="{$flickrTag.tagUrl}">{$flickrTag.tagName}</a> {/foreach}</div>
+<div class="flickr-description">{$locale->tr("flickr_photo_url")} <a href="{$flickrPhotoInfo.flickrUrl}">{$locale->tr("flickr_photo_see_url")} ({$flickrPhotoInfo.comments} {$locale->tr("comments")})</a></div>
+{elseif $albumId != '' && ($photoId == '' || $secretId == '')}
+<div class="flickr-nav"><a href="{$flickr->pluginTemplatePage()}">{$locale->tr("flickr")}</a>  &raquo; <b>{$locale->tr("flickr_album_id")} {$albumId}</b></div>
+<div class="flickr-slideshow"><a href="#" onclick="window.open('{$flickr->getSlideShowUrl($albumId)}','slideShowWin','width=500,height=500,top=150,left=70,scrollbars=no, status=no, resizable=no')">{$locale->tr("flickr_view_as_slideshow")}</a></div>
+{assign var=flickrPhotos value=$flickr->getPhotos($albumId)}
+{foreach item=flickrPhoto from=$flickrPhotos}
+<a href="{$flickrPhoto.photoUrl}" class="highlightit"><img class="flickr-thumbnail" src="{$flickrPhoto.thumbnailUrl}" alt="" /></a>
+{/foreach}
+{else}
+{assign var=flickrAlbums value=$flickr->getPhotoList()}
+{foreach name=flickrAlbum item=flickrAlbum from=$flickrAlbums}
+<div class="flickr-album">
+<a href="{$flickrAlbum.albumUrl}"><img class="flickr-thumbnail" src="{$flickrAlbum.thumbnailUrl}" alt="{$flickrAlbum.title}" /></a><br />
+<h4 class="flickr-title">{$locale->tr("flickr_album_title")} {$flickrAlbum.title}</h4>
+<div class="flickr-description">{$locale->tr("flickr_album_description")} {$flickrAlbum.description}</div>
+<div class="flickr-description">{$locale->tr("flickr_album_photos")} <a href="{$flickrAlbum.albumUrl}">{$flickrAlbum.photos}</a></div>
+<div class="flickr-description">{$locale->tr("flickr_album_url")} <a href="{$flickrAlbum.flickrUrl}">{$locale->tr("flickr_album_see_url")}</a></div>
+</div>
+{/foreach}
+{assign var=totalAlbums value=$smarty.foreach.flickrAlbum.total}
+{/if}
+{else}
+{$locale->tr("error_flickr_not_enabled")}
+{/if}
+{/if}
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/flickr.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/footer.template
===================================================================
--- templates/trunk/Innerscape/footer.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/footer.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,11 @@
+<div id="footer"><p>
+<H1 CLASS="footer">
+powered by <a href="http://plogword.net">pLog</a>
+| Template Design By <a href="http://site4me.us">blacksnday</a>
+{if $rightschooser->isEnabled()}<center>
+{$rightschooser->getHtml()}</center>
+{/if}
+</h1>
+</div></p>
+</body>
+</html>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/footer.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/header.template
===================================================================
--- templates/trunk/Innerscape/header.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/header.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,27 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$locale->getLanguageId()}" lang="{$locale->getLanguageId()}" dir="{$locale->getDirection()}">
+<head>
+<meta http-equiv="content-type" content="text/html; charset={$locale->getCharset()}" />
+<meta name="generator" content="{$version}" />
+<meta http-equiv="Content-Language" content="{$locale->getLanguageId()}" />
+<title>{$blog->getBlog()}{$postPageTitle}</title>
+<link rel="stylesheet" type="text/css" title="Style" href="{$url->getTemplateFile("style.css")}" />
+<link rel="alternate" type="application/xml" title="RSS 2.0" href="{$url->rssLink("rss20")}" />
+<link rel="alternate" type="application/xml" title="RSS 1.0" href="{$url->rssLink("rss10")}" />
+<link rel="alternate" type="application/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>
+{if $hostblock->isEnabled()}{/if}
+<div id="header">
+<a href="{$url->blogLink()}">{$blog->getBlog()}</a>
+</div>
+
+<div id="topmenu">
+<a title="{$locale->tr("main")}" href="{$url->blogLink()}">{$locale->tr("main")}</a>
+<a title="{$locale->tr("archives")}" href="{$url->templatePage("archives")}">Archives</a>
+<a title="{$locale->tr("albums")}" href="{$url->albumLink()}">{$locale->tr("albums")}</a>
+<a title="{$locale->tr("links")}" href="{$url->templatePage("links")}">{$locale->tr("links")}</a>
+<a href="{$url->templatePage("delicious")}">Delicious</a>
+<a href="{$url->templatePage("flickr")}">Flickr</a>
+</div>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/header.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/imgs/arrow.gif
===================================================================
(Binary files differ)


Property changes on: templates/trunk/Innerscape/imgs/arrow.gif
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/Innerscape/imgs/back.jpg
===================================================================
(Binary files differ)


Property changes on: templates/trunk/Innerscape/imgs/back.jpg
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/Innerscape/imgs/brick.jpg
===================================================================
(Binary files differ)


Property changes on: templates/trunk/Innerscape/imgs/brick.jpg
___________________________________________________________________
Name: svn:executable
   + *
Name: svn:mime-type
   + application/octet-stream

Added: templates/trunk/Innerscape/leftmenu.template
===================================================================
--- templates/trunk/Innerscape/leftmenu.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/leftmenu.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,43 @@
+<div id="left">
+<div id="leftlist">
+<H1 CLASS="leftmenu">Recent Posts</h1>
+<ul>
+{foreach from=$recentposts item=recentpost}
+<li><a title="{$recentpost->getText()|truncate:25:"..."|strip_tags|escape}" href="{$url->postLink($recentpost)}">{$recentpost->getTopic()}</a></li>
+{/foreach}
+</ul>
+<H1 CLASS="leftmenu">Categories</h1>
+<ul>
+{foreach from=$articlecategories item=articleCategory}
+<li><a href="{$url->categoryLink($articleCategory)}">{$articleCategory->getName()}</a></li>
+{/foreach}
+</ul>
+
+{if $topreadposts->isEnabled()}
+<H1 CLASS="leftmenu">Top Read Posts</h1>
+<ul>
+{assign var=readposts value=$topreadposts->getTopReadPosts()}
+{foreach from=$readposts item=readpost}
+<li><a href="{$url->postLink($readpost)}">{$readpost->getTopic()|truncate:10:"..."|strip_tags|escape} ({$readpost->getNumReads()} Times)</a></li>
+{/foreach}
+
+{if $topcommentposts->isEnabled()}
+<H1 CLASS="leftmenu">Top Comments</h1>
+{assign var=commentposts value=$topcommentposts->getTopCommentPosts()}
+{foreach from=$commentposts item=commentpost}
+<br />
+<a href="{$url->postLink($commentpost)}">{$commentpost->getTopic()|truncate:10:"..."|strip_tags|escape} ({$commentpost->getTotalComments()} Comments)</a>
+{/foreach} <br/><br/>
+{/if}
+{/if}
+
+<!-- {if $plogpoll neq ""}
+<H1 CLASS="leftmenu">Testing Poll</h1>
+<H1 CLASS="leftmenutext">
+{assign var=blogid value=$blog->getId()}
+{$plogpoll->generateActivePollHTML($blogid)}
+</h1>
+{/if} -->
+
+</div>
+</div>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/leftmenu.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/links.template
===================================================================
--- templates/trunk/Innerscape/links.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/links.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,22 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="mainlinks">
+<div id="links">
+{$locale->tr("links")}
+<ul>
+{foreach from=$mylinkscategories item=linkcategory}
+<li><b>{$linkcategory->getName()}</b>
+<ul>
+{foreach from=$linkcategory->getLinks() item=link}
+<li><a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a></li>
+{/foreach}
+</ul>
+</li>
+{/foreach}
+</ul>
+</li>
+</ul>
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/links.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/main.template
===================================================================
--- templates/trunk/Innerscape/main.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/main.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,35 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="main">
+{if $showAll == 1 && $category}
+<div id="postmain">
+<h2>{$locale->tr("posts")}: {$category->getName()}</h2>
+</div>{/if}
+
+
+{foreach from=$posts item=post}
+{if $showAll}
+
+<!-- The following will only show the post title when looking at posts from
+category or archive view. The reason this was made this way, is because normally 
+when viewing from archive or category view all posts and full text is shown.
+This can be a problem with blogs that have 100 or more entries in a category.
+To solve that problem you can use the truncate option however with this template
+that option will not work correctly as after the 2nd to 4th entry the rest of the entries
+want to group together and create within each table which results in a very bad look.
+If you can figure out a way to create the truncate text option that works with this template
+please let me know so I can update the package -->
+
+<div id="postmain">
+<a href="{$url->postPermalink($post)}">{$post->getTopic()}</a>
+</div>
+
+{else}
+<!-- show the whole post, as we would normally do -->
+{include file="$blogtemplate/post.template"}
+{/if}
+{/foreach}
+
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/main.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/post.template
===================================================================
--- templates/trunk/Innerscape/post.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/post.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,35 @@
+<div id="postmain">
+{assign var="postDate" value=$post->getDateObject()}
+{assign var="postOwner" value=$post->getUserInfo()}
+<H1 CLASS="postinfo">{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}
+{if $post->hasField("Current Mood")} |
+{$post->getFieldDescription("Current Mood")} = {$post->getField("Current Mood")}
+{/if}</h1>
+<br />
+<H1 CLASS="posttitle">{$post->getTopic()}...</h1>
+{$post->getText()}
+
+<p>
+{assign var=nextpost value=$post->getNextArticle()}
+{if $nextpost == true}
+<a href="{$url->postPermalink($nextpost)}" title="Next post: {$nextpost->getTopic()}">&laquo;</a> |
+{/if}
+{assign var=prevpost value=$post->getPrevArticle()}
+{if $prevpost == true}
+<a href="{$url->postPermalink($prevpost)}" title="Previous post: {$prevpost->getTopic()}">&raquo;</a>
+{/if}
+{foreach name=categories from=$post->getCategories() item=postCategory}
+<a href="{$url->categoryLink($postCategory)}">
+{$postCategory->getName()}</a>{if
+!$smarty.foreach.categories.last}, {/if}
+{/foreach}
+:: <a href="{$url->postPermalink($post)}">{$locale->tr("comment on this")} ({$post->getTotalComments()})</a> :: <a title="{$locale->tr("permalink_title")}" href="{$url->postPermalink($post)}">{$locale->tr("permalink")}</a>
+{if !empty($karma)}
+{if $karma->isEnabled()}
+{assign var="positiveKarma" value=$post->getField("positiveKarma")}{if $positiveKarma == ""}{assign var="positiveKarma" value=0}{/if}
+{assign var="negativeKarma" value=$post->getField("negativeKarma")}{if $negativeKarma == ""}{assign var="negativeKarma" value=0}{/if}
+:: {$locale->tr("karma")} (<a href="{$karma->getPositiveUrl($post)}">+{$positiveKarma}</a>/<a href="{$karma->getNegativeUrl($post)}">-{$negativeKarma}</a>)
+{/if}
+{/if}
+</p>
+</div>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/post.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/postandcomments.template
===================================================================
--- templates/trunk/Innerscape/postandcomments.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/postandcomments.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,43 @@
+{assign var="postPageTitle" value=$post->getTopic()}
+{assign var="postPageTitle" value=" | $postPageTitle"}
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+{include file="$blogtemplate/rightmenu.template"}
+<div id="catmain">
+{assign var=nextpost value=$post->getNextArticle()}
+{if $nextpost == true}
+<a href="{$url->postPermalink($nextpost)}" title="Next post: {$nextpost->getTopic()}">&laquo;</a> |
+{/if}
+{assign var=prevpost value=$post->getPrevArticle()}
+{if $prevpost == true}
+<a href="{$url->postPermalink($prevpost)}" title="Previous post: {$prevpost->getTopic()}">&raquo;</a>
+{/if}
+{assign var="poster" value=$post->getUserInfo()}
+<!-- {$url->postTrackbackLink($post)} -->
+
+{include file="$blogtemplate/post.template"}
+<div id="postmain"><H1 CLASS="leftmenu">Comments</H1>
+{foreach from=$comments item=comment}
+
+<h3 class="commentheader"><img src="{$url->getUrl("/imgs/comment_icon1.gif")}" alt="Comment Icon" /> {$comment->getTopic()}</h3>
+
+<p class="commentposterinfo">
+{if $gravatar->isEnabled()}
+<img src="{$gravatar->gravatar($comment)}" width="{$gravatar->getSize()}" height="{$gravatar->getSize()}" align="left" />
+{/if}
+{assign var="postDate" value=$comment->getTimestamp()}
+{if $comment->getUserUrl() != ""}<a href="{$comment->getUserUrl()}">{$comment->getUsername()}</a>
+{else}
+{$comment->getUsername()}
+{/if} | {$locale->formatDate($postDate, "%d/%m/%Y, %H:%M")}
+</p>
+
+<div class="commenttext">
+{$comment->getText()}
+
+{/foreach}
+
+{if $blogsettings->getValue("comments_enabled") && $post->getCommentsEnabled()==1}
+{include file="$blogtemplate/commentform.template"}
+{/if}
+</div>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/postandcomments.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/posttrackbacks.template
===================================================================
--- templates/trunk/Innerscape/posttrackbacks.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/posttrackbacks.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,14 @@
+{include file="$blogtemplate/header.template"}
+  <p>
+    {$locale->tr("trackbacks_for_article")} "<a href="{$url->postLink($post)}">{$post->getTopic()}</a>":
+  </p>
+  <p>
+  {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> {$locale->formatDate($trackbackDate, "%d/%m/%Y %H:%M")}<br/><br/>
+  {/foreach}
+  </p>
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/posttrackbacks.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/readme.txt
===================================================================
--- templates/trunk/Innerscape/readme.txt	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/readme.txt	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,72 @@
+This is my first pLog template so please excuse any 
+errors :)
+
+I include several plugins in this template.
+The plugins installed are as follows..
+
+  Top Read Posts
+  Top Comment Posts
+  pLog Poll
+  Gravatar
+  Karma
+  Smileys
+  Auth Image
+  Hidden Input
+  Contentfilter
+  Dnsantispam
+  Remembercommentdata
+  Rights Chooser
+  Delicious
+  Flickr
+  Hostblock
+  Custom Field code for Current Mood 
+
+This template is made of 5 seperate sections with a possible of 6.
+Each section is self contained within the style.css so it should be
+easy to seperatly customize and control.
+
+I attempted to make the css as descriptive as possible.
+And along those lines, each div was attempted to be created 
+seperatly for each section.
+
+I included an image hover highlight code which was grabbed from
+CSS Drive. This creates a nice effect for images.
+I also changed the css within the Flickr template to use this.
+The original code can be found at
+http://www.cssdrive.com/index.php/examples/exampleitem/highlight_image_opacity/
+
+
+The 5 sections are
+
+1. The Header.
+The header also contains a menu bar which can be customized 
+throught css file. The code for the meny bar was borrowed from
+CSS Drive which you can find the code by going to
+http://www.cssdrive.com/index.php/examples/exampleitem/jk_cool_css_menu/
+
+2. Left Menu
+
+3. Right Menu
+This section has the 'About Me' installed
+and a section for your blog links.
+
+4. Background
+In this template set I have included an image
+for the background, to help show how it works.
+Is sets behind all other sections.
+
+5. Main Section
+This section is where all your main blog 
+information shows. Such as posts, photos, archives, links..
+anything that you show on your blog will be in this section.
+It floats above the background section, but behind the 
+Left and Right menu.
+
+The possible 6th section is a subheader.
+I have included the css for it and the template file for it.
+It would sit below the header, behind the Left and Right Boxes and above the 
+Main Section.
+
+I hope you enjoy :)
+blacksnday
+http://site4me.us
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/readme.txt
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/resource.template
===================================================================
--- templates/trunk/Innerscape/resource.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/resource.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,57 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+{assign var=metadata value=$resource->getMetadataReader()}
+{assign var=updated value=$resource->getTimestamp()}
+<div id="mainalbumview">
+<div id="albumview">
+<H1 CLASS="leftmenutext">{$resource->getFileName()}</h1>
+<br/>
+<div id="Resource-Desc"><H1 CLASS="leftmenutext">
+<a href="{$url->resourceDownloadLink($resource)}">{$locale->tr("download")}</a>
+({$metadata->getRoundedSize()}) | {$locale->tr("created")} {$locale->formatDate($updated,"%d %B, %Y")}
+
+<p>{$resource->getDescription()}</p></h1>
+{if $resource->isImage()}
+<img src="{$url->resourceMediumSizePreviewLink($resource)}" alt="{$resource->getFileName()}, {$metadata->getRoundedSize()}" />
+{else}
+<a href="{$url->resourceDownloadLink($resource)}">
+{* show some information about the file *}
+{if $resource->isSound()}
+<img alt="Sound" src="{$url->getUrl("/imgs/sound.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
+{$locale->tr("sample_rate")}: {$metadata->getSampleRate()} Khz
+{elseif $resource->isVideo()}
+<img alt="Sound" src="{$url->getUrl("/imgs/video.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$locale->tr("format")}: {$metadata->getFormat()|upper}<br/>
+{$locale->tr("size")}: {$metadata->getHeight()} x {$metadata->getWidth()}<br/>
+{$locale->tr("length")}: {$metadata->getLengthString()}<br/>
+{$locale->tr("video_codec")}: {$metadata->getVideoCodec()}<br/>
+{$locale->tr("audio_codec")}: {$metadata->getAudioCodec()}
+{elseif $resource->isZip()}
+<img alt="Sound" src="{$url->getUrl("/imgs/compressed.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a><br/>
+{$metadata->getTotalFiles()} {$locale->tr("files")}<br/>
+{$locale->tr("uncompressed_size")}: {$metadata->getRoundedUncompressedSize()}
+{else}
+<img alt="Sound" src="{$url->getUrl("/imgs/file.gif")}" height="64" width="64" style="border:0px;" /><br/>
+{$resource->getFileName()}
+</a>
+{/if}
+{/if}
+<br/>
+<p>
+{assign var=album value=$resource->getAlbum()}
+{if $prevresource}<a href="{$url->resourceLink($prevresource)}">&laquo;</a> | {/if}
+<a href="{$url->albumLink($album)}">{$locale->tr("back")}</a>
+{if $nextresource}| <a href="{$url->resourceLink($nextresource)}">&raquo;</a>{/if}
+</p>
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/resource.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/rightmenu.template
===================================================================
--- templates/trunk/Innerscape/rightmenu.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/rightmenu.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,35 @@
+<div id="right">
+<H1 CLASS="rightmenu">About Me</H1>
+{assign var=blogOwner value=$blog->getOwnerInfo()} {if $blogOwner->hasPicture()}
+{assign var=image value=$blogOwner->getPicture()} <img src="{$url->resourceDownloadLink($image)}" alt="My Blog Profile @ site4me.us" />
+{/if}
+<H1 CLASS="userprofile"> {$blogOwner->getAboutMyself()}  </H1>
+<!--Calendar-->
+<H1 CLASS="rightmenu">{$locale->tr("calendar")} </H1>
+<div align="center">
+<H1 CLASS="leftmenutext">{$calendar}</H1>
+</div>
+<H1 CLASS="rightmenu">Search My Blog</H1>
+<!--Search Form-->
+<form name="search_form" method="post" action="{$url->getIndexUrl()}">
+<input type="text" name="searchTerms" value="" size="14" /><br/>
+<input type="hidden" name="op" value="Search" />
+<input type="hidden" name="blogId" value="{$blog->getId()}" />
+<input type="submit" name="Search" value="submit" />
+</form>
+<H1 CLASS="rightmenu">{$locale->tr("links")}</h1>
+{foreach from=$mylinkscategories item=linkcategory}
+{foreach from=$linkcategory->getLinks() item=link}<br />
+<a href="{$link->getUrl()}" title="{$link->getDescription()}">{$link->getName()}</a>
+{/foreach}
+{/foreach}
+<!--Syndicate-->
+<H1 CLASS="rightmenu">{$locale->tr("syndicate")} </h1>
+<ul>
+<a class="nodecoration" title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}"><img src="{$url->getUrl("/imgs/rss090_logo.gif")}" style="border:0px;" alt="RSS 0.90" /></a><br />
+<a class="nodecoration" title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}"><img src="{$url->getUrl("/imgs/rss10_logo.gif")}" style="border:0px;" alt="RSS 1.0" /></a><br />
+<a class="nodecoration" title="Link to the RSS 2.0 feed." href="{$url->rssLink("rss20")}"><img src="{$url->getUrl("/imgs/rss20_logo.gif")}" style="border:0px;" alt="RSS 2.0" /></a><br />
+<a class="nodecoration" title="Link to the Atom 0.3 feed." href="{$url->rssLink("atom")}"><img src="{$url->getUrl("/imgs/atom_logo.png")}" style="border:0px;" alt="Atom 0.3" /></a><br />
+</ul>
+</div>
+</div>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/rightmenu.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/screenshot.jpg
===================================================================
(Binary files differ)


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

Added: templates/trunk/Innerscape/searchresults.template
===================================================================
--- templates/trunk/Innerscape/searchresults.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/searchresults.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,21 @@
+{include file="$blogtemplate/header.template"}
+{include file="$blogtemplate/leftmenu.template"}
+<div id="mainsearch">
+<div id="search">
+<h2>Search Results</h2>
+<p>
+{foreach from=$searchresults item=result}
+<div class="searchresult">
+{assign var=article value=$result->getArticle()}
+<a href="{$url->postPermalink($article)}"><h3><b>{$article->getTopic()}</b></h3></a>
+<p>
+{$article->getText()|strip_tags|truncate:300:"...":false}
+</p>
+</div>
+<br/>
+{/foreach}
+</p>
+</div>
+</div>
+{include file="$blogtemplate/rightmenu.template"}
+{include file="$blogtemplate/footer.template"}


Property changes on: templates/trunk/Innerscape/searchresults.template
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/style.css
===================================================================
--- templates/trunk/Innerscape/style.css	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/style.css	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,740 @@
+html, body {
+margin: 0px;
+padding: 0px;
+border: 0px;
+/*This controls the style of the outermost box*/
+background: #333;
+}
+
+/*This controls the links for the whole blog except the blog title link*/
+A 			{ font: bold 10px Verdana; color: #CAD4F2; text-decoration: none; }
+A:link		{ color: #CAD4F2; text-decoration: none; }
+A:visited	{ color: #CAD4F2; text-decoration: none; }
+A:active	{ color: #FFFFFF; }
+A:hover		{ font: bold 12px Arial; color: #FFFFFF; }
+
+/*This is the red arrow that shows in the menus*/
+/*Seems the Firefox won't realize this*/
+ul {
+list-style-image: url(./imgs/arrow.gif);
+padding-left: 1px;
+}
+
+
+/*FONTS*/
+/*All showing fonts can be easily customized by creating a control here*/
+/*I tried to make the current ones be as descriptive as possible*/
+/*So you could easily change if you want*/
+.mainhead {
+font: bold 12pt Arial; letter-spacing: 5pt; color: #AAAA00
+}
+
+.mainintroheader {
+font: bold 16pt Arial; letter-spacing: 5pt; color: #AAAA00
+}
+
+.mainintrosubheader {
+font: bold 12pt Arial; letter-spacing: 10pt; color: #000000
+}
+
+.postinfo {
+font: bold 12pt Arial; color: #FFFFFF; text-decoration: underline
+}
+.posttitle {
+font: bold 10pt Arial; color: #FFFFFF; text-decoration: none
+}
+.leftmenu {
+font: bold 12pt Arial; letter-spacing: 1pt; color: #CAD4F2; text-decoration: underline
+}
+.leftmenutext {
+font: bold 8pt Arial; letter-spacing: 1pt; color: #FFFFFF
+}
+.rightmenu {
+font: bold 12pt Arial; letter-spacing: 1pt; color: #CAD4F2; text-decoration: underline
+}
+.userprofile {
+font: 8pt Arial; letter-spacing: 3pt; color: #CAD4F2
+}
+.footer {
+font: 9pt Arial; letter-spacing: 0pt; color: red
+}
+/*this one is currently not being used*/
+.h2 {
+font: 8pt Arial; letter-spacing: 1pt; color: #000000;
+}
+/*this controls how the error message shows*/
+/*You can change the error message by checking out the error.template file*/
+.error {
+font: 16pt Arial; letter-spacing: 1pt; color: red;
+}
+
+.albums {
+font: bold 12pt Arial; letter-spacing: 1pt; color: #000000
+}
+
+/*this is the left menu box*/
+#left {
+position: absolute;
+left:0px;
+top:80px;
+width:190px;
+background:#333 /*url(./imgs/brick.jpg) repeat fixed*/;
+border:3px solid #CAD4F2;
+padding: 0px 5px;
+}
+
+/*this is the right menu box*/
+#right {
+position: absolute;
+right:0px;
+top:80px;
+margin-bottom:80px;
+width:190px;
+background:#333 /*url(./imgs/brick.jpg) repeat fixed*/;
+border:3px solid #CAD4F2;
+padding: 0px 5px;
+}
+
+/*this is the blog title and the links that show below*/
+#header {
+/*the below is a background image included with this*/
+/*template set. You can use if you want by uncommenting and*/
+/*removing the none image background*/
+/*background: #333 url(./imgs/brick.jpg) repeat fixed;*/
+background: #333;
+/* IE 5.5 */
+height:81px;
+margin-top:1px;
+border-top:1px solid #000;
+border-right:1px solid #000;
+border-left:1px solid #000;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* IE 6 */
+top:81px;
+/*change the hieght to reflect your background image if you use one*/
+height: 80px;
+}
+html>body #header {
+/* Mozilla and Safari */
+top:81px;
+height: 80px;
+}
+#header a {
+font: italic 40px Verdana;
+color: #CAD4F2;
+margin-left:250px;
+top:100px;
+}
+
+/*This controls the menu links that show below the header*/
+/*You can find these links in the header.template file*/
+#topmenu{
+border-top: 0px solid black;
+border-bottom: 2px #FFFFFF;
+border-right: 2px #FFFFFF;
+border-left: 2px #FFFFFF;
+width: 60%;
+background: #333;
+margin-left: 210px;
+}
+
+* html #topmenu{ /*IE only rule, to negate the padding below IE includes in menu width.*/
+width: 60%;
+}
+
+#topmenu a{
+font: bold 13px Verdana;
+padding: 2px;
+padding-left: 4px;
+display: inline;
+width: 100%;
+color: #CAD4F2;
+text-decoration: none;
+border-bottom: 0px solid black;
+}
+
+html>body #topmenu a{ /*Non IE rule*/
+width: auto;
+}
+
+#topmenu a:hover{
+color: #FFF;
+}
+
+/*This is what controls how the main.template shows everything*/
+/*Be careful if changing this as it was not easy to get this div and*/
+/*The div in the post.template to work properly together*/
+#main {
+background: url(./imgs/back.jpg) no-repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 3200px;
+background:#fff url("./imgs/back.jpg") repeat fixed;
+top:470px;
+}
+html>body #main {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+height: 3500px;
+top:470px;
+}
+
+/*This controls how the post.template shows the posts*/
+/*Be careful when editing this as it was not easy to get*/
+/*main.template to work correctly with this*/
+#postmain {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+margin-top:20px;
+top:470px;
+border:1px solid #CAD4F2;
+padding: 10px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 10pt Arial; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+html>body #postmain {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+
+/*This controls how the postandcomments.template shows*/
+#catmain {
+background: url(./imgs/back.jpg) no-repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 150px;
+margin-right:100px;
+height: 3200px;
+background:#fff url("./imgs/back.jpg") repeat fixed;
+top:470px;
+}
+html>body #catmain {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+height: 3500px;
+top:470px;
+}
+
+/*This is included if you use sticky posts*/
+/*If you use then this will allow for sticky posts to have its own*/
+/*box below the header and above your blog posts*/
+#sticky {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+margin-top:20px;
+top:470px;
+border-top:1px solid blue;
+border-left:1px solid blue;
+border-right:1px solid blue;
+border-bottom:1px solid blue;
+padding: 10px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 10pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+html>body #sticky {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+
+/*The two divs below are in use by the archives.template file*/
+#mainarchives {
+background:#fff url("./imgs/back.jpg") repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+height: 500px;
+}
+html>body #mainarchives {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:70px;
+height: 500px;
+}
+
+#archives {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+border:0px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 8pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+}
+html>body #archives {
+/* these two margins affect Mozilla and Safari */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+}
+
+/*The two divs below are in use by the albums.template file*/
+#mainalbums {
+background:#fff url("./imgs/back.jpg") repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 900px;
+top:470px;
+}
+html>body #mainalbums {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:70px;
+}
+
+#albums {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+border:0px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 8pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+}
+html>body #albums {
+/* these two margins affect Mozilla and Safari */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+}
+
+/*The two divs below are in use by the album.template and resource.template files*/
+#mainalbumview {
+background:#fff url("./imgs/back.jpg") repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 900px;
+top:470px;
+}
+html>body #mainalbumview {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:70px;
+}
+
+#albumview {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 125px;
+margin-right: 100px;
+margin-top: 50px;
+border:0px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 125px;
+margin-right: 100px;
+margin-top: 50px;
+}
+html>body #albumview {
+/* these two margins affect Mozilla and Safari */
+margin-left: 125px;
+margin-right: 100px;
+margin-top: 50px;
+}
+
+/*The following two divs is how the links.template file shows*/
+#mainlinks {
+background:#fff url("./imgs/back.jpg") repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 900px;
+top:470px;
+}
+html>body #mainlinks {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:70px;
+height: 3000px;
+}
+
+#links {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+border:0px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 8pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+}
+html>body #links {
+/* these two margins affect Mozilla and Safari */
+margin-left: 125px;
+margin-right:100px;
+margin-top: 50px;
+}
+
+/*Ths controls how the error.template file shows*/
+#error {
+background:#fff;
+/* these two margins affect IE 5.5 */
+margin-left: 300px;
+margin-right:100px;
+margin-top: 100px;
+border:0px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 300px;
+margin-right:100px;
+margin-top: 100px;
+}
+html>body #error {
+/* these two margins affect Mozilla and Safari */
+margin-left: 300px;
+margin-right:100px;
+margin-top: 100px;
+}
+
+/*the following two divs control how the searchresults.template file shows*/
+#mainsearch {
+background: url(./imgs/back.jpg) no-repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 3200px;
+background:#fff url("./imgs/back.jpg") repeat fixed;
+top:470px;
+}
+html>body #search {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+height: 3500px;
+top:470px;
+}
+
+#search {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+margin-top:20px;
+top:470px;
+border-top:1px solid blue;
+border-left:1px solid blue;
+border-right:1px solid blue;
+border-bottom:1px solid blue;
+padding: 10px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 10pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+html>body #searchmain {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+
+/*This controls how the plugin Flickr*/
+/*flickr.template file shows*/
+#mainflickr {
+background: url(./imgs/back.jpg) no-repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 900px;
+background:#fff url("./imgs/back.jpg") repeat fixed;
+top:470px;
+}
+html>body #mainflickr {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+}
+
+#flickr {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right: 100px;
+margin-top: 50px;
+border:2px solid #CAD4F2;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 8pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right: 100px;
+margin-top: 50px;
+}
+html>body #flickr {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right: 100px;
+margin-top: 50px;
+}
+
+/*This controls how the plugin del.ico.us*/
+/*delicious.template file shows*/
+#maindel {
+background:#fff url("./imgs/back.jpg") repeat fixed;
+/* these two margins affect IE 5.5 */
+margin-left: 100px;
+margin-right:100px;
+top:470px;
+border-top:1px solid #000;
+border-left:2px solid #000;
+border-right:2px solid #000;
+border-bottom:2px solid #000;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+/* these two margins affect IE 6 */
+margin-left: 100px;
+margin-right:100px;
+height: 500px;
+top:470px;
+}
+html>body #maindel {
+/* these two margins affect Mozilla and Safari */
+margin-left: 100px;
+margin-right:100px;
+top:70px;
+}
+
+#del {
+background:#333;
+/* these two margins affect IE 5.5 */
+margin-left: 250px;
+margin-right: 200px;
+margin-top: 50px;
+border:2px solid #CAD4F2;
+padding: 0px 5px;
+voice-family: "\"}\"";
+voice-family: inherit;
+font: 8pt Arial; letter-spacing: 1pt; color: #FFFFFF;
+/* these two margins affect IE 6 */
+margin-left: 250px;
+margin-right: 200px;
+margin-top: 50px;
+}
+html>body #del {
+/* these two margins affect Mozilla and Safari */
+margin-left: 250px;
+margin-right: 200px;
+margin-top: 50px;
+}
+
+/*This controls how the footer.template file shows*/
+#footer {
+width: 50%;
+height: 35px;
+border-top: 1px solid #000000;
+margin-left: 250px;
+margin-top: 100px;
+}
+
+/*The below control how forms and input field look*/
+/*The effects offered by this do not work I.E. */
+label{
+float: left;
+width: 120px;
+font-weight: bold;
+}
+
+input, textarea{
+width: 100px;
+margin-bottom: 5px;
+}
+
+textarea{
+width: 250px;
+height: 150px;
+}
+
+.boxes{
+width: 1em;
+}
+
+#submitbutton{
+margin-left: 50px;
+margin-top: 5px;
+width: 90px;
+}
+
+br{
+clear: left;
+}
+input:focus, textarea:focus{
+background-color: #3399FF;
+font: bold 8pt Arial; letter-spacing: 1pt; color: #000000;
+}
+
+/*This is the dropcase plugin*/
+#drop-case:first-letter {
+font-size : 200%;
+font-weight : bold;
+float : left;
+margin-top:0px;
+margin-left:0px;
+margin-right: 3px;
+margin-bottom: 3px;
+padding: 2px;
+border: 2px dotted #4265ed;
+}
+
+/*This offers your images to have a nice light dark effect upon mouseover*/
+/*In order to apply the highlight effect in your images you need to give the*/
+/*URL link a class="highlightit" */
+/*Using this will make the css not validate*/
+.highlightit img{
+filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
+-moz-opacity: 0.5;
+}
+
+.highlightit:hover img{
+filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
+-moz-opacity: 1;
+border: 0px;
+}
+
+.highlightit:hover{
+color: red;
+}
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/style.css
___________________________________________________________________
Name: svn:executable
   + *

Added: templates/trunk/Innerscape/subheader.template
===================================================================
--- templates/trunk/Innerscape/subheader.template	2005-07-14 20:04:00 UTC (rev 2331)
+++ templates/trunk/Innerscape/subheader.template	2005-07-14 20:34:14 UTC (rev 2332)
@@ -0,0 +1,3 @@
+<div id="subleft">this divs are</div>
+<div id="submiddle">controlled by the style.css file</div>
+<div id="subright">add your content here</div>
\ No newline at end of file


Property changes on: templates/trunk/Innerscape/subheader.template
___________________________________________________________________
Name: svn:executable
   + *




More information about the pLog-svn mailing list