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

📄 zhoubao-lxjc.jsp

📁 一个oa系统
💻 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>
    <html:base />
    
    <title>zhoubao-lxjc.jsp</title>

	<meta http-equiv="pragma" content="no-cache">
	<meta http-equiv="cache-control" content="no-cache">
	<meta http-equiv="expires" content="0">    
	<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
	<meta http-equiv="description" content="This is my page">
	<!--
	<link rel="stylesheet" type="text/css" href="styles.css">
	-->

  </head>
  <body>
  <table width="742" border="0" cellpadding="0" cellspacing="1"
		bgcolor="#3868F8">
		<tr>
			<td width="740" height="25" bgcolor="#A4B5E3">
				<p class="STYLE1">
					&nbsp;联信网转发网站监测周报管理
				</p>
			</td>
		</tr>
		<tr><td>
			<table width="742" border="0" cellspacing="1" cellpadding="0">
				<tr><td width="197" height="25" bgcolor="#FFFFF">
					<logic:notEmpty name="allzhoubao">
						<logic:iterate id="zhoubao" name="allzhoubao">
							
								<div align="center">	
								<bean:define id="weekid" name="zhoubao" property="weeklyofyear"></bean:define>	
								<a href=<%=request.getContextPath() %>/lookZhoubaoLxjc.do?week=<%=weekid %>>						
									<bean:write name="zhoubao" property="weeklyofyear" /></a>
							
						</logic:iterate>
					</logic:notEmpty></td>
				</tr>
			</table>
			</td>
		</tr>
		<tr>
			<td height="1" colspan="4"
				background="<%=request.getContextPath()%>/image/line.gif"></td>
		</tr>
	</table>
  </body>
</html:html>

⌨️ 快捷键说明

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