日期:2014-05-18 浏览次数:20473 次
<%@ Master Language="C#" AutoEventWireup="true" CodeFile="index.master.cs" Inherits="index" %> <!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"> <link href="App_Themes/ThemesOne/StyleSheet.css" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=GB2312" /> <title>BBS首页</title> <script type="text/javascript" src="JQ/JQuery.jsp"></script> <script type="text/javascript"> $(document).ready(function(e) { $("#LayOut").hide().show("slow"); }); </script> </head> <body bgcolor="#CCFF99"> <div id="LayOut" style="margin:0 auto; width:1010px; height:1000px;"> <div class="index-top"> <div class="index-Nav"> <div style="width:15px; height:38px; float:left;"></div> <ul> <li><a href="#" class="font-Nav">首页</a></li> <li><a href="#" class="font-Nav">首页</a></li> <li><a href="#" class="font-Nav">首页</a></li> <li><a href="#" class="font-Nav">首页</a></li> </ul> </div> </div> <div style="width:1010px; height:500px; float:left;"> <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server"> </asp:ContentPlaceHolder> </div> </div> </body> </html>