📄 log.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="log, 档案管理系统_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="200" align="center" class="body_td">登陆时间</td>
<td width="100" align="center" class="body_td">登陆状态</td>
<td align="center" class="body_td">错误密码</td>
<td width="120" align="center" class="body_td">登陆IP</td>
</tr>
<asp:DataList ID="DataList1" runat="server" Width="80%" HorizontalAlign="Center">
<ItemTemplate>
<tr height="28">
<td width="99" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_user") %></td>
<td width="199" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_time") %></td>
<td width="99" align="center" class="body_td"><img src="images/<%#DataBinder.Eval(Container.DataItem,"s_type") %>" alt="登陆状态" /></td>
<td align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_wrong") %></td>
<td width="119" align="center" class="body_td"><%#DataBinder.Eval(Container.DataItem,"s_ip") %></td>
</tr>
</ItemTemplate>
</asp:DataList></table>
<table width="100%" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<webdiyer:AspNetPager ID="AspNetPager1" runat="server" AlwaysShow="True" FirstPageText="首页"
Font-Size="10pt" ForeColor="Black" 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 + -