?? main.htm
字號:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="css/main.css" rel="stylesheet" type="text/css">
<title>main</title>
<script language="JavaScript">
<!--
var tr_id;
function clear_class(obj){
for(i=1; i<=3; i++){
eval("tr_" + i).className = "trbg1";
}
tr_id =obj.id;
}
function set_class(obj)
{
obj.onMouseOver=false;
obj.onMouseOut=false;
obj.className='trbg2';
}
function over(obj){
if (obj.id==tr_id)
return;
obj.className='trbg2';
}
function out(obj){
if (obj.id==tr_id)
return;
obj.className='trbg1';
}
//-->
</script>
</head>
<body bgcolor="#E4F2FF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table align="center" width="98%">
<tr>
<td>工作日志列表:</td>
</tr>
</table>
<div style="width:100%; height:250px; z-index:1; overflow: auto;">
<TABLE width="98%" border=0 align="center" cellPadding=0 cellSpacing=1 bgColor=#cccccc>
<TR valign=bottom>
<TD width="30" height=20 align="center" class=tabtitleborder> 操作</TD>
<TD width="50" height=20 align="center" class=tabtitleborder> 序 號</TD>
<TD align="center" class=tabtitleborder height=20> 內 容</TD>
<TD width="100" height=20 align="center" class=tabtitleborder> 時 間</TD>
</TR>
<TR id="tr_1" class="trbg1" onClick="clear_class(this);set_class(this);" onMouseOver="over(this);" onMouseOut="out(this)" >
<TD height=25 align="center" ><input type="checkbox" name="checkbox" value="checkbox"></TD>
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR id="tr_2" class="trbg1" onClick="clear_class(this); set_class(this);" onMouseOver="over(this);" onMouseOut="out(this)">
<TD height=25 align="center" ><input type="checkbox" name="checkbox" value="checkbox"></TD>
<TD height=25> efsdf</TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR id="tr_3" class="trbg1" onClick="clear_class(this);set_class(this);" onMouseOver="over(this);" onMouseOut="out(this)">
<TD height=25 align="center" ><input type="checkbox" name="checkbox" value="checkbox"></TD>
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25 align="center" ><input type="checkbox" name="checkbox" value="checkbox"></TD>
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25 align="center" ><input type="checkbox" name="checkbox" value="checkbox"></TD>
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
</TABLE>
</div>
<table align="center" width="98%">
<tr>
<td align="center"><input type="button" name="add" value=" 確 定 " class="button1" >
<input type="button" name="add2" value=" " class="button1" >
</td>
</tr>
</table>
<hr width="98%" size="3" noshade color="#666666">
<table align="center" width="98%">
<tr>
<td>批示列表:</td>
</tr>
</table>
<div style="width:100%; height:160px; z-index:1; overflow: auto; ">
<TABLE width="98%" border=0 align="center" cellPadding=0 cellSpacing=1 bgColor=#cccccc>
<TR valign=bottom>
<TD width="50" height=20 align="center" class="tabtitleborder2"><font color="#FFFFFF">
序 號</font></TD>
<TD align="center" class="tabtitleborder2" height=20><font color="#FFFFFF">
內 容</font></TD>
<TD width="100" height=20 align="center" class="tabtitleborder2"><font color="#FFFFFF">
時 間</font></TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
<TR class="trbg1" onMouseOver="this.className='trbg2'" onMouseOut="this.className='trbg1'" >
<TD height=25> </TD>
<TD height=25> </TD>
<TD height=25> </TD>
</TR>
</TABLE>
</div>
<table align="center" width="98%">
<tr>
<td align="center"><input type="button" name="add3" value=" 確 定 " class="button1" >
<input type="button" name="add22" value=" " class="button1" >
</td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -