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

📄 top.jsp

📁 实现图书的借阅和管理信息化
💻 JSP
字号:
<%@ page language="java" contentType="text/html; charset=GBK" import="java.util.*;"%>

<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic"%>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles"%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c"%>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt"%>

<!--Logo部分-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td width="486" background="images/banner_bg.jpg">
			<img src="images/logo.gif" width="486" height="64">
		</td>
		<td background="images/banner_bg.gif" align=center>


			<a style="cursor:hand;" href="index.html"> <span class="style6"><img
						src="images/main.gif" width="23" height="23" border="0"
						align="absmiddle" alt="首页"> </span> </a><span class="style6">&nbsp;&nbsp;
				<a style="cursor:hand;" onclick="window.history.back();"> <img
						src="images/back.gif" width="23" height="23" border="0"
						align="absmiddle" alt="后退"> </a>&nbsp;&nbsp; <a
				style="cursor:hand;" onclick="window.history.forward();"> <img
						src="images/forward.gif" width="23" height="23" border="0"
						align="absmiddle" alt="前进"> </a>&nbsp;&nbsp; <a
				style="cursor:hand;" onclick="return windowclose();"> <img
						src="images/exit.gif" width="19" height="23" border="0"
						align="absmiddle" alt="退出"> </a> </span><a style="cursor:hand;"
				onclick="return windowclose();"> </a>
		</td>
	</tr>
</table>
<!--菜单条部分-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
	<tr>
		<td width="127">
			<img src="images/menu1.gif" width="127" height="32">
		</td>
		<td width="100%" align=center valign="middle"
			background="images/menu_bg.gif" class=style3>
			<marquee direction="left" onmouseover="this.stop();"
				onmouseout="this.start();">
				<div align="left">
					<span class="style6"> 下午好: <logic:present name="reader"
							scope="session">
					${reader.dzxm}
				</logic:present> 
				<jsp:useBean id="now" scope="session" class="java.util.Date"/>
				<logic:present name="admin" scope="session">
					${admin.adminName}
				</logic:present> 今天的日期是: <fmt:timeZone value="GMT">
            <fmt:formatDate value="${now}" type="date" timeZone="yyyy年MM月dd日"/>
          </fmt:timeZone> </span>
				</div>
			</marquee>
		</td>
		<td width="39">
			<img src="images/menu2.gif" width="39" height="32">
		</td>
	</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -