📄 list.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="list, 档案管理系统_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" 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>
<p> </p>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
<tr>
<td width="100" align="center" class="body_td">档案所在柜号</td>
<td width="100" align="center" class="body_td">档案编号</td>
<td width="240" align="center" class="body_td">档案名称</td>
<td width="100" align="center" class="body_td">入档时间</td>
<td colspan="2" align="center" class="body_td">修改</td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0" class="body_title">
<asp:DataList ID="DataList1" runat="server" HorizontalAlign="Center" Width="80%">
<ItemTemplate>
<tr>
<td width="99" height="30" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"d_number") %></td>
<td width="99" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_number") %></td>
<td width="239" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_title") %></td>
<td width="99" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_time") %></td>
<td align="center" class="body_td"><a href="edit.aspx?id=<%#DataBinder.Eval(Container.DataItem,"id") %>" target="_blank">修改</a></td>
</tr>
</ItemTemplate>
<AlternatingItemStyle BackColor="#E0E0E0" />
</asp:DataList></table>
<table width="80%" height="50" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="height: 50px" align="center">
<webdiyer:aspnetpager id="AspNetPager1" runat="server" alwaysshow="True" custominfotextalign="Center"
direction="LeftToRight" firstpagetext="首页" font-size="10pt" forecolor="#004000"
horizontalalign="Center" lastpagetext="末页" nextpagetext="下一页" onpagechanged="AspNetPager1_PageChanged" prevpagetext="上一页" urlpaging="True"></webdiyer:aspnetpager>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -