From: <ok...@us...> - 2003-01-07 21:33:40
|
Update of /cvsroot/xoops/xoops2/modules/news/templates In directory sc8-pr-cvs1:/tmp/cvs-serv14503/modules/news/templates Modified Files: news_article.html Removed Files: news_comment.html news_comments_flat.html news_comments_thread.html Log Message: added global comments feature Index: news_article.html =================================================================== RCS file: /cvsroot/xoops/xoops2/modules/news/templates/news_article.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** news_article.html 5 Jan 2003 14:18:45 -0000 1.2 --- news_article.html 7 Jan 2003 21:32:33 -0000 1.3 *************** *** 1,21 **** ! <div style="margin: 0; padding: 0;"> <{include file="db:news_item.html" story=$story}> </div> ! <div style="margin: 0; padding: 5px; text-align: right;"> <a href="print.php?storyid=<{$story.id}>"><img src="images/print.gif" border="0" alt="<{$lang_printerpage}>" /></a> <a target="_top" href="<{$mail_link}>"><img src="images/friend.gif" border="0" alt="<{$lang_sendstory}>" /></a> </div> ! <div style="text-align:center; margin: 0; padding: 0;"> <{$commentsnav}> ! <{$lang_commentsad}> </div> ! <div style="margin: 0; padding: 0;"> <!-- start comments loop --> ! <{if $commentmode == "flat"}> ! <{include file="db:news_comments_flat.html"}> <{else}> ! <{include file="db:news_comments_thread.html"}> <{/if}> <!-- end comments loop --> --- 1,23 ---- ! <div style="padding: 3px; margin-right:3px;"> <{include file="db:news_item.html" story=$story}> </div> ! <div style="padding: 5px; text-align: right; margin-right:3px;"> <a href="print.php?storyid=<{$story.id}>"><img src="images/print.gif" border="0" alt="<{$lang_printerpage}>" /></a> <a target="_top" href="<{$mail_link}>"><img src="images/friend.gif" border="0" alt="<{$lang_sendstory}>" /></a> </div> ! <div style="text-align:center; padding: 3px; margin-right:3px;"> <{$commentsnav}> ! <{$lang_notice}> </div> ! <div style="margin-top: 3px; margin-right:3px; padding: 3px;"> <!-- start comments loop --> ! <{if $comment_mode == "flat"}> ! <{include file="db:system_comments_flat.html"}> ! <{elseif $comment_mode == "thread"}> ! <{include file="db:system_comments_thread.html"}> <{else}> ! <{include file="db:system_comments_nest.html"}> <{/if}> <!-- end comments loop --> --- news_comment.html DELETED --- --- news_comments_flat.html DELETED --- --- news_comments_thread.html DELETED --- |