?? daily.jsp
字號:
<%@ page contentType="text/html;charset=gb2312" %>
<%@ include file="top.jsp"%>
<TABLE id=Table1 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR id=main_section vAlign=top>
<TD>
<TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR >
<TD class=welcomeleft id=left_pane vAlign=top width=155 >
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 background=../images/back.gif height=586>
<TBODY>
<TR>
<TD valign=top>
<%@ include file="personal_menu.jsp"%>
</TD></TR>
</TBODY></TABLE>
</TD><TD id=right_pane>
<form name="form1" method="post" action="dailywriteok.jsp" onSubmit="return check1();">
<div style="PADDING-RIGHT: 20px; PADDING-LEFT: 6px; PADDING-BOTTOM: 6px; WIDTH: 100%; PADDING-TOP: 6px; HEIGHT: 100%">
<!-- ### Right Pane Position ### --><div id="TaskCalendarPage1_ListPanel" style="width:100%;">
<table id="TaskCalendarPage1_Table1" cellspacing="3" cellpadding="3" width="100%" border="0">
<tr>
<TD valign="top" width="25%">
<%@ include file="../conn/dailydate.jsp"%>
</TD>
<TD valign="top">
<table class="Grid" cellspacing="0" border="0" style="width:100%;border-collapse:collapse;">
<tr>
<td class="Grid_Item">
<TABLE class="Grid" style="BORDER-RIGHT: #cbe396 1px solid; BORDER-TOP: #cbe396 1px solid; BORDER-LEFT: #cbe396 1px solid; BORDER-BOTTOM: #cbe396 1px solid" cellSpacing="1" cellPadding="1" width="100%" border="0">
<TR>
<TD>
<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0" class="article-page" bordercolor=red>
<TR>
<TD valign="top">
<TABLE style="BORDER-RIGHT: thin solid; BORDER-TOP: thin solid; FONT-SIZE: x-small; BORDER-LEFT: thin solid; BORDER-BOTTOM: thin solid; FONT-FAMILY: Verdana; HEIGHT: 66px" cellSpacing="0" cellPadding="2" width="100%" border="0">
<tr><td height=10></td></tr>
<TR >
<TD style="WIDTH: 60px; HEIGHT: 27px" vAlign="top">備忘日期</TD>
<TD style="HEIGHT: 27px" vAlign="top"><input name=day value="請?jiān)谧筮呥x擇要操作的日期" readonly=true size=30> </TD>
</TR>
<tr><td height=10></td></tr>
<TR >
<TD style="WIDTH: 60px; HEIGHT: 27px" vAlign="top">備忘事件</TD>
<TD style="HEIGHT: 27px" vAlign="top"><input name="title" type="text" maxlength="10" size=30> </TD>
</TR>
<tr><td height=10></td></tr>
<TR>
<TD style="WIDTH: 60px" vAlign="top">備 注</TD>
<TD vAlign="top">
<textarea name="content" cols="70" rows="15"></textarea>
</OBJECT>
</TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD height=2 valign="top">
<table height="35" cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<TD nowrap="nowrap" align="right" width="100%">
<input type="submit" name="aa" value="刷新" class="pushbutton" / disabled="disabled" >
<input type="submit" name="bb" value="編輯" class="pushbutton" / disabled="disabled" >
<input type="submit" name="cc" value="保存" class="pushbutton" / onclick:javascipt"check()">
<input type="submit" name="dd" value="取消" class="pushbutton" />
</TD>
</tr>
</table>
</TD>
</TR>
</table>
</td>
</tr>
</TABLE>
</td>
</tr>
</table>
</form>
</TD></TR></TBODY></TABLE></TD></TR>
</TBODY>
</table>
<%@ include file="end.jsp"%>
</BODY>
</HTML>
<script language=javascript>
<!--
function check1(){
ff=document.form1
if (ff.day.value=="請?jiān)谧筮呥x擇要操作的日期"){
window.alert("請選擇備忘日期!")
ff.day.focus()
return false
}
if (ff.title.value==""){
window.alert("請輸入備忘事件!")
ff.title.focus()
return false
}
}
//-->
</script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -