login.jsp
来自「this is for appfuse1.8 source using stru」· JSP 代码 · 共 24 行
JSP
24 行
<%@ include file="/common/taglibs.jsp"%><title><fmt:message key="login.title"/></title><content tag="heading"><fmt:message key="login.heading"/></content><body id="login"/><c:import url="/loginMenu.jsp"/><p><fmt:message key="welcome.message"/></p><%-- Include the login form --%><c:import url="/loginForm.jsp"/><p><fmt:message key="login.passwordHint"/></p><p><a href="#" onclick="toggleDisplay('readme'); return false">Toggle README</a></p> <div id="readme" style="display: none"> <%-- Include the README.txt --%> <pre><jsp:include page="/README.txt"/></pre></div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?