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

📄 replytools.jsp

📁 tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛
💻 JSP
字号:
<%@page contentType="text/html"%><%@page 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"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd"><style type="text/css">.tCol1 {    color: #FF4D00;    width: 100px;    height: 30px;}.tCol2 {}</style><f:view locale="#{localeBean.locale}"><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"/>        <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/bbs/css/style.css"/>    </head>    <body>    <%@ include file="/common/header.jsp" %>    <%@ include file="/common/top.jsp"%>    <%@ include file="/bbs/include/navigation.jsp"%>    <h:form>    <h:messages globalOnly="true"         showDetail="true"         infoClass="infos"         errorClass="errors"         fatalClass="fatals"/>    <h:panelGrid columns="2"         border="0"        cellpadding="3"        cellspacing="3"        styleClass="table2 tableWH"        columnClasses="tCol1,tCol2"        rowClasses="row1,row2"        headerClass="th">        <f:facet name="header">            <h:outputText value="回复-编辑工具"/>        </f:facet>                <h:outputText value="回复日期:"/>        <h:outputText value="#{bbs_replyTools.reply.date}">            <f:convertDateTime pattern="yyyy-MM-dd HH:mm:ss"/>        </h:outputText>                <h:outputText value="内容:"/>        <h:outputText escape="false" value="#{bbs_replyTools.reply.content}"/>                <h:outputText value="最后编辑:" rendered="#{bbs_replyTools.reply.editByUser!='undefine'}"/>        <h:panelGroup rendered="#{bbs_replyTools.reply.editByUser!='undefine'}">            <h:outputText value="#{bbs_replyTools.reply.editByDate}">                <f:convertDateTime pattern="yyyy-MM-dd HH:mm:ss"/>            </h:outputText>            <h:outputText value="#{bbs_replyTools.reply.editByUser}"/>        </h:panelGroup>                <h:panelGroup/>        <h:panelGroup>            <h:inputHidden value="#{bbs_replyTools.reply.num}"/>                        <h:commandLink styleClass="marginRight"                target="toolsFrame"                value="编辑内容"               action="#{bbs_replyTools.toEdit}"/>            <h:commandLink styleClass="marginRight"                target="toolsFrame"                value="删除信息"                action="#{bbs_replyTools.toRevoke}"/>            <h:commandLink styleClass="marginRight"               target="_top"                value="刷新页面"               action="#{bbs_replyTools.reload}"/>        </h:panelGroup>    </h:panelGrid>    </h:form>    <h:panelGrid columns="1"         border="0"         cellpadding="3"         cellspacing="3"        styleClass="table2 tableWH">         <iframe name="toolsFrame" src="" frameborder="0" width="100%" height="350">iframe</iframe>    </h:panelGrid>    <%@ include file="/common/footer.jsp"%>    </body></html></f:view>

⌨️ 快捷键说明

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