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

📄 menu.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"%><script type="text/javascript" src="<%=request.getContextPath()%>/common/js/iframe.js"></script><style type="text/css">.mCol1 {    width: 180px;    height: 350px;    background: #F6F6F6;    vertical-align: top;}.mCol2 {vertical-align: top;}.mStyle2 {    margin-top: 20px;    margin-left: 20px;}</style><f:subview id="user_info_menu"><h:form><h:panelGrid border="1" columns="2" cellpadding="3" cellspacing="3"styleClass="table1 tableWH"columnClasses="mCol1,mCol2">    <h:panelGrid border="0"     columns="1"     cellpadding="3"     cellspacing="3"    styleClass="mStyle2">        <h:panelGrid columns="2"	cellpadding="3"         cellspacing="3">            <h:graphicImage url="/common/user/images/info.gif"/>            <h:outputLink value="#{facesContext.externalContext.requestContextPath}/common/user/info/editInfo.faces" target="myFrame">                <h:outputText value="我的详细资料"/>            </h:outputLink>	    <h:graphicImage url="/common/user/images/key.gif"/>            <h:outputLink value="#{facesContext.externalContext.requestContextPath}/common/user/info/password.faces" target="myFrame">                <h:outputText value="修改用户密码"/>            </h:outputLink>	</h:panelGrid>    </h:panelGrid>        <iframe name="myFrame" src="<%=request.getContextPath()%>/common/user/info/password.faces" frameborder="0" id="myFrame" onload="Javascript:SetWinHeight(this)" scrolling="no" width="100%" height="100%">iframe</iframe></h:panelGrid></h:form></f:subview>

⌨️ 快捷键说明

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