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

📄 weeklyeditindex.jsp

📁 一个oa系统
💻 JSP
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%
	response.setHeader("Pragma", "No-cache");
	response.setHeader("Cache-Control", "no-cache");
	response.setDateHeader("Expires", 0);
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <title>联信OA-周报系统</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 13px;
}
body {
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.STYLE6 {
	color: #FFFFFF;
	font-size: 14px;
}
.STYLE7 {color: #FFFFFF}
.STYLE8 {font-size: 14px}
-->
html,body{

scrollbar-face-color: #f2f2f2; 

scrollbar-highlight-color: #ffffff; 

scrollbar-shadow-color: #999999; 

scrollbar-3dlight-color: #999999; 

scrollbar-arrow-color: #999999; 

scrollbar-track-color: ##FFFFFF; 

scrollbar-darkshadow-color: #ffffff;

}
</style>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>  
 <body>
<table width="800" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <th width="765" scope="0"><table width="298" border="0" align="left" cellpadding="0" cellspacing="5">
      <tr>
        <th width="100" height="25" bgcolor="#A4B5E3" ><a class="STYLE13 STYLE6" style="cursor:hand" onClick="document.getElementById('Weekly-Fill').src='<%=request.getContextPath() %>/weeklyinput.do'">填写周报</a></th>
        <th width="100" height="25" bgcolor="#A4B5E3" ><a class="STYLE13 STYLE7 STYLE8 STYLE7"style="cursor:hand" onClick="document.getElementById('Weekly-Fill').src='<%=request.getContextPath() %>/weeklymodifylist.do'">修改周报</a></th>
        <th width="100" height="25" bgcolor="#A4B5E3" ><a
		class="STYLE13 STYLE8 STYLE7" style="cursor:hand" onClick="document.getElementById('Weekly-Fill').src='<%=request.getContextPath() %>/weeklylooklist.do'">查看周报</a></th>
        </tr>
    </table>
    </th>
  </tr>
  <tr>
    <td><iframe scrolling="auto" frameborder="0" name="Weekly-Fill" id="Weekly-Fill" src="<%=request.getContextPath() %>/weeklyinput.do" width="800" height="1400" ></iframe></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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