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

Applet

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="java.sql.*,java.lang.*"%>
  3. <jsp:useBean id="quan_qiouBean" class="MyFly.Bean.quan_qiouBean" 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-BOTTOM: 0px; BORDER-LEFT: 0px; BORDER-RIGHT: 0px; BORDER-TOP: 0px
  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. <title>全球仙妮蕾德管理</title>
  44. <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
  45. </head>
  46. <body>
  47. <p>&nbsp;</p>
  48. <table width="595" height="2%" border="0" align="center" cellpadding="0" cellspacing="0">
  49.   <tr> 
  50.     <td height="26" align="center"><span class="style1">付款说明</span></td>
  51.   </tr>
  52. </table>
  53. <table width="595" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF">
  54.   <tr valign="middle" bgcolor="#799ae1"> 
  55.     <td width="352" height="29" align="center"><font color="#FFFFFF">文章标题</font></td>
  56.     <td width="143" align="center"><font color="#FFFFFF">添加时间</font></td>
  57.     <td align="center"><font color="#FFFFFF">编辑</font></td>
  58.     <td align="center"><font color="#FFFFFF">删除</font></td>
  59.   </tr>
  60.   <% 
  61.   if(quan_qiouBean.getNew())
  62.   {
  63.  %>
  64.   <tr> 
  65.     <td height="28">&nbsp;&nbsp;&nbsp;<%=quan_qiouBean.getTitle()%></td>
  66.     <td align="center">&nbsp;<%=quan_qiouBean.getAppendTime()%></a></td>
  67. <td width="43" align="center"><a href="quan_qiouEdit.jsp?index=<%=quan_qiouBean.getQuanID()%>"><img src="../images/admin/edit.gif" alt="编辑" width="19" height="18" border="0"></a></td>
  68.     <td width="47" align="center"><a href="quan_qiouDel.jsp?index=<%=quan_qiouBean.getQuanID()%>"><img src="../images/admin/del.gif" alt="é?3yà???" width="16" height="16" border="0"></a></td>
  69.   </tr>
  70. <%    
  71. }
  72. %>
  73. </table>
  74. <form name="form1" method="post" action="quan_qiouAdd.jsp">
  75.   <div align="center">
  76.     <input type="submit" name="Submit" value="添加">
  77.   </div>
  78. </form>
  79. </body>
  80. </html>