@body_description[]
^glossary_terms[]
^glossary_methods[]
# ^for_print[]
@glossary_terms[]
^connect[$connect_string]{
$terms[^table::sql{$select_glossary_terms}]
^if($terms){
$col_count[^terms.count[]]
$cnt(1)
^terms.menu{
| $terms.TermTitle |
$terms.TermExplain |
$terms.TermBody |
^if($cnt<$col_count){
}
^cnt.inc(1)
}
}
}
@glossary_methods[]
^connect[$connect_string]{
$methods[^table::sql{$select_glossary_methods}]
^if($methods){
$col_count[^terms.count[]]
$cnt(1)
^methods.menu{
| $methods.TermTitle |
| $methods.TermBody |
^if($cnt<$col_count){
|
}
^cnt.inc(1)
}
}
}