⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 masterpage.master

📁 这是一个教学网站的源代码,有学生版快和老师版快,能实现添加删除资源,老师能上传资源,实现学生老师之间的互动,
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
<!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 id="Head1" runat="server">
    <title>Asp.net 2.0 教学网站 绍兴文理学院计算机系</title>
    <link href="css/myfreetemplates.css" rel="stylesheet" type="text/css" />
</head>
<body leftmargin="0" topmargin="0">
    <form id="form1" runat="server">
        <div align="center">
            <table width="763" height="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
                <tr>
                    <td width="763" height="85" align="right" valign="bottom" class="toptd1">
                        </td>
                </tr>
                <tr>
                    <td width="763" height="33" align="right" valign="bottom" class="toptd2">
                        <asp:SiteMapPath ID="SiteMapPathMain" runat="server">
                        </asp:SiteMapPath>
                    </td>
                </tr>
                <tr>
                    <td width="763" valign="top">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0">
                            <tr>
                                <td width="160" valign="top" align="left">
                                    <asp:TreeView ID="TreeView1" runat="server" DataSourceID="SiteMapDataSourceMain"
                                        ImageSet="Faq" Height="298px" Width="150px">
                                        <ParentNodeStyle Font-Bold="False" />
                                        <HoverNodeStyle Font-Underline="True" ForeColor="Purple" />
                                        <SelectedNodeStyle Font-Underline="True" HorizontalPadding="0px"
                                            VerticalPadding="0px" />
                                        <NodeStyle Font-Names="Tahoma" Font-Size="8pt" ForeColor="DarkBlue" HorizontalPadding="5px"
                                            NodeSpacing="0px" VerticalPadding="0px" />
                                    </asp:TreeView>
                                </td>
                                <td width="3" valign="top" align="right"  class="toptd3">
                                    
                                </td>
                                <td width="600" valign="top" align="left">
                                    <asp:ContentPlaceHolder ID="ContentPlaceHolder2" runat="server">
                                        </asp:ContentPlaceHolder>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td width="763" height="1" class="toptd3">
                    </td>
                </tr>
                <tr>
                    <td width="763" height="35" align="center" class="baseline">
                        &copy;Copyright HappyLearn.Net 2008</td>
                </tr>
            </table>
        </div>
        <asp:SiteMapDataSource ID="SiteMapDataSourceMain" runat="server" />
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -