ad_footer (public, deprecated)
ad_footer [ signatory ] [ suppress_curriculum_bar_p ]
Defined in packages/acs-tcl/tcl/deprecated-procs.tcl
Deprecated. Invoking this procedure generates a warning.
Writes a horizontal rule, a mailto address box (ad_system_owner if not specified as an argument), and then closes the BODY and HTML tags
- Parameters:
- signatory (optional)
- suppress_curriculum_bar_p (optional, defaults to
"0")- See Also:
- Documentation on the site master template for the proper way to standardize page footers
- Testcases:
- No testcase defined.
Source code: ad_log_deprecated proc ad_footer global sidegraphic_displayed_p if { $signatory eq "" } { set signatory [ad_system_owner] } if { [info exists sidegraphic_displayed_p] && $sidegraphic_displayed_p } { # we put in a BR CLEAR=RIGHT so that the signature will clear any side graphic # from the ad-sidegraphic.tcl package set extra_br "<br clear=right>" } else { set extra_br "" } if { [parameter::get -package_id [ad_acs_kernel_id] -parameter EnabledP -default 0] && [parameter::get -package_id [ad_acs_kernel_id] -parameter StickInFooterP -default 0] && !$suppress_curriculum_bar_p} { set curriculum_bar "<center>[curriculum_bar]</center>" } else { set curriculum_bar "" } if { [namespace which ds_link] ne "" } { set ds_link [ds_link] } else { set ds_link "" } return " $extra_br $curriculum_bar <hr> $ds_link <a href=\"mailto:$signatory\"><address>$signatory</address></a> </body> </html>"XQL Not present: PostgreSQL, Oracle Generic XQL file: packages/acs-tcl/tcl/deprecated-procs.xql