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

📄 adminzoneauth.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>AdminZoneAuth</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"                      value="#{bbs_adminZoneAuth.bePost}"/>                    <h:outputLabel for="bePost" value="可发主题" style="margin-right:20px;"/>                                        <h:selectBooleanCheckbox id="beReply"                      value="#{bbs_adminZoneAuth.beReply}"/>                    <h:outputLabel for="beReply" value="可回复的" style="margin-right:20px;"/>                                        <h:selectBooleanCheckbox id="beUpload"                      value="#{bbs_adminZoneAuth.beUpload}"/>                    <h:outputLabel for="beUpload" value="可上传文件" style="margin-right:20px;"/>                                        <h:selectBooleanCheckbox id="visible"                      value="#{bbs_adminZoneAuth.visible}"/>                    <h:outputLabel for="visible" value="可见的" style="margin-right:20px;"/>                </h:panelGroup>                                <h:panelGroup>                    <h:inputHidden value="#{bbs_adminZoneAuth.zone.num}"/>                    <h:commandButton value="确认修改"                      action="#{bbs_adminZoneAuth.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 + -