📄 left.aspx
字号:
<%@ Page language="c#" Codebehind="Left.aspx.cs" AutoEventWireup="false" Inherits="Hr.Left" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>Left</title>
<meta content="Microsoft Visual Studio 7.0" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="css.css" type="text/css" rel="stylesheet">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="f2" action="Top.aspx" method="post" target="_top">
<input type="hidden" value="refresh">
</form>
<form id="Left" method="post" runat="server">
<TABLE id="Table1" style="WIDTH: 200px" height="100%" cellSpacing="0" cellPadding="0" width="238"
bgColor="#f3e2a6" border="0">
<TR>
<TD align="top" bgColor="#ffcccc">
<TABLE id="Table4" style="Z-INDEX: 101; LEFT: 8px; WIDTH: 175px; POSITION: absolute; TOP: 45px; HEIGHT: 88px"
cellSpacing="0" cellPadding="0" width="175" border="0">
<TR>
<TD style="WIDTH: 194px; HEIGHT: 60px" align="center">
<asp:label id="lblInfo" runat="server" Width="163px" ForeColor="RoyalBlue" Height="19px" Font-Bold="True"></asp:label></TD>
</TR>
<tr>
<TD align="center" height="50">
<asp:Panel id="plPerson" runat="server" Height="88px" Width="80px">
<asp:HyperLink id="hl_PersonBaseInfo" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="PersonBaseInfo.aspx"
Target="main">基本信息</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_Resume" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="PersonResume.aspx"
Target="main">求职简历</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_Career" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="PersonIntent.aspx"
Target="main">求职意向</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_CompanyAll" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="CompanyOffer.aspx"
target="main">所有企业</asp:HyperLink>
<BR>
</asp:Panel>
<asp:Panel id="plCompany" runat="server" Height="88px" Width="80px">
<asp:HyperLink id="hl_CompanyBaseInfo" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="CompanyBaseInfo.aspx"
Target="main">基本信息</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_CompanyJob" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="CompanyJob.aspx"
Target="main">招聘信息</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_CompanyStore" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="CompanyStore.aspx"
Target="main">应聘信息</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_PersonAll" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="PersonApply.aspx"
target="main">所有个人</asp:HyperLink>
</asp:Panel>
<asp:Panel id="plManage" runat="server" Height="88px" Width="120px">
<asp:HyperLink id="hl_WriteNews" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="WriteNews.aspx"
target="main">新闻添加</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_NewsManage" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="NewsManage.aspx"
Target="main">新闻管理</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_PersonManage" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="PersonManage.aspx"
Target="main">个人会员管理</asp:HyperLink>
<BR>
<asp:HyperLink id="hl_CompanyManage" runat="server" Font-Bold="True" Font-Size="Medium" NavigateUrl="CompanyManage.aspx"
Target="main">企业会员管理</asp:HyperLink>
</asp:Panel>
</TD>
</tr>
<tr align="center">
<td><asp:HyperLink id="HyperLink1" runat="server" Font-Bold="True" Height="16px" Width="80px" Font-Size="Medium"
target="_top" NavigateUrl="Logout.aspx">退出登录</asp:HyperLink>
</td>
</tr>
</TABLE>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -