⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stat_site_last.jsp

📁 jsp CMS全站 无可奈何花落去 士大夫
💻 JSP
字号:
<%@ page contentType="text/html; charset=GBK" language="java"%>
<%@ taglib uri="/cms4j" prefix="cms4j" %>


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>CMS4J </title>
<link href="../skin/blue/css/oper_area_style.css" rel="stylesheet" type="text/css">
</head>
<script src="../../js/common.js"></script>
<script src="../../js/page_init.js"></script>
<script language="javascript">
//页面初始化
function pageInit(){
	selectInit("NODE_ID","${param.node_id}");	
}
</script>
<body onLoad="pageInit()">
<table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr height="12">
    <td width="3%"><img src="../../images/admin/oper_table_up_left.gif" width="26" height="12"></td>
    <td width="92%" background="../../images/admin/oper_table_up_bg.gif" height="12"></td>
    <td width="5%"><img src="../../images/admin/oper_table_up_right.gif" width="26" height="12"></td>
  </tr>
  <tr>
    <td colspan="3"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="5" background="../../images/admin/oper_table_left_bg.gif"><img src="../../images/admin/oper_table_left_bg.gif" width="5" height="2"></td>
          <td background="../../images/admin/oper_table_bg.gif"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td width="32%" class="title_bar">最后百名访客</td>
                <td width="21%" align="center" class="title_bar"><select name="NODE_ID" id="NODE_ID" onChange="location.href='?node_id=' + this.value">
                  <cms4j:cluster_node node_id="<%=cn.com.dekn.cms.security.login.CMS4JUser.getClusterNodeID(request)%>">
                    <option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>"><%=cluster_node_info.getNAME()%></option>
                    <cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
                      <option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>"> └<%=cluster_node_info.getNAME()%></option>
                      <cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
                        <option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">  └<%=cluster_node_info.getNAME()%></option>
                        <cms4j:cluster_node parent_id="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">
                          <option value="<%=cluster_node_info.getCLUSTER_NODE_ID()%>">   └<%=cluster_node_info.getNAME()%></option>
                        </cms4j:cluster_node>
                      </cms4j:cluster_node>
                    </cms4j:cluster_node>
                  </cms4j:cluster_node>
                </select></td>
                <td width="47%" align="right" class="title_bar"><input type="submit" name="Submit" value="刷 新" onClick="location.href=location.href"></td>
              </tr>
              <tr height="4">
                <td height="4" colspan="3"></td>
              </tr>
            </table>
			
			
            <table width="100%" border="0" cellpadding="0" cellspacing="1" class="table_border_bg">
              <tr>
                <td width="27%" align="center" class="table_title">时间</td>
                <td width="34%" class="table_title">IP地址</td>
                <td width="15%" align="center" class="table_title">来源页面</td>
                <td width="16%" class="table_title">访问页面</td>
                <td width="8%" align="center" class="table_title">PV</td>
              </tr>
			  <cms4j:count_last node_id="${param.node_id}">
			  <tr>
                <td align="center" class="table_border_cell_bg"><%=last_info.getIN_TIME()%></td>
                <td align="center" class="table_border_cell_bg"><%=last_info.getIP()%>                  (<%=last_info.getPROVINCE()%>-<%=last_info.getISP()%>)</td>
                <td class="table_border_cell_bg" style="word-wrap:break-word;"><%=last_info.getSOURCE()%></td>
                <td class="table_border_cell_bg" style="word-wrap:break-word;"><%=last_info.getIN_ADDR()%></td>
                <td align="center" class="table_border_cell_bg"><%=last_info.getPv()%></td>
              </tr>
			  </cms4j:count_last>
            </table></td>
          <td width="5" background="../../images/admin/oper_table_right_bg.gif"><img src="../../images/admin/oper_table_right_bg.gif" width="5" height="2"></td>
        </tr>
    </table></td>
  </tr>
  <tr height="13">
    <td><img src="../../images/admin/oper_table_down_left.gif" width="26" height="13"></td>
    <td width="100%" height="13" background="../../images/admin/oper_table_down_bg.gif"></td>
    <td align="right"><img src="../../images/admin/oper_table_down_right.gif" width="26" height="13"></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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