?? test.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">
<!--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 + -