% # A simple single message # 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 {$new_p == "t"} { set title "$title (NEW!)" } %>
<% if {[info exists thread_depth]} { for {set i 0} {$i < $thread_depth} {incr i} { template::adp_puts " " } } %> |
|