search.aspx

来自「小型企业档案管理系统V1.1 改进版的」· ASPX 代码 · 共 35 行

ASPX
35
字号
<%@ page language="C#" autoeventwireup="true" inherits="search, 档案管理系统_deploy" %>

<%@ Register Assembly="AspNetPager" Namespace="Wuqi.Webdiyer" TagPrefix="webdiyer" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>档案数据搜索</title>
    <link href="images/css.css" rel="stylesheet" type="text/css" />
</head>
<body>
    <form id="form1" action="search-1.aspx" method="post">
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
  <tr>
    <td width="40" align="center"><img src="images/t_t.gif" width="15" height="15" /></td>
    <td>档案数据查询</td>
  </tr>
</table>
<p>&nbsp;</p>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
  <tr>
    <td width="120" align="center" class="body_td">档案数据查询</td>
    <td class="body_td">&nbsp;<input id="Text1" name="Text1" type="text" />
        此查询为全文搜索查询,只需输入关键字即可。</td>
  </tr>
  <tr>
    <td colspan="2" align="center" class="body_td" height="50">
        <input id="Submit1" type="submit" value="搜 索" />&nbsp;</td>
  </tr>
</table>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?