📄 info.jsp
字号:
<%@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="c" uri="http://java.sun.com/jsp/jstl/core"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><style type="text/css">.info_style1 { text-indent: 5px; margin-bottom: 0px; background: #FFFFFF;}.info_row1 { background: url(images/bg.jpg);}.info_row2 { background: #f6f6f6;}</style><f:view locale="#{localeBean.locale}"><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Userinfo</title> <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/common/css/style.css"/> </head> <body> <%@ include file="/common/header.jsp" %> <h1>Userinfo</h1> <h:panelGrid border="0" width="100%" columns="1" cellpadding="7" cellspacing="3" styleClass="info_style1" rowClasses="info_row1,info_row2"> <h:panelGroup> <h:outputLink value="?page=/common/user/info/menu.jsp" style="margin-right: 20px;"> <h:outputText value="基本资料"/> </h:outputLink> <h:outputLink value="?page=/common/message/menu.jsp" style="margin-right: 20px;"> <h:outputText value="我的短讯"/> </h:outputLink> <h:outputLink value="?page=/bbs/info/menu.jsp" style="margin-right: 20px;"> <h:outputText value="论坛资料"/> </h:outputLink> </h:panelGroup> <f:subview id="myView"> <c:import url="${param.page}"/> </f:subview> </h:panelGrid> <%@ include file="/common/footer.jsp" %> </body></html></f:view>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -