Index: openacs-4/packages/sloan-bboard/www/simple-message-full.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sloan-bboard/www/simple-message-full.adp,v diff -u -r1.1 -r1.2 --- openacs-4/packages/sloan-bboard/www/simple-message-full.adp 23 Feb 2002 16:23:52 -0000 1.1 +++ openacs-4/packages/sloan-bboard/www/simple-message-full.adp 24 Feb 2002 22:19:40 -0000 1.2 @@ -2,6 +2,24 @@ # This should, in the future, use a row variable rather than many # single values, but row variables are not yet supported. %> +<% + # The first table is just for thread spacing purposes + # (ben) +%> + + + + + + +
+<% +if {[info exists thread_depth]} { + for {set i 0} {$i < $thread_depth} {incr i} { + template::adp_puts "          " + } +} +%> + + @@ -73,3 +91,7 @@
+ +