Index: openacs-4/packages/sloan-bboard/www/message.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/www/message.adp,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/sloan-bboard/www/message.adp 23 Feb 2002 16:23:52 -0000 1.2 +++ openacs-4/packages/sloan-bboard/www/message.adp 24 Feb 2002 22:19:40 -0000 1.3 @@ -18,51 +18,37 @@ - + +

+Response to @reply_to_message.title@ +

Message:

+ forum_id="@forum_id@" user_id="@message.user_id@" reply_p="f">

Replies:

-<% set prev_depth 0 %> -<% -if {$replies(thread_depth) > $prev_depth} { - template::adp_puts "
" -} -if {$replies(thread_depth) < $prev_depth} { - for {set i $prev_depth} {$i > $replies(thread_depth)} {incr i -1} { - template::adp_puts "
" - } -} -set prev_depth $replies(thread_depth) -%> + forum_id="@forum_id@" user_id=@replies.user_id@ reply_p=@replies_p@ + thread_depth=@replies.thread_depth@>
-<% -# We have to close the blockquotes (ben) -for {set i $prev_depth} {$i > 0} {incr i -1} { - template::adp_puts "" -} -%>
- +