📄 40c30a0c0327001d1343a527306a63a6
字号:
<%@ page language="java" import="java.util.*" pageEncoding="gb2312"%>
<%@ include file="/commons/taglibs.jsp" %>
<html>
<head>
<title>系统标题栏</title>
<%@ include file="/commons/meta.jsp" %>
<style type="text/css">
/*- Menu Tabs J--------------------------- */
#tabsJ {
float:left;
width:100%;
background:#F4F4F4;
font-size:93%;
line-height:normal;
border-bottom:1px solid #24618E;
}
#tabsJ ul {
margin:0;
padding:10px 10px 0 50px;
list-style:none;
}
#tabsJ li {
display:inline;
margin:0;
padding:0;
}
#tabsJ a {
float:left;
background:url("/images/tableftJ.gif") no-repeat left top;
margin:0;
padding:0 0 0 5px;
text-decoration:none;
}
#tabsJ a span {
float:left;
display:block;
background:url("/images/tabrightJ.gif") no-repeat right top;
padding:5px 15px 4px 6px;
color:#24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {float:none;}
/* End IE5-Mac hack */
#tabsJ a:hover span {
color:#FFF;
}
#tabsJ a:hover {
background-position:0% -42px;
}
#tabsJ a:hover span {
background-position:100% -42px;
}
</style>
<script language="JavaScript">
// 显示服务器的当前时间
var OA_TIME = new Date();
function timeview()
{
timestr=OA_TIME.toLocaleString();
timestr=timestr.substr(timestr.indexOf(":")-2);
document.getElementById("time_area").innerHTML = timestr;
OA_TIME.setSeconds(OA_TIME.getSeconds()+1);
window.setTimeout( "timeview()", 1000 );
}
// 询问注销系统
function iflogout()
{
if(window.confirm('确定退出吗?'))
{
parent.parent.location="relogin.php"; // 页面跳转
}
}
// 询问退出系统
function ifexit()
{
if(window.confirm('确定退出吗?'))
{
window.open("exit.php","退出系统","height=0,width=0,top=0,left=0"); // 关闭当前窗口
parent.parent.close(); // 关闭当前窗口
}
}
// 返回首页
function GoTable()
{
parent.parent.table_index.table_main.location="./homepage/";
parent.parent.table_index.open_link_id("0010"); // 刷新帮助框架页
}
// <!--屏蔽鼠标右键开始-->
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 topmargin="0" leftmargin="0" onselectstart="return false" onload="timeview();">
<table width="100%" height="70" border="0" align="right" cellpadding="0" cellspacing="0" background="${ctx}/images/index_01.gif" id="__01">
<tr align="right" >
<td width="1"> <img src="${ctx}/images/index_01.gif" width="1" height="70" alt="" /></td>
<!-- 显示默认图标 -->
<td width="203" height="50" rowspan="2" align="left" nowrap> <div align="left"><img src="${ctx}/images/index_02.gif" width="203" height="70"></div></td>
<td >
<table width="500" height="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="50">
<table width="227" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="70" align="center" valign="middle"><div align="center"><img src="${ctx}/images/index_04.gif" alt="返回首页" width="48" height="25" border="0" style="cursor:hand" onClick="javascript:GoTable();"/></div></td>
<td width="70" align="center" valign="middle"><div align="center"><img src="${ctx}/images/index_05.gif" alt="显示帮助/隐藏帮助" width="48" height="25" border="0" style="cursor:hand" onClick="javascript:parent.table_index.show_help();"/></div></td>
<td width="70" align="center" valign="middle"><div align="center"><img src="${ctx}/images/index_06.gif" alt="退出系统" width="48" height="25" border="0" style="cursor:hand" onClick="javascript:iflogout()"/></div></td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="right" class="small">
现在时刻:<b><span id="time_area"></span></b> 2008年5月21日 星期三 农历四月十七
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -