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

📄 zhoubao-zfsfjc.jsp

📁 一个oa系统
💻 JSP
📖 第 1 页 / 共 2 页
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gbk"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <base href="<%=basePath%>">
    
    <title>联信OA-周报系统</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.wd{
        background-color:#ffffff;
}

-->
</style>
<link rel="stylesheet" type="text/css" media="all" href="<%=request.getContextPath()%>/css/calendar-win2k-cold-1.css" title="win2k-cold-1" />
<script type="text/javascript" src="<%=request.getContextPath()%>/js/Calendar.js"></script>
<script type="text/javascript" src="<%=request.getContextPath()%>/js/Calendar-zh.js"></script>
<script type="text/javascript" src="<%=request.getContextPath()%>/js/Calendar-Setup.js"></script>
<script type="text/javascript">
	       var cellID=0;
		   function addaffix(){
		       cellID=cellID+1;
		       var row = tab.insertRow();
		       row.id="r"+cellID;
		       var cell1 = row.insertCell();
		       var ss1 = "<input name=\"a1\" type=\"text\" value=\"\" size=\"10\" style=\"border-width:0px;\" />";
		       cell1.className="wd";
		     //  var ss1 = "&nbsp;&nbsp;"+"<input type=\"file\" size=\"35\" name=\"file"+cellID+"\">";
		       cell1.innerHTML = ss1;
		    //   var cell2 = row.insertCell();
		    //   var ss2 = "<input type=\"button\"  value=\"删除\" onclick=\"delpicture(this)\" />";
		       var cell2 = row.insertCell();
		       cell2.height="25";
		       cell2.className="wd";
		       var ss2 = "<input name=\"a2\" type=\"text\" value=\"\" size=\"10\" style=\"border-width:0px;\" />";
		       cell2.innerHTML = ss2;  
		       
		       var cell3 = row.insertCell();
		       var ss3 = "<input name=\"a3\" type=\"text\" value=\"\" size=\"9\" style=\"border-width:0px;\" />";
		       cell3.className="wd";
		       cell3.innerHTML = ss3; 
		         
		       var cell4 = row.insertCell();
		       var ss4 = "<input name=\"a4\" type=\"text\" value=\"\" size=\"10\" style=\"border-width:0px;\" />";
		       cell4.className="wd";
		       cell4.innerHTML = ss4;  
		        
		       var cell5 = row.insertCell();
		       var ss5 = "<input name=\"a5\" type=\"text\" value=\"\" size=\"14\" style=\"border-width:0px;\" />";
		       cell5.className="wd";
		       cell5.innerHTML = ss5;  
		        
		       var cell6 = row.insertCell();
		       var ss6 = "<input name=\"a6\" type=\"text\" value=\"\" size=\"22\" style=\"border-width:0px;\" />";
		       cell6.className="wd";
		       cell6.innerHTML = ss6; 
		         
		       var cell7 = row.insertCell();
		       var ss7 = "<input name=\"a7\" type=\"text\" value=\"\" size=\"11\" style=\"border-width:0px;\" />";
		       cell7.className="wd";
		       cell7.innerHTML = ss7; 
		         
		       var cell8 = row.insertCell();
		       var ss8 = "<input name=\"a8\" type=\"text\" value=\"\" size=\"15\" style=\"border-width:0px;\" />";
		       cell8.className="wd";
		       cell8.innerHTML = ss8;      
		   }
		   function delpicture(obj){
		       var tableObj = document.getElementById("tab"); 
		       var a = tableObj.rows.length-1;
		       tableObj.deleteRow(a);
		   }
</script>
  <meta http-equiv="Content-Type" content="text/html; charset=gb2312"></head>
  
 <body>
<form action="<%=request.getContextPath()%>/savezfsfjc.do" method="post" onSubmit="return checkform2()">
<table width="800" height="25" border="0" align="center" cellpadding="0" cellspacing="0">
<% 
    Calendar c = new GregorianCalendar();
 %>
  <tr>
    <td bgcolor="#A4B5E3">&nbsp;</td>
    <td bgcolor="#A4B5E3"><div align="center" class="STYLE9">转发收费查询项目监控周报(2007年第<%=c.get(Calendar.WEEK_OF_YEAR) %>周)</div></td>
    <td bgcolor="#A4B5E3">&nbsp;<input name="weeklyofyear" type="hidden" value="<%=c.get(Calendar.WEEK_OF_YEAR) %>" size="12"  style="border-width:0px;"/></td>
  </tr>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#000000" bgcolor="#CCCCCC" id="tab">
    <tr>
      <td width="78" rowspan="2" bgcolor="#E6EAF7"><div align="center">地区</div></td>
      <td width="70" rowspan="2" bgcolor="#E6EAF7"><div align="center">原始额度</div></td>
      <td width="66" rowspan="2" bgcolor="#E6EAF7" ><div align="center">上周额度</div></td>
      <td width="75" rowspan="2" bgcolor="#E6EAF7"><div align="center">本周消费总额</div></td>
      <td height="25" colspan="4" bgcolor="#E6EAF7"><div align="center">本周消费基本情况</div></td>
    </tr>
    <tr>
      <td width="101" height="25" bgcolor="#E6EAF7"><div align="center">公司内部消费额度</div></td>
      <td width="158" bgcolor="#E6EAF7"><div align="center">消费的人员名称或IP</div></td>
      <td width="84" bgcolor="#E6EAF7"><div align="center">外部会员消费额</div></td>
      <td width="138" bgcolor="#E6EAF7"><div align="center">会员名和IP</div></td>
    </tr>
    <tr>
      <td height="25" bgcolor="#ffffff"><div align="center">
        <input name="a1" type="text" value="" size="10" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
          <input name="a2" type="text" value="" size="10" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff" ><div align="center">
        <input name="a3" type="text" value="" size="9" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a4" type="text" value="" size="9" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a5" type="text" value="" size="14" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a6" type="text" value="" size="22" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a7" type="text" value="" size="11" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
          <input name="a8" type="text" value="" size="10" style="border-width:0px;"/>
      </div></td>
    </tr>
    <tr>
      <td height="25" bgcolor="#ffffff"><div align="center">
        <input name="a1" type="text" value="" size="10" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
          <input name="a2" type="text" value="" size="10" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff" ><div align="center">
        <input name="a3" type="text" value="" size="9" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a4" type="text" value="" size="9" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a5" type="text" value="" size="14" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a6" type="text" value="" size="22" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
        <input name="a7" type="text" value="" size="11" style="border-width:0px;"/>
      </div></td>
      <td bgcolor="#ffffff"><div align="center">
          <input name="a8" type="text" value="" size="10" style="border-width:0px;"/>
      </div></td>
    </tr>
    <tr>
      <td height="25" bgcolor="#ffffff"><div align="center">
        <input name="a1" type="text" value="" size="10" style="border-width:0px;"/>

⌨️ 快捷键说明

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