<%-- Do NOT edit this file! Careful construction of this include has ensured that basic revize setup is completed, and that the include within a template is non-intrusive, especially with consideration for new lines, etc. What this include does: 1) Imports standard Java packages: revize.RevizeConstants - Basic set of constants for the system revize.data.* - Basic data types used in the system revize.template.* - Standard Revize interface and error handling 2) Set up the primary Revize utility object, revize.template.Revize revize; --%><%@ page language="java" import import="revize.RevizeConstants,revize.data.*,revize.template.*" %><% Revize revize = (Revize)request.getAttribute( RevizeConstants.REVIZE_SERVICE ); %>