/* * $Id: template-footer.js 2539 2008-04-04 18:22:39Z cegrant $ * * $Log$ * Revision 1.2 2006/03/07 23:30:20 nadya * merge branches v3_5_1 and v3_5_2 back to the trunk * * Revision 1.1.2.1 2006/02/22 20:47:48 nadya * initial revision. enabling styling with js and css * */ /* Note: all relative links require "html_path+" to work in both the html/ and cgi-bin/ directories. The global html_path is defined in template-css.js, or by the user prior to calling that script. */ function make_footer(path) { if (arguments.length == 0) { if (document.html_path) { path = document.html_path; } else { path = '@URL@/'; } } document.write('\ \ \ \ \ \ \
Version @VERSION@ \ Please send comments and questions to: \ @CONTACT@ \ \ Powered by Opal \
\
\ \ \ \ \ \ \ \ \ \ \ \
HomeSubmit a JobDocumentationDownloadsUser SupportAlternate ServersAuthorsCiting
\ '); document.write(""); document.write(""); document.write(""); document.write(""); document.write(""); }