📄 weekv.asp
字号:
<html>
<head>
<script language="javascript">
function prev() {
document.location.href = "Week.asp?Today=2002/12/12&move=prev";
}
function next() {
document.location.href = "Week.asp?Today=2002/12/12&move=next";
}
function ViewDay(strDay)
{
var strUrl;
strUrl = "Day.asp?Today=" + strDay;
//转到日计划
window.navigate(strUrl, "", "help:no;status:no");
parent.fmMenu.navigate("BannerForSchedular.asp?item=1");
}
</script>
</head>
<body BGCOLOR="IVORY" LINK="BLACK" VLINK="BLACK" style=" MARGIN: 0px" scroll = no>
<div id="Layer0" style="HEIGHT: 36px; LEFT: 0px; POSITION: absolute; TOP: 84px; WIDTH: 42px; Z-INDEX: 5">
<img name="Image0" src="../images/corner.gif" height="36" width="42"></div>
<br>
<table BORDER="0" CELLPADDING="0" CELLSPACING="0">
<tr>
<td ROWSPAN="2"><img id="imgOne" border="0" height="20" src="images/tabs_l_active_end_alone.gif" width="14"></td>
<td BGCOLOR="#d6d9d1"><img border="0" height="1" src="images/clear.gif" width="62"></td>
<td ROWSPAN="2"><img id="imgTwo" border="0" height="20" src="images/tabs_r_active_end.gif" width="17"></td>
<td BGCOLOR="#d6d9d1"><img border="0" height="1" src="images/clear.gif" width="62"></td>
<td ROWSPAN="2"><img id="imgThree" border="0" height="20" src="images/tabs_r_active_end.gif"></td>
<td BGCOLOR="#d6d9d1"><img border="0" height="1" src="images/clear.gif" width="62"></td>
<td ROWSPAN="2"><img id="imgFour" border="0" height="20" src="images/tabs_r_inactive_end.gif" width="15"></td>
<!--
<td BGCOLOR="#d6d9d1"><img border="0" height="1" src="images/clear.gif" width="62"></td>
<td ROWSPAN="2"><img id="imgFive" border="0" height="22" src="images/tabs_r_inactive_end.gif" width="15">
</td>
-->
</tr>
<tr height="20">
<td id="tdForDay" height="19" BGCOLOR="#486ebd" ALIGN="middle" style="cursor:hand;color:white" Onclick="ChangeActiveItem(1, 1);"> 日 视 图 </td>
<td id="tdForWeek" height="19" BGCOLOR="#fcf4de" ALIGN="middle" style="cursor:hand" Onclick="ChangeActiveItem(2, 1);"> 周 视 图 </td>
<td id="tdForMonth" height="19" BGCOLOR="#fcf4de" ALIGN="middle" style="cursor:hand" Onclick="ChangeActiveItem(3, 1);"> 月 视 图 </td>
<!--
<td id="tdForYear" BGCOLOR="#fcf4de" ALIGN="middle" style="cursor:hand" Onclick="ChangeActiveItem(4, 1);"> 年 计 划 </td>
-->
</tr>
</table>
<table BORDER="0" CELLPADDING="0" CELLSPACING="0" WIDTH="100%" height="30" BGCOLOR="IVORY">
<tr>
<td width="20" align = "center" nowrap>
<img src="images/previous.gif" BORDER="0" ALT="上一周"
WIDTH="10" HEIGHT="9" VSPACE="22" style="cursor:hand"
id="btnPre" name="btnPre" onclick="prev()">
</td>
<td nowrap align="center">
<label style="font: 9pt 宋体">2002年</label><br>
<label style="font: bold 9pt verdana">12月9日<-->12月15日</label><br>
</td>
<td width="20" align = "center" nowrap>
<img src="images/next.gif" BORDER="0" ALT="下一周"
WIDTH="10" HEIGHT="9" VSPACE="22" style="cursor:hand"
id="btnNext" name="btnNext" onclick="next()">
</td>
<td width="100%"> </td>
</tr>
</table>
<table BORDER="1" CELLPADDING="3" BORDERCOLOR="white" BGCOLOR="#3EA4E1" CELLSPACING="0" WIDTH="100%" height ="100%">
<tr style="font:bold 10pt verdana">
<td align="center" WIDTH=80 NOWRAP style="color:#3EA4E1">上午 12点</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/9')" title="点击转到日计划">
星期一<br>12月9日
</label>
</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/10')" title="点击转到日计划">
星期二<br>12月10日
</label>
</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/11')" title="点击转到日计划">
星期三<br>12月11日
</label>
</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/12')" title="点击转到日计划">
星期四<br>12月12日
</label>
</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/13')" title="点击转到日计划">
星期五<br>12月13日
</label>
</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/14')" title="点击转到日计划">
星期六<br>12月14日
</label>
</td>
<td align="center" WIDTH=14% NOWRAP >
<label style="cursor:hand" onclick="ViewDay('2002/12/15')" title="点击转到日计划">
星期日<br>12月15日
</label>
</td>
<td align="center" WIDTH=80 NOWRAP style="color:#3EA4E1">上午 12点</td>
<td align="center" WIDTH=20 NOWRAP bgcolor="IVORY"> </td>
</tr>
<tr>
<td VALIGN="TOP" bgcolor="#F0F0F0" height="100%" colspan=10>
<IFRAME id=fraContent style="WIDTH: 100%; HEIGHT: 100%" name=fraContent align=middle
src="Getweek.asp" frameBorder=0
width="100%" scrolling=yes
height="100%">
</IFRAME>
</td>
</tr>
</table>
</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -