/* ==================================================================== * The Tmax soft License, Version 1.1 * * Copyright (c) 1997-2004 The Tmax software. * All rights reserved. * html code omitted for readability. /* ==================================================================== /* input.jsp */ <%@ page contentType="text/html; charset=euc-kr" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ include file="../../upper.jsp"%>



<%@ include file="../../footer.html"%> /* output.jsp */ <%@ page contentType="text/html; charset=euc-kr" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ include file="../../upper.jsp"%>


<%@ include file="../../footer.html"%>