?? default.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<%@ import Namespace="ASPNET.StarterKit.Communities" %>
<link href='<%=ResolveUrl( "../../skins/pageskins/Layout.css")%>' type="text/css" rel="stylesheet" />
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="top" valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="20%" align="left" valign="middle" bgcolor="#CBCDD1">
<!--Logo Start-->
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="70">
<tr>
<td align="center" valign="middle">
<community:Logo Runat="Server"/>
</td>
</tr>
</table>
</td>
<td align="left" valign="top" width="103" bgcolor="#CBCDD1">
<img src='<%=ResolveUrl( "../../Images/top_blue_curve.gif" )%>' width="103" height="84" border="0" alt=""><br>
</td>
<td bgcolor="#CBCDD1" style="background-repeat: repeat-x" background='<%=ResolveUrl( "../../Images/top_blue_strip.gif" )%>' align="left" valign="top" height="84" width="100%">
<!--Banner Start-->
<div align="center">
<table width="100%" border="0" cellspacing="0" cellpadding="4">
<tr>
<td align="left" valign="middle" class="Banner">
<asp:AdRotator AdvertisementFile="~/Advertisements/BannerAds.xml" Width="468" height="60" Runat="Server"/><br>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#CBCDD1" background='<%=ResolveUrl( "../../Images/top_black_stripes.gif" )%>' align="left" valign="top" height="5" width="100%">
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#CBCDD1" background='<%=ResolveUrl( "../../Images/blue_topic_background.gif" )%>' valign="middle" align="center" height="26" width="100%">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<!--Topic Navigation-->
<td align="center" valign="middle">
<community:TopicMenu CssClass="SectionNav" Runat="Server"/><br>
</td>
<!--Search-->
<td align="left" valign="middle" width="180" class="Search">
Search: <asp:TextBox id="txtSearch" height="15" font-size="7" width="110" Runat="Server"/><asp:LinkButton id="lnkSearch" Text=" Go" Runat="Server"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="3" bgcolor="#CBCDD1" background='<%=ResolveUrl( "../../Images/top_black_stripe.gif" )%>' align="left" valign="middle" height="2" width="100%">
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left" valign="top" width="1"></td>
<td bgcolor="#D5D5D5" align="left" valign="top">
<table width="165" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="165" align="left" valign="top">
<img src='<%=ResolveUrl( "../../Images/blue_section_top.gif" )%>' width="165" height="14" border="0" alt=""><br>
</td>
</tr>
<tr>
<td bgcolor="#90A1B9" align="left" valign="top">
<!--Section Navigation-->
<table cellspacing="0" cellpadding="0" border="0">
<community:SectionMenu CssClass="SectionNav" Runat="Server" />
</table>
</td>
</tr>
<tr>
<td align="left" valign="top">
<img src='<%=ResolveUrl( "../../Images/blue_section_divider.gif" )%>' width="165" height="1" border="0" alt=""><br>
</td>
</tr>
<tr>
<td align="left" valign="top">
<img src='<%=ResolveUrl( "../../Images/blue_section_bottom.gif" )%>' width="165" height="11" border="0" alt=""><br>
</td>
</tr>
<tr>
<td background='<%=ResolveUrl( "../../Images/blue_background_right.gif" )%>'>
<br>
<!--Static Navigation Start-->
<div align="center">
<table width="140" border="0" cellspacing="0" cellpadding="0" class="StaticNav">
<tr>
<td align="left" valign="top">
<community:UserLogin Runat="Server" /><br>
</td>
</tr>
<!--Copyright notice -->
<tr>
<td height="50" valign="bottom">
<div class="copy"><asp:PlaceHolder id="Footer" Runat="Server" /></div>
</td>
</tr>
</table>
</div>
<p>
<br>
</td>
</tr>
</table>
</td>
<td align="left" valign="top" background='<%=ResolveUrl( "../../Images/black_line_left.gif" )%>' width="40">
</td>
<td width="600" align="left" valign="top" class="body">
<!-- Crumb -->
<div align="right" class="crumb"><community:BreadCrumb Runat="Server"/></div><br><br>
<!-- Content -->
<asp:PlaceHolder id="Content" Runat="Server" />
<p>
<br>
</td>
<td align="left" valign="top" background='<%=ResolveUrl( "../../Images/black_line_right.gif" )%>' width="26">
</td>
<!--Box Ad Start-->
<td align="center" valign="top" width="168">
<br>
<div align="center"> <asp:AdRotator AdvertisementFile="~/Advertisements/BoxAds.xml" Width="125" height="125" Runat="Server"/></div>
<br>
<div align="center"><community:VotingControl Runat="Server" ID="Votingcontrol1"/></div>
<br>
<!--Web Box Start-->
<community:WebBoxList Runat="Server" />
<br>
<community:WebServiceBoxList id="WebServiceBoxes" RepeatDirection="Horizontal" Runat="Server"/>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="1" bgcolor="#000000"></td>
</tr>
</table>
<!--Section Navigation 2 Start-->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">
<p>
<center><community:SectionMenu skinfilename="Sections_SectionMenuBottom.ascx" CssClass="SectionNav2" Runat="Server" /></center>
</td>
</tr>
</table>
</tr>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -