📄 khtsselect.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.domain.KhtsForm"%>
<%@ page import="com.tool.Chinese"%>
<%@ page import="java.util.List"%>
<%@ page import="java.sql.*"%>
<%List list =(List)request.getAttribute("list");%>
<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;
}
.style1 {font-size: 11pt}
-->
</style>
</head>
<script Language="JavaScript">
function projectDelete(date){
if(confirm("是否删除编号为["+date+"]这一组数据吗?"))
window.location="khtsDeleteContent.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="style1">查询客户投诉信息</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"><p> </p>
<table width="81%" height="54" border="1" align="center" cellpadding="0" cellspacing="0">
<tr align="center" bgcolor="#FFCC00">
<td width="18%" height="25">客户投诉编号</td>
<td width="33%">客户投诉主题</td>
<td width="49%">操作</td>
</tr>
<%for(int i=0;i<list.size();i++){
KhtsForm form=(KhtsForm)list.get(i);
%>
<tr align="center">
<td height="27"><%=form.getKhts_id()%></td>
<td><%=form.getKhts_tszt()%></td>
<td><a href="khtsSelectContent.do?id=<%=form.getId()%>">查看具体信息</a> <a href="javascript:projectDelete('<%=form.getId()%>')">删除</a></td>
</tr>
<%}%>
</table>
<p> </p>
<table width="81%" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="51%"> </td>
<td width="49%"><p align="center"><a href="khtsCountIDContent.do">添加投诉信息 </a></td>
</tr>
</table>
<p></p>
</table></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -