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

Applet

开发平台:

Java

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