contract_edit.jsp
Upload User: jhtang88
Upload Date: 2014-01-27
Package Size: 28528k
Code Size: 1k
Category:

Jsp/Servlet

Development Platform:

Java

  1. <%@ page contentType="text/html; charset=utf-8"%>
  2. <%@ page import = "java.net.URLEncoder"%>
  3. <%@ page import = "java.util.*"%>
  4. <%@ page import = "cn.js.fan.util.*"%>
  5. <%@ page import = "com.redmoon.oa.workplan.*"%>
  6. <%@ page import = "com.redmoon.oa.dept.*"%>
  7. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  8. <html>
  9. <head>
  10. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  11. <title>编辑信息</title>
  12. <link href="../common.css" rel="stylesheet" type="text/css">
  13. <style type="text/css">
  14. <!--
  15. .style2 {font-size: 14px}
  16. -->
  17. </style>
  18. </head>
  19. <body background="" leftmargin="0" topmargin="5" marginwidth="0" marginheight="0">
  20. <%@ include file="contract_inc_menu_top.jsp"%>
  21. <%@ include file="../visual_edit.jsp"%>
  22. </body>
  23. </html>