Compiled Template master.adp

set __adp_output {}; set __ad_conn_locale [ad_conn locale]
append __adp_output "<html>
<head>
  <title>[ns_quotehtml [lang::util::localize $doc(title)]]</title>
</head>
<body>
<h1>[ns_quotehtml [lang::util::localize $doc(title)]]</h1>
<hr>

<font color=red>
"
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 "
</font>

<hr>
This is the bottom of the master.
</body>
</html>
"
set __adp_output