From: <wen...@us...> - 2003-10-17 21:26:27
|
Update of /cvsroot/phpwebsite-comm/modules/rssfeeds/templates In directory sc8-pr-cvs1:/tmp/cvs-serv10141/templates Added Files: block_item.tpl item.tpl rss_block.tpl Log Message: 0.1.0 Changes --- NEW FILE: block_item.tpl --- · <span class="smalltext"><a href="{ITEM_LINK}" target="{TARGET}">{ITEM_TITLE}</a><br /></span> --- NEW FILE: item.tpl --- <a href="{ITEM_LINK}" target="{TARGET}">{ITEM_TITLE}</a><br /> {ITEM_DESC}<br /><br /> --- NEW FILE: rss_block.tpl --- {START_FORM} <table border="0" width="100%" cellspacing="0" cellpadding="0"> <!-- BEGIN CHANNEL_IMAGE --> <tr> <td valign="top" class="smalltext">{CHANNEL_IMAGE}</td> </tr> <!-- END CHANNEL_IMAGE --> <!-- BEGIN CHANNEL_DESC--> <tr> <td valign="top" class="smalltext">{CHANNEL_DESC}</td> </tr> <!-- END CHANNEL_DESC --> <!-- BEGIN CONTENT --> <tr> <td valign="top" class="smalltext">{CONTENT}</td> </tr> <!-- END CONTENT --> </table> {END_FORM} |