📄 modulecode_query.asp
字号:
<!--#include file="../Include/TimeOut.asp"-->
<%if session("IPno")="no" then Response.Redirect "../Messagebox/error.asp?info=您无浏览此页的权限!!"%>
<%modulecode="0102"%>
<!--#include file="../Include/ModuleUserCheck.asp"-->
<!--#include file="../Include/online.asp"-->
<html>
<head>
<title>模块查询</title>
<style>
.button {
BACKGROUND-COLOR:#E6F4FF; BORDER-BOTTOM: #0099FF 1px solid; BORDER-LEFT: #0099FF 1px solid; BORDER-RIGHT: #0099FF 1px solid; BORDER-TOP: #0099FF 1px solid; COLOR: #336699; width="40"; height="18" ;TEXT-ALIGN: center}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#E7F6FD" text="#000000">
<div align="left">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#336699"><img src="../public/images/find.jpg" width="300" height="50">
<font color="#00FFFF"> 模块查询</font></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#336699" align="center">
<tr>
<td>
<table style="font-size:9pt;" width="100%" border="0" cellspacing="0" cellpadding="0">
<form name="form1" method="post" action="../system/moduleCode_EditList.asp?strsql=query">
<tr bgcolor="#CAEAFF">
<td width="28%"> </td>
<td width="2%"> </td>
<td width="70%"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%">
<div align="right">模块编码</div>
</td>
<td width="2%"> </td>
<td width="70%">
<input type="text" name="textfield" maxlength="10">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%">
<div align="right"></div>
</td>
<td width="2%"> </td>
<td width="70%"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%">
<div align="right">模块名称</div>
</td>
<td width="2%"> </td>
<td width="70%">
<input type="text" name="textfield2">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td colspan="3"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td colspan="3">
<div align="center">注:以上查询条件可单项查询,也可多项查询。</div>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%"> </td>
<td width="2%"> </td>
<td width="70%" bgcolor="#CAEAFF"> </td>
</tr>
<tr bgcolor="#336699">
<td width="28%" height="22" bgcolor="#336699">
<div align="right">
<input type="checkbox" name="checkbox" value="checkbox">
<font color="#FF0000"> <font color="#FFFFFF">模糊查询</font></font></div>
</td>
<td width="2%" height="22"> </td>
<td width="70%" bgcolor="#336699" height="22">
<div valign="center">
<div align="right">
<input class="button" type="submit" name="Submit" value="查询">
<input class="button" type="reset" name="Submit2" value="重填">
<% if Request.QueryString("query")="query" then %>
<input class="button" type="button" name="Submit3" value="返回"onclick="back()">
<% end if%>
</div>
</div>
</td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</div>
</body>
</html>
<script language="vbscript">
function back()
history.back
end function
</script>.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -