📄 modify.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>会议室管理员登录</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<style type="text/css">
@import url("css.css");
.STYLE1 { color: #000000;
font-weight: bold;
}
</style>
<script language="JavaScript">
<!--
var caution = false
function setCookie(name, value, expires, path, domain, secure) {
var curCookie = name + "=" + escape(value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "")
if (!caution || (name + "=" + escape(value)).length <= 4000)
document.cookie = curCookie
else
if (confirm("Cookie exceeds 4KB and will be cut!"))
document.cookie = curCookie
}
function getCookie(name) {
var prefix = name + "="
var cookieStartIndex = document.cookie.indexOf(prefix)
if (cookieStartIndex == -1)
return null
var cookieEndIndex = document.cookie.indexOf(";", cookieStartIndex + prefix.length)
if (cookieEndIndex == -1)
cookieEndIndex = document.cookie.length
return unescape(document.cookie.substring(cookieStartIndex + prefix.length, cookieEndIndex))
}
function deleteCookie(name, path, domain) {
if (getCookie(name)) {
document.cookie = name + "=" +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
"; expires=Thu, 01-Jan-70 00:00:01 GMT"
}
}
function fixDate(date) {
var base = new Date(0)
var skew = base.getTime()
if (skew > 0)
date.setTime(date.getTime() - skew)
}
var now = new Date()
fixDate(now)
now.setTime(now.getTime() + 365 * 24 * 60 * 60 * 1000)
// -->
</script>
</head>
<body bgcolor=#ffffff marginheight=5 leftmargin=5 marginwidth=5>
<p align="center"><img src="IMAGES/logo.jpg" width="440" height="150"></p>
<div align="center">
<table width="40%" height="27" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="4%" height="16"><div align="center"><b><img src="IMAGES/1.gif" width="10" height="14"><font size="3"> <a href="browse.HTM"></a></font></b></div></td>
<td width="29%"><div align="center" class="STYLE1"><font size="3"><a href="browse.HTM"><font size="2">查看预订情况</font></a></font></div></td>
<td width="7%" height="16"><div align="center"><b><font size="4"><img src="IMAGES/2.gif" width="17" height="16"><font size="3"><a href="subscription.HTM"></a></font></font></b></div></td>
<td width="24%"><div align="center" class="STYLE1"><a href="subscription.HTM"><font size="2">预订会议室</font></a></div></td>
<td width="8%" height="16"><div align="center"><b><font size="4"><img src="IMAGES/3.JPG" width="24" height="21"><font size="3"><a href="modify.HTM"></a></font></font></b></div></td>
<td width="28%"><div align="center" class="STYLE1"><font size="4"><font size="3"><a href="modify.HTM"> <font size="2">管理员登陆</font></a></font></font></div></td>
</tr>
</table>
<div align="center">
<script language="JavaScript">
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;i<this.length;i++)
this[i+1]=initArray.arguments[i] }
var d=new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
document.write(
"<font color=##FF90C0 style='font-size:10pt;font-family: 宋体'> ",
today.getYear(),"年",
today.getMonth()+1,"月",
today.getDate(),"日 ",
d[today.getDay()+1],
"</font>" );
</script>
<script language="javaScript">
<!--
now = new Date(),hour = now.getHours()
if(hour < 6){document.write("<font face='宋体' size='2' color='#FF0000'>凌晨好!</font>")}
else if (hour < 9){document.write("<font face='宋体' size='2' color='#FF0A00'>早上好!</font>")}
else if (hour < 12){document.write("<font face='宋体' size='2' color='#FFC000'>上午好!</font>")}
else if (hour < 14){document.write("<font face='宋体' size='2' color='#FF0000'>中午好!</font>")}
else if (hour < 17){document.write("<font face='宋体' size='2' color='#FFX000'>下午好!</font>")}
else if (hour < 19){document.write("<font face='宋体' size='2' color='#FFCA000'>傍晚好!</font>")}
else if (hour < 22){document.write("<font face='宋体' size='2' color='#FF0R00'>晚上好!</font>")}
else {document.write("<font face='宋体' size='2' color='#FF0000'>晚上好!")}
// --> </script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -