From: Darren G. <dg...@us...> - 2004-09-23 19:07:14
|
Update of /cvsroot/phpwebsite-comm/modules/phpwsrssfeeds/templates/multi_rss/date_blog In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20512/templates/multi_rss/date_blog Added Files: date.tpl feed.tpl item.tpl Log Message: added multi-view ability to organize feeds by date --- NEW FILE: item.tpl --- <i>{ITEM_TITLE}</i><br /> {ITEM_DESC}<br /><br /> --- NEW FILE: date.tpl --- <div style="border:thin dotted #A2A2A2;padding-left:2px;background-color:#DFDFDF;"><span style="font-size:larger;">{DATE}</span> <!-- BEGIN TODAY --> <i>({TODAY})</i> <!-- END TODAY --> </div><br /> --- NEW FILE: feed.tpl --- <div style="margin-left:15px;"><b>{FEED_TITLE}</b> <div style="margin-left:20px">{FEED_CONTENT} <!-- BEGIN EDIT_FEED --> {EDIT_FEED}<br /> <!-- END EDIT_FEED --> </div> </div> <br /> |