Compiled Template fibo-master.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<table border=\"0\" cellpadding=\"3\" cellspacing=\"1\" bgcolor=\"#[ns_quotehtml [lang::util::localize ${color}]]\">
  <tr>
    <th "
if {"[ns_quotehtml [lang::util::localize ${level}]]" >= "2"} {
append __adp_output " colspan=\"2\" "
}
append __adp_output " >[ns_quotehtml [lang::util::localize ${level}]]</th>
  </tr>
  <tr valign=\"top\">
    "
if { [info exists ::ds_show_p] } {
    set __apidoc_path [string range $__adp_stub [string length $::acs::rootdir] end].adp
    set __stub_path [join [split $__adp_stub /] " / "]
    append __adp_output "<div class=\"[::ds_adp_box_class]\"><span class=\"[::ds_adp_file_class]\"><a href=\"/api-doc/content-page-view?source_p=1&amp;path=$__apidoc_path\" style=\"text-decoration: None;\">$__stub_path</a></span><div class=\"[::ds_adp_output_class]\">"
}

        if { [info exists __adp_slave] } {
            append __adp_output $__adp_slave
        }
    
if { [info exists ::ds_show_p] } {
    append __adp_output "</div></div><!-- END
$__adp_stub (lvl [info level])-->"
}
append __adp_output "
  </tr>
</table>
"
set __adp_output