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

📄 test.jsp

📁 图书馆管理系统 能满足 查询
💻 JSP
字号:
<%@ page language="java" pageEncoding="GBK"%>

<%@ 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"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html:html lang="true">
<head>
	<link href="consolepage/css/style.css" rel="stylesheet">
	<link href="consolepage/css/main.css" rel="stylesheet">
	<script type="text/javascript">
	
	</script>
</head>

<body>
	<form action="" name="showform" method="post">
		&nbsp;
		<!--RIGHT-->
		<div class="right">
			<div class="btn">
				<div  onclick="return show1();"
					onmouseover="this.style.cursor='hand'">
					近期公告
				</div>
				<div  onclick="return show3();"
					onmouseover="this.style.cursor='hand'">
					已发布公告管理
				</div>
			</div>
			<div class="content">
					
					<div class="bill" align="left">
						<table width="95%" border="0" cellspacing="0" cellpadding="0"
							class="table">
							<tr>
								<th>
									编号
								</th>
								<th>
									标题
								</th>
								<th>
									内容
								</th>
								<th>
									发布时间
								</th>
								<th>
									是否显示
								</th>
							</tr>
						</table>
						
						<div style="float: right; margin-right: 20px;">
							
						</div>
					</div>
				</div>
			</div>
		<!--end RIGHT-->
	</form>
</body>

</html:html>

⌨️ 快捷键说明

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