[pLog-svn] r1421 - templates/trunk/Modish

jondaley at devel.plogworld.net jondaley at devel.plogworld.net
Sat Mar 12 21:34:44 GMT 2005


Author: jondaley
Date: 2005-03-12 21:34:43 +0000 (Sat, 12 Mar 2005)
New Revision: 1421

Modified:
   templates/trunk/Modish/footer.template
Log:
oops.  this template is actually different than the others, so I shouldn't have overwritten rev 1186

Modified: templates/trunk/Modish/footer.template
===================================================================
--- templates/trunk/Modish/footer.template	2005-03-12 21:32:14 UTC (rev 1420)
+++ templates/trunk/Modish/footer.template	2005-03-12 21:34:43 UTC (rev 1421)
@@ -3,8 +3,8 @@
 
 <div id="links">
 
-<div class="sidetitle">{$locale->tr("search")}</div>
-<div class="side">
+<div class="sidetitle">{$locale->tr("search")|capitalize}</div>
+<div class="sidecal">
    <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" />
@@ -13,12 +13,16 @@
    </form>
 </div>
 
-<div class="sidetitle">{$locale->tr("calendar")|capitalize}</div>
-<div class="side">
-<div align="center">
+<div  class="calendar">
+<table border="0" cellspacing="4" cellpadding="0" summary="Monthly calendar with links to each day's posts">
+<caption class="calendarhead">{$locale->tr("calendar")|capitalize}</caption>
+<tr>
+<td>
 {$calendar}
+</td>
+</tr>
+</table>
 </div>
-</div>
 
 <div class="sidetitle">{$locale->tr("archives")|capitalize}</div>
 <div class="side">
@@ -65,11 +69,19 @@
 <p>
    <li><a href="{$url->blogLink()}">{$locale->tr("main")}</a></li>
    <li><a href="{$url->albumLink()}">{$locale->tr("albums")}</a></li>
-   <li><a title="Link to the RSS 1.0 feed." href="{$url->rssLink("rss10")}">RSS feed</a></li>
-   <li><a title="Link to the Atom feed." href="{$url->rssLink("atom")}">Atom feed</a></li>
   </ul>
 </p> 
 </div>
+<div class="sidetitle">{$locale->tr("syndicate")|capitalize}</div>
+<div class="side">
+<ul>
+<p>
+    <li><a class="nodecoration" title="Link to the RSS 0.90 feed." href="{$url->rssLink("rss090")}"><img src="{$url->getUrl("/imgs/rss090_logo.gif")}" style="border:0px;" alt="RSS 0.90" /></a></li>
+    <li><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></li>
+    <li><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></li>
+    <li><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></li>	
+</p>
+</div>
 
 <div class="powered">
 Powered by <a href="http://www.plogworld.net">pLog</a><br />    




More information about the pLog-svn mailing list