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

📄 onlineusers.jsp

📁 tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛
💻 JSP
字号:
<%@page contentType="text/html" pageEncoding="UTF-8"%><%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%><%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%><%@taglib prefix="t" uri="http://myfaces.apache.org/tomahawk"%><f:view locale="#{localeBean.locale}"><style type="text/css">   .uCol1 {vertical-align: top;}</style><html>    <head>        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">        <title>            <h:outputText value="在线用户"/>        </title>        <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/common/css/style.css"/>    </head>    <body style="margin:0px;padding:0px;background:#000;">        <h:panelGrid border="0"            styleClass="tableWH"            columns="1"            cellpadding="2"            cellspacing="2"            columnClasses="uCol1"            style="font-size:12px;color:#00FF00;">            <t:dataList value="#{user_onlineUsers.visitors}" var="vv">                <h:column>                    <h:outputText value="#{vv['login']?(!vv['hidden']?vv['user']['id']:'隐身 '):'访客 '}"/>                </h:column>            </t:dataList>        </h:panelGrid>    </body></html></f:view>

⌨️ 快捷键说明

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