onlinelist.htm

来自「聊天功能的实现」· HTM 代码 · 共 40 行

HTM
40
字号
<html>
<head>
<title>在线用户管理系统</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {font-size : 9pt;}
td {font-size : 9pt; color:#000000}
.p9 {font-size: 9pt;}
A  {color:#blue;text-decoration : none;}
A:Hover  {color:red;text-decoration:none;}
A:Active  {color:black}
.bg {BACKGROUND-COLOR: #f0f0f0}
.name {BACKGROUND-COLOR: #f8f8f8; color:#CC00FF}
-->
</style>
</head>
<body oncontextmenu=self.event.returnValue=false bgcolor="#FFFFFF" topMargin=20>
<div align="center">当前在线人数为:<font color=red><!recdcount!></font> 人 <a href="javascript:history.go(0)">刷新</a></div>
<hr noshade size="1" color=009900>
<div align=center> 
<!PAGE!>
</div>
<hr noshade size="1" color=009900>
<table align="center" bgcolor="#a0a0a0" border="0" cellpadding="2" cellspacing="1" width="98%">  
<tr bgcolor="#66FFCC">
    <td width='5%'>序号</td>
    <td width='15%'>用户名</td>
    <td width='15%'>IP地址(1/2长度)</td>
    <td width='10%'>进入时间(M)</td>
    <td width='5%'>级别</td>
    <td width='6%'>总分</td>
    <td width='5%'>踢出</td>
    <td width='5%'>封锁</td>
    <td width='5%'>炸弹</td>
  </tr>
<!LOOP!>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?