- <%@ page language="C#" autoeventwireup="true" inherits="Top, App_Web_0vnla_mi" theme="Normal" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" >
- <head runat="server">
- <title>无标题页</title>
- <script language="javascript">
- function datenow()
- {
- var date=new Date();
- y=date.getYear();
- m=date.getMonth() +1;
- d=date.getDate();
- var a=new Array(7);
- a[0]="星期日";
- a[1]="星期一";
- a[2]="星期二";
- a[3]="星期三";
- a[4]="星期四";
- a[5]="星期五";
- a[6]="星期六";
- datenow1=y+"年"+m+"月"+d+"日"+a[date.getDay()];
- document.getElementById("LBDateTime").innerText=datenow1;
- }
- function IMG1_onclick() {
- top.leftFrame.location.href='LeftMenu.aspx?id=1';top.mainFrame.location.href='SpacePage.aspx'; //='SysManage/SysManageUser.aspx';
- }
- function IMG2_onclick() {
- top.leftFrame.location.href='Left.aspx';//top.mainFrame.location.href='SpacePage.aspx';
- }
- function IMG4_onclick()
- {
- top.leftFrame.location.href='LeftMenu.aspx?id=2';top.mainFrame.location.href='SpacePage.aspx';
- }
- function IMG3_onclick()
- {
- top.leftFrame.location.href='LeftMenu.aspx?id=3';//top.mainFrame.location.href='SpacePage.aspx';
- }
- </script>
- </head>
- <body onload="datenow()">
- <form id="form1" runat="server">
- <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" height="67">
- <tr>
- <td style="width: 13px"><img src="Images/index_03.jpg" width="13" height="67"></td>
- <td width="261" background="Images/index_04.jpg"><img src="Images/index_09.jpg" width="251" height="49"></td>
- <td width="360" align="center" background="Images/index_04.jpg">
- <table width="59%" height="49" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td width="70" valign="bottom" style="height: 49px"><img src="Images/index_14.jpg" width="70" height="43" style="cursor:hand" border="0" alt="首页" id="IMG2" language="javascript" onclick="return IMG2_onclick()"></td>
- <td width="70" valign="bottom" style="height: 49px"><img src="Images/index_15.jpg" width="70" height="43" style="cursor:hand" border="0" alt="工作区" id="IMG4" language="javascript" onclick="return IMG4_onclick()"></td>
- <td width="70" valign="bottom" style="height: 49px"><img src="images/index_18.jpg" width="70" height="43" border="0" style="cursor:hand" id="IMG1" alt="系统区" language="javascript" onclick="return IMG1_onclick()"></td>
- <td width="70" valign="bottom" style="height: 49px"><img src="images/index_16.jpg" width="70" height="43" border="0" style="cursor:hand" id="IMG3" alt="项目区" language="javascript" onclick="return IMG3_onclick()"></td>
- <%-- <td width="70" valign="bottom" style="height: 49px"><a href="#" ID="A1" title="项目区"><img src="Images/index_16.jpg" width="70" height="43" border="0"></a></td>--%>
- <td width="70" valign="bottom" style="height: 49px"><a href="#" ID="A5" title="帮助"><img src="images/index_19.jpg" width="70" height="43" border="0"></a></td>
- <td width="70" valign="bottom" style="height: 49px"> <asp:HyperLink ID="HL_Out" runat="server" Font-Bold="True" Text=" 注销 " ImageUrl="images/index_20''.jpg" Target="_parent" width="70" height="43" NavigateUrl="~/login.aspx" Font-Overline="false"/> </td>
- <td width="70" valign="bottom" style="height: 49px"> </td>
- </tr>
- </table>
- </td>
- <td width="*" background="Images/index_06.jpg">
- <table width="300" height="49" border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td valign="bottom">欢迎您:<span id="Header1_lblName" runat="server"> <br> </span>
- <font color="#ff0000"></font>
- <br>
- 今天是:
- <label id="LBDateTime"></label>
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td><img src="Images/index_12.jpg" width="100%" height="8"></td>
- </tr>
- </table>
- </form>
- </body>
- </html>