|
From: mdw c. <myd...@li...> - 2002-02-21 16:10:17
|
MyDynaWeb CVS committal Author : sukria Project : mydynaweb Module : htdocs Dir : mydynaweb/htdocs/templates/deekay Modified Files: comment.html Log Message: Now when clicking a message, you are autmotically put on the top of the message. I use Anchor for this. Again, you can see the result on sukria.net : http://www.sukria.net/comment.php?news=119&threshold=4#143 yep ;) =================================================================== RCS file: /cvsroot/mydynaweb/mydynaweb/htdocs/templates/deekay/comment.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -3 -r1.3 -r1.4 --- comment.html 20 Feb 2002 22:10:39 -0000 1.3 +++ comment.html 21 Feb 2002 16:10:14 -0000 1.4 @@ -22,7 +22,7 @@ <table width='~SIZE~%' align='right' cellpadding="0" cellspacing="0" border="0"> <tr> <td align='left'> - <b>>> <a href="comment.php?news=~_num_news~&threshold=~threshold~">~title~</a></b> (<a href="mailto:~user_mail~">~user_name~</a>, ~date_ins~) + <b>>> <a href="comment.php?news=~_num_news~&threshold=~threshold~#~num_cmt~">~title~</a></b> (<a href="mailto:~user_mail~">~user_name~</a>, ~date_ins~) </td> <td align='right' valign="top"> <a href='add_comment.php?num_news=~_num_news~&pere=~num_cmt~'><font size="-1">~REACT~</font></a> |