📄 footer.jsp
字号:
<%@ page language="java" pageEncoding="UTF-8" contentType="text/vnd.wap.wml; charset=UTF-8" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%
String encodIndex = response.encodeURL("index.jsp");
%>
<p>${valueObject.footerVO.time }<br />
<c:if test="${valueObject.footerVO.isNotHome}">
<anchor title="confirm">返回<prev/></anchor> <a href="<%=encodIndex %>">首页</a><br />
</c:if>
<c:choose>
<c:when test="${valueObject.footerVO.isLogin}">
<a href="<%=encodIndex %>?action=login&logout=yes&formhash=${valueObject.footerVO.formhash }">${valueObject.footerVO.userName }:退出</a>
</c:when>
<c:otherwise>
<a href="<%=encodIndex %>?action=login">登录 </a> <a href="<%=encodIndex %>?action=register">注册</a>
</c:otherwise>
</c:choose>
<br /><br />
<small>Powered by JspRun!</small>
</p>
</card>
</wml>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -