📄 search-1.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="search_1, 档案管理系统_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" />
<style type="text/css">
<!--
.STYLE1 {font-size: 16px}
-->
</style>
</head>
<body>
<form id="form1" runat="server">
<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>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"><asp:Label ID="Label1" runat="server" ForeColor="Red"></asp:Label></td>
</tr>
</table>
<p></p>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title" id="TABLE1" runat="server">
<tr>
<td height="30" align="center" class="body_td STYLE1">
档案数据查询结果</td>
</tr>
</table>
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
<tr>
<td width="100" align="center" class="body_td">档案所在柜号</td>
<td width="80" align="center" class="body_td">档案编号</td>
<td width="150" align="center" class="body_td">档案名称</td>
<td align="center" class="body_td">档案内容</td>
<td width="120" align="center" class="body_td">入档时间</td>
</tr>
<asp:DataList ID="DataList1" runat="server" Width="95%" HorizontalAlign="Center">
<ItemTemplate>
<tr height="28">
<td width="99" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"d_number") %></td>
<td width="79" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_number") %></td>
<td width="149" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_title") %></td>
<td class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_content") %></td>
<td width="119" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_time") %></td>
</tr>
</ItemTemplate>
</asp:DataList></table>
<table width="80%" height="50" border="0" align="center" cellpadding="0" cellspacing="0" id="TABLE3" runat="server">
<tr>
<td align="center">
<webdiyer:AspNetPager ID="AspNetPager1" runat="server" AlwaysShow="True" FirstPageText="首页"
Font-Size="10pt" ForeColor="#404000" LastPageText="末页" NextPageText="下一页" OnPageChanged="AspNetPager1_PageChanged" PrevPageText="上一页" CustomInfoHTML="当前页 %CurrentPageIndex% of %PageCount%" ShowCustomInfoSection="Left" ShowPageIndexBox="Always" SubmitButtonText="转到">
</webdiyer:AspNetPager>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -