📄 index.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" %>
<%@ Register Src="bottom.ascx" TagName="bottom" TagPrefix="uc1" %>
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc2" %>
<!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>
<style>
body{ margin-top:0px;}
</style>
</head>
<body>
<form id="form1" runat="server">
<table>
<tr>
<td colspan="2" valign =top align =center style="height: 85px; width: 1004px;">
<uc2:top ID="Top1" runat="server" /></td>
</tr>
<tr height =400px style="vertical-align:top">
<td align =left background ="../Images/左侧.jpg" style="height: 542px; vertical-align: top; width: 253px;">
<table border="0" align =left >
<tr>
<td style="width: 176px; height: 33px;"><p align="left" style=" vertical-align:top; line-height: 150% margin-top: 1px; margin-bottom: 0; font-size: 8pt; color: white;" >
欢迎您:<u><%=Session["UserName"]%></u></td>
<td style="width: 153px; height: 33px;" ><p align="left" style=" vertical-align:top; line-height: 150%; margin-top: 1px; margin-bottom: 0; font-size: small; color: white;" >
您的身份:<u><%= Session["Userpower"]%></u></td>
</tr>
<tr>
<td colspan="2" valign =top width =249px align =center >
<br />
<asp:TreeView ID="tvList" runat="server" Font-Size="Small" Target="mainFrame" Width="100%" ShowLines="True" >
<Nodes>
<asp:TreeNode Text="功能菜单" Value="功能菜单">
<asp:TreeNode Text="基本档案" Value="基本档案" >
<asp:TreeNode NavigateUrl="~/PersonRecord/Resume_Study.aspx" Text="教育背景" Value="教育背景">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/PersonRecord/Resume_Work.aspx" Text="工作简历" Value="工作简历">
</asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="学科建设" Value="学科建设">
<asp:TreeNode NavigateUrl="~/SubjectBuild/Subject_List.aspx" Text="学科列表" Value="学科列表">
</asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="教学研究" Value="教学研究">
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_zykt.aspx" Text="在研课题" Value="在研课题">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_fblw.aspx" Text="发表论文" Value="发表论文">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_fblz.aspx" Text="发表论著" Value="发表论著">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_hjqk.aspx" Text="获奖情况" Value="获奖情况">
</asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="科学研究" Value="科学研究">
<asp:TreeNode NavigateUrl="~/SciResearch/Research_zykt.aspx" Text="在研课题" Value="在研课题">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/SciResearch/Research_fblw.aspx" Text="发表论文" Value="发表论文">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/SciResearch/Research_lzqk.aspx" Text="论著情况" Value="论著情况">
</asp:TreeNode>
<asp:TreeNode NavigateUrl="~/SciResearch/Research_hjqk.aspx" Text="获奖情况" Value="获奖情况">
</asp:TreeNode>
</asp:TreeNode>
<asp:TreeNode Text="师资队伍" Value="师资队伍">
<asp:TreeNode NavigateUrl="~/TeacherTroop/Teacher_List.aspx" Text="教师列表" Value="教师列表">
</asp:TreeNode>
</asp:TreeNode>
</asp:TreeNode>
</Nodes>
<ParentNodeStyle BorderColor="#5F4597" />
</asp:TreeView>
</td>
</tr>
</table></td>
<td align =left background ="../Images/右侧.jpg" style="width: 755px; height: 542px; vertical-align: middle; text-align: center;" >
<iframe src =Welcome.aspx scrolling =Yes name ="mainFrame" id ="mainFrame" style="width: 732px; height: 529px; vertical-align: top; text-align: left;" frameborder="no" noresize="noResize" ></iframe>
</td>
</tr>
<tr>
<td valign =top colspan =2 align =center background ="../Images/底部.jpg">
<uc1:bottom ID="Bottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -