userprofile.jsp
来自「this is for appfuse1.8 source using stru」· JSP 代码 · 共 22 行
JSP
22 行
<%@ include file="/common/taglibs.jsp"%><head> <title><fmt:message key="userProfile.title"/></title> <content tag="heading"><fmt:message key="userProfile.heading"/></content> <script type="text/javascript" src="<c:url value='/scripts/selectbox.js'/>"></script></head><!-- You could also add a message to the default decorator and not use this page. --><c:choose> <c:when test="${param.from == 'list'}"> <fmt:message key="userProfile.admin.message"/> </c:when> <c:otherwise> <fmt:message key="userProfile.message"/> </c:otherwise></c:choose><div class="separator"></div><jsp:include page="/WEB-INF/pages/userForm.jsp"/>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?