footer.jsp
来自「论坛软件系统亦称电子公告板(BBS)系统」· JSP 代码 · 共 22 行
JSP
22 行
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?