📄 menu.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 columns="1" cellpadding="3" cellspacing="3" styleClass="mStyle2"> <h:panelGrid columns="2" cellpadding="3" cellspacing="3"> <h:graphicImage url="/common/message/images/news.gif"/> <h:outputLink value="#{facesContext.externalContext.requestContextPath}/common/message/messages.faces" target="myFrame"> <h:outputText value="已收到的短讯"/> </h:outputLink> <h:graphicImage url="/common/message/images/write.gif"/> <h:outputLink value="#{facesContext.externalContext.requestContextPath}/common/message/sendMess.faces" target="myFrame"> <h:outputText value="发送站内短讯"/> </h:outputLink> </h:panelGrid> </h:panelGrid> <iframe name="myFrame" src="<%=request.getContextPath()%>/common/message/messages.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 + -