top.aspx
上传用户:xrffrp
上传日期:2022-03-25
资源大小:22155k
文件大小:4k
源码类别:

OA系统

开发平台:

ASP/ASPX

  1. <%@ Page Language="C#" AutoEventWireup="true" CodeFile="top.aspx.cs" Inherits="web_top" %>
  2. <html xmlns="http://www.w3.org/1999/xhtml" >
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <head>
  5. <title></title>
  6. <!--link href="../css/menu/style.css" rel="stylesheet" type="text/css"/-->
  7. </head>
  8. <body class="bodycolor" topmargin="0" leftmargin="0" STYLE="margin:0pt;padding:0pt">
  9. <form id="form1" runat="server">
  10. <table class="small" width="100%" border="0" cellspacing="0" cellpadding="0">
  11.   <tr class="topbar" height=42>
  12.     <td nowrap style="width: 378px;">
  13.         <asp:Label ID="LblTitle" runat="server" Font-Bold="True" Font-Size="X-Large" ForeColor="Lavender"
  14.             Style="position: relative" Visible="False"></asp:Label>
  15.         <asp:Image ID="Image1" runat="server" Height="98px" ImageAlign="Left"
  16.             Width="306px" ImageUrl="~/images/bg85C_03.jpg" />
  17.         </td>
  18.     <td align="right" style="height: 42px">
  19.      <table width="273" height="100%" class="small">
  20.      <tr>
  21.         <td align="center" valign="bottom" style="width: 269px; height: 29px">
  22.                <table style="width: 269px; height: 100%;">
  23.                    <tr>
  24.                        <td style="width: 160px; height: 24px;" align="right">
  25.                            </td>
  26.                        <td style="width: 145px; height: 24px;" align="left">
  27.                            </td>
  28.                    </tr>
  29.                    <tr>
  30.                        <td style="width: 160px; height: 5px;" align="right">
  31.                            </td>
  32.                        <td style="width: 145px; height: 5px;" align="left">
  33.                            </td>
  34.                    </tr>
  35.                </table>
  36.            </td>
  37.      </tr>
  38.        <tr>
  39.         <td valign="bottom" align="center" style="width: 269px; height: 13px;">
  40.         <%--<a href="" target="">
  41.             <img src="../images/menu/mytable.gif" align="absmiddle" width="16" height="16" border="0" alt="ҵİ칫">
  42.         &nbsp;</a>&nbsp;&nbsp;&nbsp;--%>
  43.            <asp:Label ID="LblInfo" runat="server" ForeColor="Blue" Font-Size="X-Small"></asp:Label><br />
  44.         <img src="../images/where1.jpg" border="0" align="absmiddle" width="16" height="16" alt="" />
  45.        <asp:HyperLink Target="_blank" NavigateUrl="approvel/employee_index.aspx" ID="HlWhere" runat="server" Font-Size="X-Small">[HlWhere]</asp:HyperLink>&nbsp;
  46.         <img src="../images/menu/login.gif" border="0" align="absmiddle" width="16" height="16" alt="dz">
  47.         <asp:LinkButton ID="BtnReLogin" runat="server" Style="position: relative" OnClick="BtnReLogin_Click" Font-Size="X-Small">dz</asp:LinkButton>
  48.         </td>
  49.         </tr>
  50.      </table>
  51. </td>
  52. </tr>
  53. </table>
  54. <table width="1300" height="46" border="0" background="../images/eip2menu_bk.jpg">
  55.   <tr>
  56.       <td width="116" height="42" background="../images/eip2menu_bk.jpg"><a href="mail/mail_index.aspx" target="_blank"></a><a href="p_manger.aspx" target="mainFrame"><img src="../images/person.jpg" width="115" height="42" border="0" /></a><a href="approvel/employee_index.aspx" target="mainFrame"></a></td>
  57.     <td background="../images/eip2menu_bk.jpg" bgcolor="#FFFFFF" style="width: 115px"><a href="form.aspx" target="mainFrame"><img src="../images/1.jpg" width="120" height="42" border="0" style="width: 115px" /></a></td>
  58.     <td width="120"><a href="resource.aspx" target="mainFrame"><img src="../images/knowladge.jpg" width="120" height="42" border="0" /></a></td>
  59.     <td width="120"><a href="knowledge.aspx" target="mainFrame"><img src="../images/popm.jpg" width="120" height="42" border="0"></a><a href="knowledge.aspx" target="mainFrame"></a></td>
  60.     <td style="width: 120px"><a href="sys.aspx" target="mainFrame"><img src="../images/manger.jpg" width="120" height="42" border="0" /></a></td>
  61.     <td style="width: 120px"><a href="data.aspx" target="mainFrame"><img src="../images/data.jpg" width="120" height="42" border="0" /></a></td>
  62.     <td width="700">&nbsp;</td>
  63.     <td width="120"><a href="login.aspx" target="_parent"><img src="../images/out.jpg" width="97" height="42" border="0" /></a></td>
  64.   </tr>
  65. </table>
  66.   <p><a href="approvel/employee_index.aspx" target="mainFrame"></a></p>
  67. </form>
  68. </body>
  69. </html>