📄 zaixianzixun_search.jsp
字号:
<%@ page contentType="text/html; charset=gb2312"%>
<%@ page import="com.gforce.gfoa.*,com.gforce.currency.*,java.util.*" %>
<jsp:include page="/CheckLogin.jsp" flush="true"/>
<%
Session m_session = new Session(session);
Request m_request = new Request(request);
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><meta http-equiv="pragma" content="no-cache">
<title>在线咨询</title>
<link href="/css/txt.jsp" rel="stylesheet" type="text/css">
<script language="JavaScript" src="/js/changestyle.js"></script>
<SCRIPT language="JavaScript" src="/Calendar/PopUpCalendarDlg.js"></SCRIPT>
</head>
<body bgcolor="<%=m_session.GetString("BackColor")%>" leftmargin="0" topmargin="0">
<table width="100%" height="100%" border="0" align="center" cellspacing="0">
<tr>
<td align="center" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50" valign="top" background="../images/dy-back.gif">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr valign="middle">
<td width="61" align="center" height="36"><img src="../images/dy-01.gif" width="38" height="36"></td>
<td width="118" nowrap="nowrap" valign="middle"><strong><font color="#000000">管理员搜索咨询页面</font></strong></td>
<td align="right" nowrap="nowrap" valign="bottom">
<!-- 群增<img src="../images/MulAdd.gif" onMouseOver="this.src='../images/MulAdd_a.gif';" onMouseOut="this.src='../images/MulAdd.gif';" border="0" height="22" width="59"> -->
<!-- 单增<img src="../images/Single.gif" onMouseOver="this.src='../images/Single_a.gif';" onMouseOut="this.src='../images/Single.gif';" border="0" height="22" width="59"> -->
<!-- 修改<img src="../images/Update.gif" onMouseOver="this.src='../images/Update_a.gif';" onMouseOut="this.src='../images/Update.gif';" border="0" height="22" width="59"> -->
<!-- 删除<img src="../images/Del.gif" onMouseOver="this.src='../images/Del_a.gif';" onMouseOut="this.src='../images/Del.gif';" border="0" height="22" width="59"> -->
<!-- 查看<img src="../images/Query.gif" onMouseOver="this.src='../images/Query_a.gif';" onMouseOut="this.src='../images/Query.gif';" border="0" height="22" width="59"> -->
<!-- 组合查询<img src="../images/GroupQuery.gif" onMouseOver="this.src='../images/GroupQuery_a.gif';" onMouseOut="this.src='../images/GroupQuery.gif';" border="0" height="22" width="79"> -->
<!-- 打印<img src="../images/Print.gif" onMouseOver="this.src='../images/Print_a.gif';" onMouseOut="this.src='../images/Print.gif';" border="0" height="22" width="59"></a>-->
</td>
</tr>
</table>
</td>
</tr>
</table>
<form action="ZaiXianZiXun_Manage.jsp" method="post" name="ShiYongShenQing_Search" >
<table width="90%" border="1" cellpadding="1" cellspacing="1" style="">
<tr>
<td align="right" width="17%">姓名: </td>
<td align="left" width="81%"> <input type="text" name="XingMing" size="28"></td>
</tr>
<tr>
<td align="right" width="17%">称呼: </td>
<td align="left" width="81%"> <input type="text" name="ChengHu" size="28"></td>
</tr>
<tr>
<td align="right" width="17%">咨询时间: </td>
<td align="left" width="81%"> <input type="text" name="ZiXunShiJian" size="28"></td>
</tr>
<tr>
<td align="right" width="17%">标题: </td>
<td align="left" width="81%"> <input type="text" name="BiaoTi" size="28"></td>
</tr>
<tr>
<td align="right" width="17%">内容: </td>
<td align="left" width="81%"> <input type="text" name="NeiRong" size="28"></td>
</tr>
<tr>
<td align="right" width="17%">E-Mail: </td>
<td align="left" width="81%"> <input type="text" name="E_mail" size="28"></td>
</tr>
<tr>
<td align="right" width="17%">联系电话: </td>
<td align="left" width="81%"> <input type="text" name="LianXiDianHua" size="28"></td>
</tr>
<tr>
<th align="center" valign="top" colspan="2">
<input type="submit" value="搜 索" name="Search" style="background-color: #FFFFFF; border: 1 solid #000000">
<input type="reset" value="重 置" name="Reset" style="background-color: #FFFFFF; border: 1 solid #000000">
<input type="button" value="返 回" name="B2" onclick="javascript:self.location='ShiYongShenQing_Manage.jsp'" style="background-color: #FFFFFF; border: 1 solid #000000">
</th>
</tr>
</table>
</form>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -