📄 outlineper.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="outlineper.aspx.vb" Inherits="ioffice.outlineper"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>Hongfan iOffice.net 2001 </title>
<meta content="Microsoft FrontPage 5.0" name="GENERATOR">
<meta content="Visual Basic 7.0" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<LINK href="../../Styles.css" type="text/css" rel="stylesheet">
<script language="jscript">
function closewin()
{
if (parent.frames.length>0)
{
location.replace("onlineper.aspx")
}else{
window.close()
}
}
function clshisrec()
{
idelday=prompt("请输入要保存最近登录[历史记录]的天数:[如:0-表示清除所有登录日志的历史记录;5-表示只保留最近5天的历史记录。]","5")
location.replace("outlineper.aspx?v=ss5&idelday="+idelday)
}
</script>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<FONT face="宋体">
<TABLE style="LEFT: 0px; WIDTH: 100%; POSITION: absolute; TOP: 0px; HEIGHT: 100%" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD style="HEIGHT: 30px" vAlign="top">
<TABLE style="WIDTH: 100%; HEIGHT: 20px" cellSpacing="0" cellPadding="0" bgColor="#887858" border="0">
<TR>
<TD class="titlebar" style="WIDTH: 591px; HEIGHT: 20px">
登录日志:历史记录
</TD>
<TD style="HEIGHT: 20px" noWrap align="right">
<asp:label id="lblUName" runat="server" CssClass="uname"></asp:label>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD vAlign="top" align="middle">
<TABLE style="WIDTH: 95%; HEIGHT: 428px" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD style="HEIGHT: 426px" vAlign="top">
<TABLE style="WIDTH: 100%" cellSpacing="0" cellPadding="0" border="0">
<TR>
<TD class="tttable">
登录列表
</TD>
<TD class="td" style="WIDTH: 80px" align="right">
<A onclick="clshisrec()" href="#">清除</A>
</TD>
<TD class="td" style="WIDTH: 80px">
<A onclick="closewin()" href="#">关闭</A>
</TD>
</TR>
</TABLE>
<asp:datagrid id="dgdAcLoginInfo" runat="server" CssClass="td" BackColor="#F0F0E8" BorderColor="#999999" Width="100%" PageSize="15" AllowPaging="True" AutoGenerateColumns="False" AllowSorting="True">
<HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
<PagerStyle PageButtonCount="15" Mode="NumericPages"></PagerStyle>
<AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
<Columns>
<asp:BoundColumn DataField="loginid" SortExpression="loginid" HeaderText="登录帐号"></asp:BoundColumn>
<asp:BoundColumn DataField="username" SortExpression="username" HeaderText="姓名"></asp:BoundColumn>
<asp:BoundColumn DataField="logintime" SortExpression="logintime" HeaderText="登录时间"></asp:BoundColumn>
<asp:BoundColumn DataField="logouttime" SortExpression="logouttime" HeaderText="断开时间"></asp:BoundColumn>
<asp:BoundColumn DataField="loginip" SortExpression="loginip" HeaderText="IP地址"></asp:BoundColumn>
</Columns>
</asp:datagrid>
<TABLE cellSpacing="0" cellPadding="0" width="100%" border="0">
<TR>
<TD style="WIDTH: 82.85%; HEIGHT: 10px">
</TD>
<TD>
</TD>
</TR>
<TR>
<TD class="tttable" style="WIDTH: 86.25%" align="right">
相关链接:<A href="putlineper.aspx"> </A>
</TD>
<TD class="td" style="WIDTH: 80px">
<asp:hyperlink id="lnkAct" runat="server">活动日志</asp:hyperlink>
</TD>
</TR>
</TABLE>
<asp:label id="lblErr" runat="server" CssClass="err" Visible="False"></asp:label>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -