<%-- enable_template_header.jsp Be careful editting this file! Careful construction of this include ensures the basic revize setup is completed, and that the include is non-intrusive, ESPECIALLY with consideration for new lines, etc. ***** PLEASE NOTE ***** Viewing source of processed html files is easier WITHOUT extra blank lines. ***** WHAT THIS MEANS ***** Please don't start the jsp code on a new line to look better in this file. This produces too many blank lines in the output html page. Note how this jsp comment ends and the next chunk of jsp code begins. Please put blank lines INSIDE the jsp code so they are not output to the client. ---------------------- What this include does: ---------------------- -Initializes JavaScript and Java variables for use by library and throughout page -Includes general snippet helper Java Script library (snippet_helper.js) -Makes a trace entry indicating the page loaded --%> <%! String revize_cdata_start = "<" + "![" + "CDATA" + "[//><" + "!"+"]" + "]"+">";%> <%rz.isjavascriptenabled = true;%> <%=rz.getwarnings()%>