?? default.ascx
字號:
<%@ Control Language="C#" %>
<%@ Register TagPrefix="community" Namespace="ASPNET.StarterKit.Communities" Assembly="ASPNET.StarterKit.Communities" %>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<!-- Outer Left Line -->
<td bgcolor="#DCDDDE" width="2"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="2" height="1" border="0"></td>
<!-- Inner Table -->
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0" border="0" height="70">
<!-- Logo Row -->
<tr>
<td bgcolor="#2f7eb0" width="150" height="70" align="center" valign="middle" cellpadding="0" cellspacing="0" border="0" class="LogoCell">
<table width="150" height="70">
<tr>
<td align="center" valign="middle" class="LogoCell">
<community:Logo id="logo" Runat="Server"/>
</td>
</tr>
</table>
</td>
<td width="3" bgcolor="#ffffff"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="3" height="1" border="0"></td>
<td bgcolor="#DCDDDE" width="100%" class="BannerCell">
<!-- Banner/BigImage -->
<table width="100%" cellspacing="0" border="0">
<tr>
<td align="center" valign="middle">
<asp:AdRotator AdvertisementFile="~/Advertisements/BannerAds.xml" Width="468" height="60" Runat="Server"/>
</td>
<td align="center" valign="middle" width="200" class="BigImage">
</td>
</tr>
</table>
</td>
</tr>
<!-- Spacer Row -->
<tr>
<td height="4" width="150"></td>
<td width="3"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="3" height="1" border="0"></td>
<td height="4"></td>
</tr>
<!-- Topic Row -->
<tr>
<td bgcolor="#000000" align="center" width="150" height="22" class="SmallImage">
</td>
<td width="3"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="3" height="1" border="0"></td>
<td bgcolor="#2f7eb0" class="TopicCell">
<community:TopicMenu CssClass="TopicMenu" runat="Server"/>
</td>
</tr>
<!-- Content Row -->
<tr>
<td valign="top" width="150">
<br>
<table cellpadding="3" cellspacing="0" border="0">
<tr>
<td>
<community:SectionMenu CssClass="SectionMenu" Runat="Server" />
</td>
</tr>
<!-- Middle-Right: Search-->
<tr>
<td width="100%" bgcolor="#DCDDDE" 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>
<!-- Middle-Right: Login -->
<tr>
<td align="left" valign="top">
<community:UserLogin CssClass="UserLogin" Runat="Server"/>
</td>
</tr>
</table>
</td>
<td width="3"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="3" height="1"></td>
<!-- Inner Content Table -->
<td>
<table cellpadding="0" cellspacing="0" border="0" width="100%" height="520">
<tr>
<td valign="top" width="100%">
<table cellspacing="0" cellpadding="5" border="0" width="100%">
<tr>
<td valign="top">
<div align="right"><community:BreadCrumb CssClass="BreadCrumb" Runat="Server"/></div><br><br>
<!-- Middle-Center: Content -->
<div class="Content">
<asp:PlaceHolder id="Content" Runat="Server" />
</div>
</td>
</tr>
</table>
</td>
<!-- Blue line -->
<td width="1" bgcolor="#2f7eb0"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="1" height="1"></td>
<!-- Web Boxes -->
<td valign="top">
<table width="150">
<tr>
<td align="center">
<asp:AdRotator AdvertisementFile="~/Advertisements/BoxAds.xml" Width="125" height="125" Runat="Server"/>
</td>
</tr>
<tr>
<td align="center">
<!-- Voting -->
<div align="center"><community:VotingControl Runat="Server" ID="Votingcontrol2"/></div>
</td>
</tr>
<tr>
<td align="center">
<community:WebBoxList id="WebBoxes" Runat="Server"/><br>
</td>
</tr>
<tr>
<td align="center">
<community:WebServiceBoxList id="WebServiceBoxes" Runat="Server"/><br>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<!-- Footer Row -->
<tr>
<td height="23" bgcolor="#2f7eb0" class="FooterLeftCell">
</td>
<td width="3"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="3" height="1"></td>
<td bgcolor="#DCDDDE" class="FooterRightCell">
<div class="FooterText" align="center"><asp:Placeholder id="Footer" Runat="Server"/> </div>
</td>
</tr>
</table>
</td>
<!-- End Inner Table -->
<!-- Right Outer Line -->
<td bgcolor="#DCDDDE" width="2"><img src='<%=ResolveUrl("../../Images/Spacer.gif")%>' width="2" height="1"></td>
</tr>
</table>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -