📄 moredeptaffiche.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>部门公告</title>
<style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
body {
margin-left: 2px;
margin-top: 15px;
margin-right: 0px;
margin-bottom: 0px;
}
a {
font-size: 12px;
}
a:link {
text-decoration: none;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
a:active {
text-decoration: none;
}
.STYLE1 {
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}
-->
</style>
<link href="../../credit/css/lx2.css" rel="stylesheet" type="text/css" />
<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="600" border="0" align="center" cellpadding="0"
cellspacing="0">
<tr>
<td width="113" height="30" bgcolor="#A4B5E3" class="STYLE3">
<div align="center" class="STYLE6">
部门公告
</div>
</td>
<td width="487" height="25" bgcolor="#A4B5E3">
</td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td height="122" colspan="2" valign="top">
<table width="800" cellpadding="0" cellspacing="0">
<logic:iterate id="affiche" name="afficheList3">
<tr>
<td background="image/line.gif" colspan="3" height="1"></td>
</tr>
<tr>
<td width="27" height="22" bgcolor="#F2F2FF">
<div align="center">
<bean:write name="affiche" property="afficheId" />
</div>
</td>
<td width="387" height="22" bgcolor="#F2F4FB" style="cursor: hand">
<html:hidden property="afficheId" name="affiche" />
<a
onclick="window.open('/oa/showIndexOneAffiche.do?afficheId=${affiche.afficheId}','' ,'height=350, width=710, top=200,left=270, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no,status=no')">
<bean:write name="affiche" property="afficheTitle" /> </a>
</td>
<td width="163" bgcolor="#F2F2FF">
<div align="center">
<bean:write name="affiche" property="createTime" />
</div>
</td>
</tr>
</logic:iterate>
</table>
</td>
</tr>
</table>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -