[pLog-svn] r6383 - templates/branches/lifetype-1.2/unported/aquasoft

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Mon Apr 28 17:05:42 EDT 2008


Author: jondaley
Date: 2008-04-28 17:05:42 -0400 (Mon, 28 Apr 2008)
New Revision: 6383

Modified:
   templates/branches/lifetype-1.2/unported/aquasoft/about.template
   templates/branches/lifetype-1.2/unported/aquasoft/footer.template
   templates/branches/lifetype-1.2/unported/aquasoft/header.template
   templates/branches/lifetype-1.2/unported/aquasoft/panel.template
   templates/branches/lifetype-1.2/unported/aquasoft/post.template
   templates/branches/lifetype-1.2/unported/aquasoft/postandcomments.template
   templates/branches/lifetype-1.2/unported/aquasoft/postmetadata.inc
Log:
clean up.  This template had all sorts of links hard-coded to the author

Modified: templates/branches/lifetype-1.2/unported/aquasoft/about.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/about.template	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/about.template	2008-04-28 21:05:42 UTC (rev 6383)
@@ -1,15 +1,15 @@
 {include file="$blogtemplate/header.template"}
-<div id="content" class="narrowcolumn">
- <div>
-  <div>
+
+<tr>
+  <td class="content" valign="top">
+    <div class="post">
   <h2 class="title">{$locale->tr("about")}</h2>
   <div class="posted"><a href="{$url->templatePage("about")}">{$locale->tr("permalink")}</a></div>
-&nbsp;&nbsp;&nbsp;&nbsp;This template is a clone of the 'georgia blue' style found on <a href='http://www.movabletype.org'>MovableType.org</a>. Also check out <a href='http://www.bookofstyles.com'>The Book of Styles</a> for some very cool styles and templates for websites. It was ported to the <a href='http://www.plogworld.net'>plog</a> blogging system by Nick Gerakines, me :), for the blog that i setup for my mom. Its a very simple layout that allows comments, trackback requests and so on. If you like it or find an error somewhere make a post in the <a href='http://forum.socklabs.com'>forum</a> or email me at <a href='mailto:nick at socklabs.com'>nick at socklabs.com</a>.
+&nbsp;&nbsp;&nbsp;&nbsp;This template is a clone of the 'georgia blue' style found on <a href='http://www.movabletype.org'>MovableType.org</a>. Also check out <a href='http://www.bookofstyles.com'>The Book of Styles</a> for some very cool styles and templates for websites. It was ported to the <a href='http://www.lifetype.net'>plog</a> blogging system by Nick Gerakines, me :), for the blog that i setup for my mom. Its a very simple layout that allows comments, trackback requests and so on. If you like it or find an error somewhere make a post in the <a href='http://forum.socklabs.com'>forum</a> or email me at <a href='mailto:nick at socklabs.com'>nick at socklabs.com</a>.
  <hr/>
  You can change the contents of this page by editing the about.template file.
   </div>
-  <br />
- </div>
-</div>
+  </td>
+
 {include file="$blogtemplate/panel.template"}
 {include file="$blogtemplate/footer.template"}

Modified: templates/branches/lifetype-1.2/unported/aquasoft/footer.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/footer.template	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/footer.template	2008-04-28 21:05:42 UTC (rev 6383)
@@ -2,12 +2,12 @@
 		<td class="footernav" colspan="2">
 		<div id="footernav">
 			<ul>
-				<li id="fcurrent"><a href="http://www.aqua-soft.org/">Home</a></li>
+				<li id="fcurrent"><a href="{$url->blogLink()}">Home</a></li>
 				<li><img src="{$url->getTemplateFile('images/navsep.gif')}" alt="" /></li>
-				<li><a href="http://www.aqua-soft.org/board/">Forums</a></li>
-				<li><a href="http://www.aqua-soft.org/">Resources</a></li>
-				<li><a href="http://www.aqua-soft.org/">Disclaimer</a></li>
-				<li><a href="http://www.aqua-soft.org/">About</a></li>
+				<li><a href="">Forums</a></li>
+				<li><a href="">Resources</a></li>
+				<li><a href="">Disclaimer</a></li>
+				<li><a href="{$url->templatePage('about')}">About</a></li>
 			</ul>
 		</div>
 		</td>
@@ -27,4 +27,4 @@
 
 </div>
 </body>
-</html>
\ No newline at end of file
+</html>

Modified: templates/branches/lifetype-1.2/unported/aquasoft/header.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/header.template	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/header.template	2008-04-28 21:05:42 UTC (rev 6383)
@@ -51,7 +51,7 @@
 		    <li><img src="{$url->getTemplateFile('images/navsep2.gif')}" alt="" /></li>
 		    <li id="tbres"><a href="{$url->getBaseUrl(false)}/admin.php">{$locale->tr("admin")}</a></li>
 		    <li id="tbforum"><a href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
-		    <li id="tbabout"><a href="http://www.aqua-soft.org/">{$locale->tr("about")}</a></li>
+		    <li id="tbabout"><a href="{$url->templatePage('about')}">{$locale->tr("about")}</a></li>
 		  </ul>
 		</td>
-	      </tr>
\ No newline at end of file
+	      </tr>

Modified: templates/branches/lifetype-1.2/unported/aquasoft/panel.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/panel.template	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/panel.template	2008-04-28 21:05:42 UTC (rev 6383)
@@ -100,10 +100,6 @@
     <a id="rss" title="Link to the RSS 1.0 feed." href="{$url->rssLink('rss10')}">RSS 1.0</a>
     <a id="rss" title="Link to the RSS 2.0 feed." href="{$url->rssLink('rss20')}">RSS 2.0</a>
     <a id="rss" title="Link to the Atom 0.3 feed." href="{$url->rssLink('atom')}">Atom 0.3</a>
-    <a href="{$url->getBaseUrl(false)}">
-      <img border="0" src="http://www.bokeland.com/images/bokeland_logo/bokeland_logo_88_31.gif" alt="BokeLand.com"/>
-    </a>
-    <br/>
     </div>
   </td>
 </tr>

Modified: templates/branches/lifetype-1.2/unported/aquasoft/post.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/post.template	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/post.template	2008-04-28 21:05:42 UTC (rev 6383)
@@ -7,7 +7,7 @@
     <small>
       {$locale->tr("posted_by")} {$postOwner->getUsername()} | 
       {$locale->formatDate($postDate,"%j %B, %Y")} |
-      {$locale->tr("read_nums")} ({$post->getNumReads()})
+      {$locale->tr("num_reads")} ({$post->getNumReads()})
     </small>
     <div class="entry">
       {$post->getText()}

Modified: templates/branches/lifetype-1.2/unported/aquasoft/postandcomments.template
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/postandcomments.template	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/postandcomments.template	2008-04-28 21:05:42 UTC (rev 6383)
@@ -31,7 +31,7 @@
       <small>
 	{$locale->tr("posted_by")} {$postOwner->getUsername()} | 
 	{$locale->formatDate($postDate,"%j %B, %Y")} |
-	{$locale->tr("read_nums")} ({$post->getNumReads()})
+	{$locale->tr("num_reads")} ({$post->getNumReads()})
       </small>
       
       <div class="entry">

Modified: templates/branches/lifetype-1.2/unported/aquasoft/postmetadata.inc
===================================================================
--- templates/branches/lifetype-1.2/unported/aquasoft/postmetadata.inc	2008-04-28 20:38:22 UTC (rev 6382)
+++ templates/branches/lifetype-1.2/unported/aquasoft/postmetadata.inc	2008-04-28 21:05:42 UTC (rev 6383)
@@ -2,7 +2,6 @@
       and file under
       {foreach name=categories from=$post->getCategories() item=postcategory}
       <a href="{$url->categoryLink($postcategory)}">{$postcategory->getName()}</a>{if !$smarty.foreach.categories.last}, {/if}
-      {/foreach}. 
-      You can follow any responses to this entry through the
-      <a href="{$url->postRssLink($post)}">RSS2.0</a> feed.
-      You can leave a <a href="{$url->postPermalink($post)}">Response</a>, or <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")}</a> from your own site.
+      {/foreach}. <br/>
+      You can leave a response below,
+      or <a href="{$url->postTrackbackStatsLink($post)}">{$locale->tr("trackbacks")}</a> from your own site.



More information about the pLog-svn mailing list