[Comoblog-commit] modules/mod_rss2/templates rss2.tpl.html,1.2,1.3
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2006-02-16 23:09:39
|
Update of /cvsroot/comoblog/modules/mod_rss2/templates In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23969/mod_rss2/templates Modified Files: rss2.tpl.html Log Message: RSS FEEDS FOR POSTS AND COMMENTS changed the templates so that they validate, removed the latest comments from the side bar and put them into there own module (mod_latest_comments) Index: rss2.tpl.html =================================================================== RCS file: /cvsroot/comoblog/modules/mod_rss2/templates/rss2.tpl.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- rss2.tpl.html 11 Dec 2005 23:20:47 -0000 1.2 +++ rss2.tpl.html 16 Feb 2006 23:09:35 -0000 1.3 @@ -1,31 +1,15 @@ <!-- BEGIN: main --> <div id="mod_rss2"> - <div class="mod_header_text"> - Posts Feed<br/> - <a href="modules/mod_rss2/rss2.php?/1.0" target="_blank" title="rss 1.0 feed"> - <img src="modules/mod_rss2/img/rss_1.0.gif" border="0" alt="rss 1.0 feed"/> - </a> - <a href="modules/mod_rss2/rss2.php?/2.0" target="_blank" title="rss 2.0 feed"> - <img src="modules/mod_rss2/img/rss_2.0.gif" border="0" alt="rss 2.0 feed"/> - </a> - </div> - <div class="mod_header_text"> - Comments Feed - <a href="modules/mod_rss2/rss2.php?/c1.0" target="_blank" title="rss 1.0 feed for comments"> - <img src="modules/mod_rss2/img/rss_1.0.gif" border="0" alt="rss 1.0 feed for comments"/> + +Posts Feed<br/> + <a href="/modules/mod_rss2/rss2.php?/2.0" target="_blank" title="rss 2.0 feed"> + <img src="/modules/mod_rss2/img/rss_2.0.gif" border="0" alt="rss 2.0 feed"/> </a> - <a href="modules/mod_rss2/rss2.php?/c2.0" target="_blank" title="rss 2.0 feed for comments"> - <img src="modules/mod_rss2/img/rss_2.0.gif" border="0" alt="rss 2.0 feed for comments"/> +<br/> + Comments Feed<br/> + <a href="/modules/mod_rss2/rss2.php?/c2.0" target="_blank" title="rss 2.0 feed for comments"> + <img src="/modules/mod_rss2/img/rsscomments.gif" border="0" alt="rss 2.0 feed for comments"/> </a> - </div> - <div class="mod_header_text"> - Latest Comments - </div> - <ul> - <!-- BEGIN: rss --> - <li><a href="{RSS.post_permalink}" title="{RSS.post_mail_date} - {RSS.post_mail_subject} - {RSS.post_mail_from}">on : {RSS.post_mail_subject}</a></li> - <!-- END: rss --> - </ul> </div> <!-- END: main --> \ No newline at end of file |