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

📄 adminforumauth.jsp

📁 tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛tbuy1.1.5是在netbeans环境下用JSF技术编写的一个论坛
💻 JSP
字号:
<%--     Document   : adminZoneAuth    Created on : 2007-10-30, 22:18:37    Author     : huliqing--%><%@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"%><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"   "http://www.w3.org/TR/html4/loose.dtd"><f:view locale="#{localeBean.locale}"><html>    <head>        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">        <title>AdminForumAuth</title>        <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/common/css/style.css"/>    </head>    <body style="margin:0px">    <h:form>        <h:panelGrid border="0"         width="100%"        columns="1"        cellpadding="3"        cellspacing="3"        headerClass="th">            <f:facet name="header">		<h:outputText value="讨论区权限编辑"/>            </f:facet>            <h:messages globalOnly="true"             showDetail="true"             infoClass="infos"             errorClass="errors"             fatalClass="fatals"/>	    <h:panelGrid border="0" width="100%" columns="1"                 cellpadding="3" cellspacing="3" rowClasses="row2,row1">                <h:panelGroup>                    <h:selectBooleanCheckbox id="bePost"                      binding="#{bbs_adminForumAuth.uiBePost}"/>                    <h:outputLabel for="bePost" value="可发主题" style="margin-right:20px;"/>                    <h:selectBooleanCheckbox id="beReply"                      binding="#{bbs_adminForumAuth.uiBeReply}"/>                    <h:outputLabel for="beReply" value="可回复的" style="margin-right:20px;"/>                    <h:selectBooleanCheckbox id="beUpload"                      binding="#{bbs_adminForumAuth.uiBeUpload}"/>                    <h:outputLabel for="beUpload" value="可上传文件" style="margin-right:20px;"/>                    <h:selectBooleanCheckbox id="visible"                      binding="#{bbs_adminForumAuth.uiVisible}"/>                    <h:outputLabel for="visible" value="可见的" style="margin-right:20px;"/>                </h:panelGroup>                                <h:panelGroup>                    <h:inputHidden value="#{bbs_adminForumAuth.forum.num}"/>                    <h:commandButton value="确认修改"                      action="#{bbs_adminForumAuth.updateAuth}"                      style="margin-top:10px;"/>                </h:panelGroup>                                <h:panelGrid width="100%" columns="1"                  cellpadding="3" cellspacing="3">                    <h:outputText escape="false" value="<b>可发主题:</b>表示该讨论区下可发表主题文章,                        如果你取消了该项,则该讨论区将禁止发表主题!"                         styleClass="colorGray"/>                    <h:outputText escape="false" value="<b>可回复的:</b>表示该讨论区下可对主题发表回复信息,                        如果你取消了该项,则该讨论区不允许回复!"                         styleClass="colorGray"/>                    <h:outputText escape="false" value="<b>可上传文件:</b>表示该讨论区下发表文章时可以上传附件,                        如果取消该项,则该讨论区不允许上传附件!"                         styleClass="colorGray"/>                    <h:outputText escape="false" value="<b>可见的:</b>表示该讨论区对任何用户可见,                        如果你取消了该项,则该讨论区将被隐藏!"                         styleClass="colorGray"/>                    <h:outputText escape="false" value="<b><font color=red>注意:</font></b>如果你发现某些选项不能选择,                        则表示你已经在该讨论区所属的专区中取消了该项!(以上设置不会对管理员及版主起作用)"                         styleClass="colorGray"/>                </h:panelGrid>            </h:panelGrid>        </h:panelGrid>    </h:form>    </body></html></f:view>

⌨️ 快捷键说明

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