home *** CD-ROM | disk | FTP | other *** search
- <%@ page
- import="com.websina.bean.*,com.websina.util.*,com.websina.util.log.Log"
- %>
- <html>
- <head>
- <title>Create and Submit</title>
- <script LANGUAGE="JavaScript" src="script/utils.js"></script>
- <script LANGUAGE="JavaScript" src="script/attachment.js"></script>
- </head>
- <body topmargin=0>
- <%@ include file="_cache.jspf" %>
- <%@ include file="_header.jspf" %>
- <%
- if (!person.isAllowed("create")) {
- out.print("<center><font color=red><b>");
- out.print(MessageCode.get("servlet.issue.permission_denied"));
- out.print("</b></font></center>");
- return;
- }
- int issueId = 0;
- %>
-
- <%@ include file="_issueform.jspf" %>
-
- </body></html>
-