温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:高校教师档案管理系统项目源码
当前文件:
TeacherFileProject/Frame/Index.aspx,打开代码结构图
TeacherFileProject/Frame/Index.aspx,打开代码结构图1<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Index.aspx.cs" Inherits="Index" %> 2
<%@ Register Src="bottom.ascx" TagName="bottom" TagPrefix="uc1" %> 3
<%@ Register Src="top.ascx" TagName="top" TagPrefix="uc2" %> 4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 5
<html xmlns="http://www.w3.org/1999/xhtml" > 6
<head runat="server"> 7
<title>高校教师档案管理系统</title> 8
<style> 9
body{ margin-top:0px;} 10
</style> 11
</head> 12
<body> 13
<form id="form1" runat="server"> 14
<table> 15
<tr> 16
<td colspan="2" valign =top align =center style="height: 85px; width: 1004px;"> 17
<uc2:top ID="Top1" runat="server" /></td> 18
</tr> 19
<tr height =400px style="vertical-align:top"> 20
<td align =left background ="../Images/左侧.jpg" style="height: 542px; vertical-align: top; width: 253px;"> 21
<table border="0" align =left > 22
<tr> 23
<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;" > 24
欢迎您:<u><%=Session["UserName"]%></u></td> 25
<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;" > 26
您的身份:<u><%= Session["Userpower"]%></u></td> 27
28
</tr> 29
<tr> 30
<td colspan="2" valign =top width =249px align =center > 31
<br /> 32
<asp:TreeView ID="tvList" runat="server" Font-Size="Small" Target="mainFrame" Width="100%" ShowLines="True" > 33
<Nodes> 34
<asp:TreeNode Text="功能菜单" Value="功能菜单"> 35
<asp:TreeNode Text="基本档案" Value="基本档案" > 36
<asp:TreeNode NavigateUrl="~/PersonRecord/Resume_Study.aspx" Text="教育背景" Value="教育背景"> 37
</asp:TreeNode> 38
<asp:TreeNode NavigateUrl="~/PersonRecord/Resume_Work.aspx" Text="工作简历" Value="工作简历"> 39
</asp:TreeNode> 40
</asp:TreeNode> 41
<asp:TreeNode Text="学科建设" Value="学科建设"> 42
<asp:TreeNode NavigateUrl="~/SubjectBuild/Subject_List.aspx" Text="学科列表" Value="学科列表"> 43
</asp:TreeNode> 44
</asp:TreeNode> 45
<asp:TreeNode Text="教学研究" Value="教学研究"> 46
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_zykt.aspx" Text="在研课题" Value="在研课题"> 47
</asp:TreeNode> 48
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_fblw.aspx" Text="发表论文" Value="发表论文"> 49
</asp:TreeNode> 50
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_fblz.aspx" Text="发表论著" Value="发表论著"> 51
</asp:TreeNode> 52
<asp:TreeNode NavigateUrl="~/TeachStudy/Teacher_hjqk.aspx" Text="获奖情况" Value="获奖情况"> 53
</asp:TreeNode> 54
</asp:TreeNode> 55
<asp:TreeNode Text="科学研究" Value="科学研究"> 56
<asp:TreeNode NavigateUrl="~/SciResearch/Research_zykt.aspx" Text="在研课题" Value="在研课题"> 57
</asp:TreeNode> 58
<asp:TreeNode NavigateUrl="~/SciResearch/Research_fblw.aspx" Text="发表论文" Value="发表论文"> 59
</asp:TreeNode> 60
<asp:TreeNode NavigateUrl="~/SciResearch/Research_lzqk.aspx" Text="论著情况" Value="论著情况"> 61
</asp:TreeNode> 62
<asp:TreeNode NavigateUrl="~/SciResearch/Research_hjqk.aspx" Text="获奖情况" Value="获奖情况"> 63
</asp:TreeNode> 64
</asp:TreeNode> 65
<asp:TreeNode Text="师资队伍" Value="师资队伍"> 66
<asp:TreeNode NavigateUrl="~/TeacherTroop/Teacher_List.aspx" Text="教师列表" Value="教师列表"> 67
</asp:TreeNode> 68
</asp:TreeNode> 69
</asp:TreeNode> 70
</Nodes> 71
<ParentNodeStyle BorderColor="#5F4597" /> 72
</asp:TreeView> 73
74
75
</td> 76
</tr> 77
78
</table></td> 79
<td align =left background ="../Images/右侧.jpg" style="width: 755px; height: 542px; vertical-align: middle; text-align: center;" > 80
<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> 81
82
83
</td> 84
</tr> 85
86
<tr> 87
<td valign =top colspan =2 align =center background ="../Images/底部.jpg"> 88
<uc1:bottom ID="Bottom1" runat="server" /> 89
90
91
</td> 92
</tr> 93
</table> 94
95
96
97
</form> 98
</body> 99
</html> 100





body
