cao_benAdd.jsp
上传用户:yatiankong
上传日期:2014-05-16
资源大小:5604k
文件大小:3k
源码类别:

Applet

开发平台:

Java

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