📄 selectqyxz.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.List"%>
<%@ page import="com.domain.CqyxzForm"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>对企业性质的查询</title>
<style type="text/css">
<!--
body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
}
td{
font-size:9pt;
}
a{
font-size:12px;
color:#0000ff;}
a:hover{
font-size:12px;
color:#990000;}
.style3 {font-size: 11pt}
-->
</style></head>
<script Language="JavaScript">
function projectDelete(date){
if(confirm("是否删除这一组数据吗?"))
window.location="cqyxzDelete.do?id="+date;
}
</script>
<body>
<table width="579" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td> </td>
</tr>
</table>
<table width="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF">
<table width="579" height="487" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="left" valign="top" bgcolor="#FFFFFF"><table width="579" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="2%" height="28"> </td>
<td width="9%" background="images/circle.jpg"> </td>
<td width="89%" bgcolor="#FFFFFF"><span class="style3">企业性质设置</span></td>
</tr>
<tr style="line-height:2px">
<td width="2%" height="5"> </td>
<td height="5" colspan="2" bgcolor="#D4D0C8"> </td>
</tr>
<tr align="center" valign="top" bgcolor="#FFFFFF">
<td height="454" colspan="3"><%List qyxzList=(List)request.getAttribute("qyxzList");%> <div align="center">
<p class="style3"> </p>
<table width="538" border="0" cellpadding="2" cellspacing="1" bgcolor="#666666">
<tr align="center" bgcolor="#ffcc33">
<td width="537" height="24">企业性质编号</td>
<td width="537">企业性质名称</td>
<td width="537">备注信息</td>
<td width="537">操作</td>
</tr>
<%for(int i=0;i<qyxzList.size();i++){
CqyxzForm qyxz=(CqyxzForm)qyxzList.get(i);
%>
<tr bgcolor="#FFFFFF">
<td width="537" height="28"><%=qyxz.getQyxz_id()%></td>
<td width="537"><%=qyxz.getQyxz_xzmc()%></td>
<td width="537"><%=qyxz.getQyxz_bz()%></td>
<td width="537" align="center"><a href="cqyxzSelectOne.do?id=<%=qyxz.getQyxz_id()%>">修改</a> <a href="javascript:projectDelete('<%=qyxz.getQyxz_id()%>')">删除</a></td>
</tr>
<%}%>
</table>
<br>
<table width="537" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="389" align="right"> </td>
<td width="148" align="center"><a href="cqyxzCountID.do">添加企业性质</a></td>
</tr>
</table>
<p> </p>
</div></td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -