📄 weixcx.asp
字号:
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>维修信息</title>
</head>
<link rel="stylesheet" type="text/css" href="../tourism/Admin_Style.css">
<LINK href="../tourism/images/css.css" type=text/css rel=stylesheet>
<!--#include file="Global.asp" -->
<body topmargin="3" style="background-color: #4D4D4D">
<form action="weixcxjm.asp?sj1=1" method="post" name="form1" target="_self">
<table BORDER=1 cellspacing=0 cellpadding=0 bordercolordark=#FFFFFF width="100%" class=12Font height="165" bgcolor="#EAEAEA" >
<tr>
<td height="35" align="right" colspan="2" background="images/topBar_bg.gif" >
<p align="center"><b><font size="3">维修信息查询</font></b></td>
</tr>
<tr>
<td width="20%" align="right"><strong>房号:</strong></td>
<td>
<input name="Title" size="30" id="Title" value="">
<select size="1" name="sele1">
<option value="1"></option>
<%sql="select * from weixb order by 房号"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
while not rs.eof%>
<option value=<%=rs("房号")%>><%=rs("房号")%></option>
<%rs.movenext
wend%>
</select>
</td>
</tr>
<tr >
<td align="right"><strong>维修人员:</strong></td>
<td>
<input type="text" name="Title1" size="30" id="Title1" value="">
<select size="1" name="sele2">
<option value="1"></option>
<%sql="select * from weixb where 维修人员<>'' order by 维修人员"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
while not rs.eof%>
<option value=<%=rs("维修人员")%>><%=rs("维修人员")%></option>
<%rs.movenext
wend%>
</select>
</td>
</tr>
<tr >
<td align="right"><strong>接待人:</strong></td>
<td>
<input type="text" name="Title2" size="30" id="Title2" value="">
<select size="1" name="sele3">
<option value="1"></option>
<%sql="select * from weixb where 接待人<>'' order by 接待人"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,1,1
while not rs.eof%>
<option value=<%=rs("接待人")%>><%=rs("接待人")%></option>
<%rs.movenext
wend%>
</select>
</td>
</tr>
<tr >
<td width="20%" align="right"><strong>报修时间:</strong></td>
<td width="80%">
>= <input type="text" name="Title4" size="27" id="Title4" value=""> and <= <input type="text" name="Title41" size="20" id="Title41" value="">
</td>
</tr>
<tr >
<td width="20%" align="right"><strong>完成时间:</strong></td>
<td width="80%">
>= <input type="text" name="Title5" size="27" id="Title5" value=""> and <= <input type="text" name="Title51" size="20" id="Title51" value="">
</td>
</tr>
<tr>
<td valign="top" > </td>
<td valign="top" height="25" >
<input name="Save" type="image" id="Save" value="提交" src=images/save.gif height="21" width="72" >
<a href="../../qunjlsgl/yewu/yewGONGNENG.asp">
<img src="images/return.gif" height="21" border="0" width="72"></a>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -