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

📄 appmaster.master

📁 天织在线购物网站完整源码及文档 本网站是一套基于Web2.0思想设计、采用asp.net2.0开发的社区门户产品。它同时也是一套Web2.0全面解决方案
💻 MASTER
字号:
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="AppMaster.master.cs" Inherits="AppMaster" %>
<!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" lang="en" xml:lang="en">
<head id="Head1" runat="server">    
<link rel="shortcut icon" type="image/ico" href="~/favicon.ico"/>
    <title>Two-column, fluid width CSS layout template</title>
    <!-- Conditional comment to give IE/5/6/Win the javascript hack that helps them do max-width -->
    <!--[if IE]>
	<style type="text/css">
		#sizer {
			width:expression(document.body.clientWidth > 1050 ? "150px" : "60%" );
		}
	</style>
	<![endif]-->
    
    <!-- Feed heights to IE 5 and 5.5 that cater to its incorrect interpretation of the 
	CSS box model. -->
    <!--[if IE 5]>
	<style type="text/css">
		#sidebarfooter {
	        height:24px;
        }
        #ownerinfo address {
	        height:44px;
        }
	</style>
	<![endif]-->
	
	<!-- IE7-specific fixes -->
	<!--[if IE 7]>
	<style type="text/css">		
        #expander {height:0;}   
        #contactForm {height:1%} 
        #mainmenu {margin-top:-1px;}    
	</style>
	<![endif]-->
</head>
<body>
    <form runat="server" id="mainForm">
        <a href="#copy" id="skiptocontent" title="Click this link to navigate directly to this page's content.">Skip to main content</a>
        <div id="sizer">
            <div id="expander">
                <div id="wrapper" class="clearfix">
                    <div id="header">
                        <div id="headertop">
                            <div id="ownername">
                                <strong>天织在线购物网</strong><br />
                                欢迎你的到来</div>
                            <div id="ownerinfo">
                            <address>
                                   <asp:LinkButton ID="Loginlnk" runat="server" Text="登录" ForeColor="White" OnClick="Loginlnk_Click"></asp:LinkButton>
                                    <asp:LinkButton ID="Reglnk" runat="server" ForeColor="White" OnClick="Reglnk_Click">注册</asp:LinkButton>
                                   <asp:LinkButton ID ="Loginoutlnk" runat="server" Text="注销" Visible="false" ForeColor="White" OnClick="Loginoutlnk_Click"></asp:LinkButton>
                                   <asp:LinkButton ID ="Cart" runat="server" Text="购物车" Visible="false" ForeColor="White" OnClick="Cart_Click"></asp:LinkButton>
                                   <asp:LinkButton ID="showorder" runat="server" ForeColor="White" OnClick="showorder_Click" Style="position: static" Visible="False">查看定单</asp:LinkButton>
                                </address>
                                </div>
                        </div>
                        <div id="mainmenu">
                            <asp:SiteMapDataSource runat="server" ID="sitemapDS" ShowStartingNode="false" />
                            <asp:Menu ID="mainMenu" runat="server" DataSourceID="sitemapDS" StaticDisplayLevels="1" />
                        </div>
                    </div>
                    <div id="contentwrapper">
                        <div id="sidebar">
                            <blockquote id="quote">
                                “宝杰公司,优质产品”</blockquote>
                            <div id="sidebarcontent">
                                <asp:ContentPlaceHolder runat="server" ID="phSidebar">
                                    <%-- Sidebar placeholder. Sample text follows. 
                                    Apply the markup to your own content. The 
                                    structure should be:
                                    <h3>Headline</h3>
                                    <div class="sbcontentcontainer">
                                        <p>Your content</p>
                                    </div>
                                    --%>
                                    <h3>
                                        商品搜索</h3>
                                    <div class="sbcontentcontainer">
                                        <p>
                                            &nbsp;<asp:TextBox ID="goodsname_txt" runat="server"></asp:TextBox>
                                            <asp:Button ID="gosearch_btn" runat="server" Text="GO" OnClick="gosearch_btn_Click" TabIndex="1" />&nbsp;</p>
                                    </div>
                                    <h3>
                                        友情链接</h3>
                                    <div class="sbcontentcontainer">
                                        <ul>
                                            <li><a href="http://www.51aspx.com" title="Asp.net源码下载专业站">51aspx.com</a></li><li><a href="http://www.qq.com" title="腾讯QQ网站">腾讯</a></li><li><a href="http://www.baidu.com" title="百度搜索引擎">百度</a></li><li><a href="http://www/9sky.com" title="九天音乐网站">九天</a></li><li><a href="http://www.gxa-edu.com" title="国信安教育基地">国信安</a></li></ul>
                                    </div>
                                    <h3>
                                        其他新闻</h3>
                                    <div class="sbcontentcontainer">
                                        <asp:GridView ID="GridView2" runat="server">
                                        </asp:GridView>
                                       
                                    </div>
                                </asp:ContentPlaceHolder>
                            </div>
                        </div>
                        <div id="content">
                            <div id="headerimgwrapper">
                                <div id="headerimg"><%-- Leave blank. --%></div>
                            </div>
                            <div id="themepicker">
                                选择你喜欢的皮肤:
                                <br />
                                <asp:ImageButton ID="ibTheme1" runat="server" AlternateText="Green Theme" SkinID="themethumb" ImageUrl="~/Assets/Images/green_theme_thumb.jpg" CommandName="green" CausesValidation="false" OnCommand="Themepicker_Command" ToolTip="Green theme" TabIndex="20" />&nbsp;
                                <asp:ImageButton runat="server" ID="ibTheme2" SkinID="themethumb" AlternateText="Brown Theme" ImageUrl="~/Assets/Images/brown_theme_thumb.jpg" CommandName="brown" CausesValidation="false" OnCommand="Themepicker_Command" ToolTip="Brown theme" TabIndex="21" />&nbsp;
                                <asp:ImageButton ID="ibTheme3" runat="server" AlternateText="Red Theme" SkinID="themethumb" ImageUrl="~/Assets/Images/red_theme_thumb.jpg" CommandName="red" CausesValidation="false" OnCommand="Themepicker_Command" ToolTip="Red theme" TabIndex="22" />
                            &nbsp; &nbsp;
                            </div>
                            <div id="copy">
                                <asp:ContentPlaceHolder ID="phMain" runat="server">
                                    <%-- Placeholder for the main content. Use standard HTML headings (h1 to h6) to structure the content.--%>
                                </asp:ContentPlaceHolder>
                            </div>
                        </div>
                        <div id="footer">
                            &copy; 2007 天织romm, all rights reserved.<a href="http://www.51aspx.com/CV/TZroom" target="_blank" title="Asp.net源码下载专业站">download from 51aspx.com</a>

                            <div id="sidebarfooter"><%-- Leave blank. --%></div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

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