📄 menu_info.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<html>
<head>
<title>登录信息框</title>
<%@ include file="/commons/meta.jsp" %>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.style1 {font-family: "宋体"}
-->
</style>
<script Language=JavaScript>
// ------ 定时刷新页面 -------
window.setTimeout('this.location.reload();',2100000); <!-- 定时刷新 -->
// <!--屏蔽鼠标右键开始-->
if (window.Event)
document.captureEvents(Event.MOUSEUP);
function nocontextmenu()
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
function norightclick(e)
{
if (window.Event)
{
if (e.which == 2 || e.which == 3)
return false;
}
else
if (event.button == 2 || event.button == 3)
{
event.cancelBubble = true
event.returnValue = false;
return false;
}
}
document.oncontextmenu = nocontextmenu; // for IE5+
document.onmousedown = norightclick; // for all others
// <!--屏蔽鼠标右键结束-->
</script>
</head>
<body onselectstart="return false">
<table id="__01" width="186" height="74" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="9" colspan="2">
<img src="${ctx}/images/index10_08.gif" width="186" height="9" alt="" /></td>
</tr>
<tr>
<td background="${ctx}/images/index10_14.gif"><table width="100%" border="0" cellpadding="0" cellspacing="4">
<tr>
<td><div align="center" class="small">
网络部 >> ${manager }
</div></td>
</tr>
<tr>
<td><div align="center" class="small"><img src="${ctx}/images/1.gif" align="absmiddle">
<script language="JavaScript">
var mess1="";
day = new Date( )
hr = day.getHours( )
if (( hr >= 7 ) && (hr < 12))
mess1="管理员,上午好!"
if (( hr >= 12) && (hr < 14))
mess1="管理员,中午好!"
if (( hr >= 14) && (hr < 18))
mess1="管理员,下午好! "
if (( hr >= 18) && (hr < 24))
mess1="管理员,晚上好!"
if ((hr >= 0) && (hr < 7))
mess1="夜深了,该休息了!"
document.write(mess1)
</script>
<b></b></div></td>
</tr>
</table></td>
</tr>
<tr>
<td height="13" colspan="2">
<img src="${ctx}/images/index10_21.gif" width="186" height="13" /></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -