📄 t3.htm
字号:
<html>
<style>
td {
line-height: 18px;
}
</style>
<head>
<title># 状态 #</title>
<script>
<!--
function timeoutC() {
window.setTimeout("reloadC()", 30000);
}
function timeoutL() {
window.setTimeout("reloadL()", 90000);
}
function reloadC() {
if(frames['currTime'] != null) {
frames['currTime'].window.location.reload(true);
timeoutC();
}
}
function reloadL() {
if(frames['leftTime'] != null){
frames['leftTime'].window.location.reload(true);
timeoutL();
}
}
timeoutC();
timeoutL();
function confirmForm(){
return confirm('您所查看的网页正在试图关闭窗口,是否关闭此窗口?');
}
function forceFocus() {
frames['holder'].force_focus();
}
function disableHoldon() {
window.onunload = null;
window.onbeforeunload = null;
frames['holder'].force_focus = null;
}
function disableHoldon2() {
var isExit = confirm("您所查看的网页正在试图关闭窗口,是否关闭此窗口?");
if(isExit){
window.onunload = null;
window.onbeforeunload = null;
frames['holder'].force_focus = null;
}
return isExit;
}
window.onbeforeunload = function() {
forceFocus();
};
window.onunload = function() {
// alert(window.focused);
if(window.focused == null) forceFocus();
};
function mayClose(alink) {
if (top.window.name == 'ntfwin') {
if(alink)alink.target = "_new";
top.close();
}
}
//-->
</script>
<link rel="stylesheet" type="text/css" media="all" href="styles/webauth.css" />
</head>
<body>
<div class="box">
<table class="outer" width="456" border="0" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF"><table width="454" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="2"><img src="images/title.gif" width="454" height="50"></td>
</tr>
<tr>
<td width="166"><img src="images/logo-left.gif" width="166" height="249"></td>
<td width="288">
<table width="287" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="47"></td>
<td><img src="images/spacer.gif" width="1" height="1"></td>
<td width="15"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="224"> </td>
</tr>
<tr>
<td width="47" align="center" valign="top"><img src="images/point-red.gif" width="16" height="16"></td>
<td width="1" bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="15" valign="top"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="224" valign="top">
<p align="left">
<iframe id="currTime" name="currTime" src="/html/ctime.shtml" height="14px" width="180px"
scrolling='no' frameborder='0'></iframe>
<br />
欢迎使用! 请不要关闭这个窗口!
<br>
<br>
</p></td>
</tr>
<tr>
<td> </td>
<td><img src="images/spacer.gif" width="1" height="1"></td>
<td width="15"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="224"> </td>
</tr>
<tr>
<td align="center" valign="top"><img src="images/point-green.gif" width="16" height="16"></td>
<td bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="15"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="224">
<div align="left">
<a href="/mynms/webauth.do?action=logout&login=test00" onclick="return disableHoldon2();">退出网络</a>
<br>
<br>
<a href="http://192.168.181.254/mynms/helpDocument/userSelf/index.html" target="_blank">系统帮助</a> <br>
<a href="http://192.168.181.254/mynms/action/userSelf.do?action=auth&us=1&login=test00" target="_blank">查看使用信息</a>
<br>
<a href='\\192.168.181.254' target="_blank">
进入文件服务共享空间
</a>
<br>
<a href="/mynms/action/userSelf.do?action=auth&us=1&login=test00" target="_blank">修改个人资料</a>
</div></td>
</tr>
<tr>
<td> </td>
<td><img src="images/spacer.gif" width="1" height="1"></td>
<td width="15"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="224"> </td>
</tr>
<tr>
<td align="center" valign="top"><img src="images/point-blue.gif" width="16" height="16"></td>
<td bgcolor="#000000"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="15"><img src="images/spacer.gif" width="1" height="1"></td>
<td width="224" height="65px" style="line-height: 18px;">
登录用户:test00
<br>
登录时间:
2005-11-01 16:35:34<br>
今日剩余使用时间:
<iframe id="leftTime" name="leftTime" width="50px" height='13px' scrolling='no' frameborder='0'
src='/mynms/calc.jsp?left=26668&litime=1130834135484'></iframe> 秒<br />
</td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
</div>
<iframe id='holder' name='holder' frameborder='0' height='10px' width="90%" scrolling='no' src="holder.jsp"></iframe>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -