ad_style_seiafigurecaption

one of the documented procedures in this installation of the ACS
Usage:
ad_style_seiafigurecaption   { string "" }   { tagset "" }
What it does:
Proc generated by ad_register_styletag to support the seiafigurecaption ADP tag.
Defined in: /web/philip/tcl/seia-defs.tcl

Source code:


    set url [file rootname [file tail [ns_conn url]]]
    if { [string equal $url "index"] } {
	set url [file tail [file dirname [ns_conn url]]]
    }
    set chapnum [workbook_chapter_number $url]
    return "<p class=figurecaption>
<b>Figure ${chapnum}.[ns_set get $tagset fignum]:</b>
$string
</p>
"


philg@mit.edu