One Style
defined in /web/philip/tcl/seia-defs.tcl, part of the
style module of the ArsDigita Community System
This page shows the available information on one style defined using ad_register_styletag
.
seiafigurecaption
A caption that goes underneath a figure in the SEIA textbook
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