📄 top.jsp~8~
字号:
<%@ page contentType="text/html; charset=GBK" %>
<%@ page import="com.victor.domain.NewsTypeActionForm"%>
<%@ page import="java.sql.*"%>
<%@ page import="java.util.List;"%>
<html>
<title>头页面</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
td{
font-size:9pt;
}
.style11 {color: #990099; font-weight: bold; }
.style15 {color: #FFFFCC}
.style17 {color: #FFFFFF}
.style18 {color: #FF9F2E}
.style19 {color: #FF00FF}
-->
</style></head>
<body>
<table width="798" height="98" border="0" cellpadding="0" cellspacing="0" align="center">
<tr align="left">
<td height="73" colspan="2" valign="top" background="jsp/images/banner.jpg"><br>
<span class="style11"> ·</span><span class="style18"><a href="index.jsp" target="_parent" class="style19" >返回首页</a></span></span></span><span class="style11">·</span><a href="jsp/managerBack/managerCheck.jsp" target="_parent" class="style19" onClick="alert('确定进入网页的后台吗!'); return true">进入后台</a> </td>
</tr>
<tr>
<td width="373" height="25" background="jsp/images/navigate.jpg"><table width="365" height="25" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="365" height="25" align="right" class="style17">今天是2006年1月22日 </td>
</tr>
</table></td>
<td width="425" height="25" background="jsp/images/navigate.jpg"><table border="0" cellpadding="0" cellspacing="0">
<tr>
<%List list=(List)request.getAttribute("listType");%>
<%for(int i=0;i<list.size();i++){
NewsTypeActionForm type=(NewsTypeActionForm)list.get(i);
%>
<td align="center" width="68" height="25" background="jsp/images/diamonds.gif"><a href="newsTypeWatch.do?type=<%=type.getTypeName()%>" target="main"><font color="#6B3000"><%=type.getTypeName()%></font></a></td>
<%}%>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -