home *** CD-ROM | disk | FTP | other *** search
- <%@ page
- import="com.websina.bean.*,com.websina.util.*,com.websina.util.log.Log"
- %>
- <html>
- <head>
- <title>Bugzero Home</title>
- </head>
- <body topmargin=0>
- <%@ include file="_header.jspf" %>
- <%
- String parent = "home.jsp";
- com.websina.bean.Query query = person.getQuery();
- String msg = request.getParameter("msg");
- %>
-
- <%@ include file="_issuelist.jspf" %>
-
- <% if (msg != null) { %>
- <center>
- <font color=red><b><%=msg%></b></font>
- </center>
- <% } %>
- </body></html>
-