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

📄 userprofile.jsp

📁 this is for appfuse1.8 source using strut 1.x, spring and hibernate.
💻 JSP
字号:
<%@ 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -