1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
<!--#comment -->
<!-- version : $Revision: 1.1.1.1 $
author : Butch Landingin
copyright (c) 1999 by Butch Landingin
see License.txt for restrictions on distribution, use
and modifications.
-->
<!--#/comment-->
<!--#call "REQUEST.set('article_found',0)" -->
<!--#if other_list-->
<!--#call "REQUEST.set('article_found',1)" -->
<P><B><FONT size=4>Older Articles </FONT></A><!--#var PrincipiaTime fmt=Month--> <!--#var PrincipiaTime fmt=day--></B>
<!--#in other_list-->
<LI><A href="<!--#var site_url -->/<!--#var id url_quote-->/index_html"><!--#var title--></A>
<!--#if reply_cnt-->(<!--#var reply_cnt-->)<!--#/if-->
<!--#/in-->
<!--#/if-->
<!--#let currtime="ZopeTime()"-->
<!--#in "_.range(1,prevday_cnt)" -->
<!--#if "date_list(_['sequence-item'])"-->
<!--#call "REQUEST.set('article_found',1)" -->
<!--#let daytime="currtime - (_['sequence-item'])" -->
<P><FONT size=4><B><!--#var daytime fmt=Day-->, <!--#var daytime fmt=Month--> <!--#var daytime fmt=dd--></B></FONT>
<!--#/let-->
<!--#in "date_list(_['sequence-item'])"-->
<LI><A href="<!--#var site_url -->/<!--#var id url_quote-->/index_html"><!--#var title--></A>
<!--#if reply_cnt-->(<!--#var reply_cnt-->)<!--#/if-->
<!--#/in-->
<!--#/if-->
<!--#/in-->
<!--#/let-->
<!--#unless "REQUEST['article_found']" -->
<P>
There are no previous articles.
<!--#/unless-->
|