selectSfzyContenet.jsp
上传用户:quasar007
上传日期:2022-08-11
资源大小:4067k
文件大小:2k
源码类别:

企业管理

开发平台:

Java

  1. <%@ page contentType="text/html; charset=gb2312"%>
  2. <%@ page import="com.domain.FfzyForm"%>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=gb2312">
  6. <title>右页面</title>
  7. <style type="text/css">
  8. <!--
  9. body {
  10. background-color: #000000;
  11. margin-left: 0px;
  12. margin-top: 0px;
  13. }
  14. td{
  15. font-size:9pt;
  16. }
  17. -->
  18. </style></head>
  19. <body>
  20. <table width="579"  border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> 
  21.   <tr> 
  22.     <td>&nbsp;</td> 
  23.   </tr> 
  24. </table> 
  25. <table width="579" border="0" cellpadding="0" cellspacing="0"> 
  26.   <tr> 
  27.     <td align="left" valign="top" bgcolor="#FFFFFF"> <table width="579" height="487"  border="0" cellpadding="0" cellspacing="0"> 
  28.         <tr> 
  29.           <td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0"> 
  30.               <tr style="line-height:2px"> 
  31.                 <td width="2%" height="5">&nbsp;</td> 
  32.                 <td width="98%" height="5">&nbsp;</td> 
  33.               </tr> 
  34.               <tr align="center" valign="top" bgcolor="#FFFFFF"> 
  35.                 <td height="454" colspan="2"><br> 
  36.                 
  37. <%FfzyForm form=(FfzyForm)request.getAttribute("form");%>
  38. <table width="548" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#666666">
  39.   <tr>
  40.     <td bgcolor="#ffcc33"><div align="center"><%=form.getSfzy_sfmc()%></div></td>
  41.   </tr>
  42.   <tr>
  43.     <td height="269" bgcolor="#FFFFFF"><%=form.getSfzy_zyms()%></td>
  44.   </tr>
  45. </table>
  46. <p align="center"> 
  47. <%int iCount=Integer.parseInt((String)request.getParameter("iCount"));%>
  48. <%if(iCount<=1){%>
  49. <a href="querySfzySelect.do">返回</a>
  50. <%}else{%> 
  51.   <p><a href="querySfzyFenYe.do?iCount=<%=iCount%>">返回</a> </p> 
  52.  <%}%>
  53. </p> 
  54.             </table></td> 
  55.         </tr> 
  56.       </table></td> 
  57.   </tr> 
  58. </table> 
  59. </body>
  60. </html>