ad_admin_footer (public, deprecated)

 ad_admin_footer

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Signs pages with ad_admin_owner (usually a programmer who can fix bugs) rather than the signatory of the user pages

See Also:
  • Documentation on the site master template for the proper way to standardize page footers

Partial Call Graph (max 5 caller/called nodes):
ad_admin_owner ad_admin_owner (public, deprecated) ad_log_deprecated ad_log_deprecated (public) ds_link ds_link (public) ad_admin_footer ad_admin_footer ad_admin_footer->ad_admin_owner ad_admin_footer->ad_log_deprecated ad_admin_footer->ds_link

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc ad_admin_footer
    if { [namespace which ds_link] ne "" } {
        set ds_link [ds_link]
    } else {
        set ds_link ""
    }
    return "<hr>
$ds_link
<a href=\"mailto:[ad_admin_owner]\"><address>[ad_admin_owner]</address></a>
</body>
</html>"
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: