project_newAdd.jsp
Upload User: yatiankong
Upload Date: 2014-05-16
Package Size: 5604k
Code Size: 3k
Category:

Applet

Development Platform:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <script language="javascript" src="../js/project_new.js"></script>
  3. <jsp:useBean id="project_newBean" class="MyFly.Bean.project_newBean" scope="request"/>
  4. <STYLE type=text/css>
  5. BODY {
  6. BACKGROUND: #799ae1; FONT: 9pt 宋体; MARGIN: 0px
  7. }
  8. TABLE {
  9. BORDER-LEFT: 0px; BORDER-TOP: 0px
  10. }
  11. TD {
  12. FONT: 12px 宋体;
  13. }
  14. IMG {
  15. BORDER-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px; VERTICAL-ALIGN: bottom
  16. }
  17. A {
  18. COLOR: #000000; FONT: 12px 宋体; TEXT-DECORATION: none
  19. }
  20. A:hover {
  21. COLOR: #428eff; TEXT-DECORATION: underline
  22. }
  23. .sec_menu {
  24. BACKGROUND: #d6dff7; BORDER-BOTTOM: white 1px solid; BORDER-LEFT: white 1px solid; BORDER-RIGHT: white 1px solid; OVERFLOW: hidden
  25. }
  26. .menu_title {
  27. }
  28. .menu_title SPAN {
  29. COLOR: #215dc6; FONT-WEIGHT: bold; LEFT: 8px; POSITION: relative; TOP: 2px
  30. }
  31. .menu_title2 {
  32. }
  33. .menu_title2 SPAN {
  34. COLOR: #428eff; FONT-WEIGHT: bold; LEFT: 8px; POSITION: relative; TOP: 2px
  35. }
  36. .style1 {color: #FF0000}
  37. </STYLE>
  38. <html>
  39. <head>
  40. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  41. <title>添加文章</title>
  42. </head>
  43. <body>
  44. <p>&nbsp;</p>
  45. <table width="800" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
  46.   <form action="product_newInsert.jsp" method="post" onSubmit ="">
  47.     <tr align="center"> 
  48.       <td height="23" colspan="2"> 
  49.         <table width="100%" border="0" cellpadding="0" cellspacing="0">
  50.           <tr> 
  51.             <td height="33" align="center"><div align="center" class="style1">事业新闻添加</div> </td>
  52.           </tr>
  53.         </table>
  54.       </td>
  55.     </tr>
  56.     <tr align="center"> 
  57.       <td width="16%" height="32">文章标题</td>
  58.       <td width="84%" align="left">&nbsp; <input type="text" size="70" name="title"></td>
  59.     </tr>
  60.     <tr align="center"> 
  61.       <td height="202">文章内容</td>
  62.       <td align="left">&nbsp; 
  63.   
  64.   <!--<textarea rows="12" name="content" cols="70"></textarea> -->
  65.   <input type="hidden" name="content" value="在此添加内容">
  66.       <iframe ID="eWebEditor1" src="../../../eWebEditor.jsp?id=content&style=standard" frameborder="0" scrolling="no" width="650" HEIGHT="350"></iframe> 
  67.       </td>
  68.     </tr>
  69.     <tr align="center"> 
  70.       <td height="26" colspan="2"><table width="100%" height="26" border="0" cellpadding="0" cellspacing="0">
  71.           <tr> 
  72.             <td width="16%" align="center">&nbsp;</td>
  73.             <td width="84%" align="center"><div align="left">
  74.   <input type="submit" value="提交">
  75. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;  <input type="reset" value="重置"> 
  76.             </div></td>
  77.           </tr>
  78.         </table></td>
  79.     </tr>
  80.   </form>
  81. </table>
  82. </body>
  83. </html>