?? commonheader.jsp
字號:
<%@page contentType="text/html;charset=GBK" import="com.x3408.office.Constants"%>
<link href="/OfficeSystem/Passed/User/CommonImages/lcc.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/OfficeSystem/Passed/User/CommonImages/swfobject.js"></script>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="50" height="35" align="left" valign="top"><img height="35" src="/OfficeSystem/Passed/User/CommonImages/top_01.jpg" width="50" /></td>
<td align="left" valign="middle" background="/OfficeSystem/Passed/User/CommonImages/top_02.jpg"> 今天是:
<script language="JavaScript" type="text/javascript">var day="";
var month="";
var ampm="";
var ampmhour="";
var myweekday="";
var year="";
mydate=new Date();
myweekday=mydate.getDay();
mymonth=mydate.getMonth()+1;
myday= mydate.getDate();
myyear= mydate.getYear();
year=(myyear > 200) ? myyear : 1900 + myyear;
if(myweekday == 0)
weekday=" 星期日 ";
else if(myweekday == 1)
weekday=" 星期一 ";
else if(myweekday == 2)
weekday=" 星期二 ";
else if(myweekday == 3)
weekday=" 星期三 ";
else if(myweekday == 4)
weekday=" 星期四 ";
else if(myweekday == 5)
weekday=" 星期五 ";
else if(myweekday == 6)
weekday=" 星期六 ";
document.write(year+"年"+mymonth+"月"+myday+"日 "+weekday);
</script>
</td>
<td align="right" valign="middle" background="/OfficeSystem/Passed/User/CommonImages/top_02.jpg"><a href="#" onclick= "this.style.behavior='url(#default#homepage)';this.setHomePage('x3408');">設為首頁 </a>
<A href="http://"
onclick="javascript:window.external.AddFavorite('http://www.Login.jsp','X3408工作室的主頁');return false;">加為收藏 </a>
<a href="mailto:cchang508@163.com">聯系站長</a>
</td>
<td width="20"><img height="35" src="/OfficeSystem/Passed/User/CommonImages/top_03.jpg" width="20" /></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div id="flashcontent"><img src="/OfficeSystem/Passed/User/CommonImages/head.jpg" width="778" height="120"></div>
<script type="text/javascript">
var so = new SWFObject("/OfficeSystem/Passed/User/CommonImages/head.swf", "mymovie", "778", "120", "7", "#ffffff");
so.write("flashcontent");
</script>
</td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0" class="menu">
<tr>
<td width="18%" height="30"> </td>
<td>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100" align="center" ><a href="<%=Constants.C_INDEX_JSP %>">站點首頁</a></td>
<td width="100" align="center" ><a href="/OfficeSystem/Passed/User/DownLoad/DownLoad?action=allFileQuery">站點下載</a></td>
<td width="100" align="center" ><a href="/OfficeSystem/Passed/User/Mail/Mail.jsp">個人郵件</a></td>
<td width="100" align="center" ><a href="/OfficeSystem/Passed/User/Notice/NoticeMore.jsp">辦公公告</a></td>
<td width="100" align="center" ><a href="<%="admin".equals(session.getAttribute("passed"))?Constants.C_EMPLOYEES_JAVA+"?action=allUserQuery":Constants.C_BASEINFOUPDATE_JAVA+"?action=userQuery"%>">用戶管理</a></td>
<td width="100" align="center" ><a href="/OfficeSystem/Passed/User/Card/Card?actionType=allCardQuery">個人通訊</a></td>
</tr>
</table>
</td>
<td width="18%" height="30"> </td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -