test.jsp

来自「图书馆管理系统 能满足 查询」· JSP 代码 · 共 69 行

JSP
69
字号
<%@ 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 + =
减小字号Ctrl + -
显示快捷键?