ad_table_span

one of the documented procedures in this installation of the ACS
Usage:
ad_table_span   str   { td_html "align=left" }
What it does:
given string the function generates a row which spans the whole table.
Defined in: /web/philip/packages/acs-core/table-display-procs.tcl

Source code:


    return "<tr><td colspan=[uplevel llength \$Tcolumn_list] $td_html>$str</td></tr>"


philg@mit.edu