ad_style_figurecaption

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

Source code:


    return "<p class=figurecaption>
<b>Figure [ns_set get $tagset fignum]:</b>
$string
</p>
"


philg@mit.edu