📄 zhoubao-zfsfjc.jsp
字号:
</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;"/>
</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>
</table>
<table width="800" border="0" align="center" cellpadding="0" cellspacing="1" bordercolor="#000000" bgcolor="#CCCCCC">
<tr>
<td width="79" height="25" bgcolor="#ffffff"><div align="center">本周小结</div></td>
<td colspan="7" bgcolor="#ffffff"><textarea name="result" cols="95" rows="6" style="border-width:0px;"></textarea></td>
</tr>
<tr>
<td height="25" bgcolor="#ffffff"><div align="center">制表人</div></td>
<td width="132" bgcolor="#ffffff"><div align="center">
<input name="maker" type="text" value="" size="12" />
</div></td>
<td width="116" bgcolor="#ffffff" ><div align="center">制表时间</div></td>
<td width="447" colspan="5" bgcolor="#ffffff"> 从
<%
java.text.SimpleDateFormat f = new java.text.SimpleDateFormat( "yyyy-MM-dd");
Date d = new Date();
String strdate = f.format(d);//System.out.println(strdate);
String fromdate = (String) request.getAttribute("fromdate");
if (fromdate != null) {
strdate = fromdate;
}
%>
<input name="fromdate" type="text" size="12" readonly="1" id="fromdate" value="<%=strdate%>"/>
<input type="button" value="选择" id="btn" /> 至
<%
java.text.SimpleDateFormat f2 = new java.text.SimpleDateFormat("yyyy-MM-dd");
Date d2 = new Date();
String strdate2 = f2.format(d2);
String todate = (String) request.getAttribute("todate");
if (todate != null) {
strdate2 = todate;
}
%>
<input name="todate" type="text" size="12" id="todate" readonly="1" value="<%=strdate2%>"/>
<input type="button" value="选择" id="btn2" /></td>
</tr>
<tr>
<td height="52" colspan="8" bgcolor="#E8E8E8">
<div align="left">
<input type="button" name="button" id="button" value="添加行" onClick="addaffix()"/>
<input type="button" name="button" id="button" value="删除行" onClick="delpicture()"/>
</div>
<div align="center">
<input name="baocun" type="submit" class="anniu" value="保 存"
hidefocus="true" />
<input name="chongzhi" type="reset" class="anniu" value="重 填"
hidefocus="true" />
</div> </td>
</tr>
</table>
</form>
</body>
</html>
<script type="text/javascript">
Calendar.setup({
inputField : "fromdate", // id of the input field
ifFormat : "%Y-%m-%d", // format of the input field
button : "btn", // trigger for the calendar (button ID)
align : "Br", // alignment (defaults to "Bl")
singleClick : true
});
Calendar.setup({
inputField : "todate", // id of the input field
ifFormat : "%Y-%m-%d", // format of the input field
button : "btn2", // trigger for the calendar (button ID)
align : "Br", // alignment (defaults to "Bl")
singleClick : true
});
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -