📄 onlineper.aspx
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="onlineper.aspx.vb" Inherits="ioffice.onlineper" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>登录日志</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("../../desktop.aspx")
}else{
window.close()
}
}
function re()
{
location.reload()
}
</script>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" onload='setInterval("re()",60000)' 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">
登录列表(在线人数:
<asp:label id="lblOnNum" runat="server" CssClass="tttable" ForeColor="Green"></asp:label>
)
</TD>
<TD class="td" style="WIDTH: 80px" align="right">
<A href="#">刷新 </A>
</TD>
<TD class="td" style="WIDTH: 80px">
<A href="#" onclick="closewin()">关闭</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" DataKeyField="sessionid">
<AlternatingItemStyle BackColor="#F8F4E4"></AlternatingItemStyle>
<HeaderStyle CssClass="tttable" BackColor="#D8C8A8"></HeaderStyle>
<Columns>
<asp:BoundColumn Visible="False" 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="contime" SortExpression="contime" HeaderText="<img src=../../img/button/clock.gif border=0 /> 连接时间"></asp:BoundColumn>
<asp:BoundColumn DataField="loginip" SortExpression="loginip" HeaderText="IP地址"></asp:BoundColumn>
<asp:ButtonColumn Text="<img src=../../img/button/closecon.gif alt=关闭会话 border=0 />" CommandName="Delete">
<HeaderStyle Width="20px"></HeaderStyle>
</asp:ButtonColumn>
</Columns>
<PagerStyle PageButtonCount="15" Mode="NumericPages"></PagerStyle>
</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="lnkHis" runat="server">历史记录</asp:hyperlink>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</FONT>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -