📄 blog.txt
字号:
<%@ Register TagPrefix="MyBlog" TagName="TopBlog" Src="../Controls/TopBlog.ascx" %>
<%@ Register TagPrefix="MyBlog" TagName="Header" Src="../Controls/MainHeader.ascx" %>
<%@ Register TagPrefix="MyBlog" TagName="Search" Src="../Controls/Search.ascx" %>
<%@ Register TagPrefix="MyBlog" TagName="Statistic" Src="../Controls/Statistic.ascx" %>
<%@ Page language="c#" Codebehind="TopList.aspx.cs" AutoEventWireup="false" Inherits="WesternByte.MyBlog.Main.TopList" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>西八515的博客</title>
<meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1">
<meta name="CODE_LANGUAGE" Content="C#">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
<style type="text/css">BODY { BACKGROUND-COLOR: #99ffff }
</style>
</HEAD>
<body bgColor="#f3f3f3" leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<MyBlog:Header id="Header" runat="server"></MyBlog:Header>
<table width="1000" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="278" valign="top">
<table width="278" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<br>
<table width="251" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="10"></td>
<td>
<table width="241" border="1" cellpadding="0" cellspacing="0" style="BORDER-RIGHT:#cccccc 1px solid; BORDER-TOP:#cccccc 1px solid; BORDER-LEFT:#cccccc 1px solid; BORDER-BOTTOM:#cccccc 1px solid; BORDER-COLLAPSE:collapse; BACKGROUND-COLOR:#ffffff">
<tr height="25" align="center">
<td colspan="2" background="Images/main/l-bg4.jpg"><font color="#ffff66">西游的博客排行榜</font></td>
</tr>
<tr height="30" align="center">
<td><a href="TopList.aspx">浏览排行</a></td>
<td><a href="TopList.aspx?id=1">评论排行</a></td>
</tr>
</table>
</td>
</tr>
</table>
<br>
<MyBlog:Search id="search1" runat="server"></MyBlog:Search>
<br>
<MyBlog:Statistic id="statistic1" runat="server"></MyBlog:Statistic>
<br>
<MyBlog:TopBlog id="topblog1" runat="server"></MyBlog:TopBlog>
<br>
</td>
</tr>
</table>
</td>
<td width="722" valign="top">
<table border="0" cellpadding="0" cellspacing="0">
<tr height="30" valign="bottom">
<td> <asp:Label ID="lbl_title" Runat="server" CssClass="title" /></td>
</tr>
<tr>
<td colspan="2" valign="top">
<table width="700" cellpadding="4" cellspacing="1">
<tr>
<td>
<asp:DataList ID="EssayList" Width="700" Runat="server" CellPadding="0" CellSpacing="0">
<ItemTemplate>
<table width="700" cellpadding="6" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td bgcolor="#FFFFFF">
<a href='Blog/View.aspx?essayID=<%# DataBinder.Eval(Container.DataItem,"essayID") %>&BlogID=<%# DataBinder.Eval(Container.DataItem,"BlogID") %>'>
<b><font color="#0C7DC6">
<%# DataBinder.Eval(Container.DataItem,"Subject") %>
</font></b></a><font class="chinesefont105main">
<hr size='1' noshade color='#CCCCCC'>
<br>
<div align='right' class='smalltxt' height='32px'><%# DataBinder.Eval(Container.DataItem,"Time") %> 作者:
<a href='Blog/Blog.aspx?BlogID=<%# DataBinder.Eval(Container.DataItem,"blogID") %>'>
<%# DataBinder.Eval(Container.DataItem,"Username") %>
</a>  <A class="CommentLink" href='Blog/View.aspx?essayID=<%# DataBinder.Eval(Container.DataItem,"essayID") %>&BlogID=<%# DataBinder.Eval(Container.DataItem,"BlogID") %>#FeedBack'>
【评论:<%# DataBinder.Eval(Container.DataItem,"FeedBack") %>】</A>【阅读:<%# DataBinder.Eval(Container.DataItem,"View") %>】
</div>
</font>
</td>
</tr>
</table>
</ItemTemplate>
<SeparatorTemplate>
</SeparatorTemplate>
</asp:DataList>
<table id="noCount" runat="server" width="700" cellpadding="6" cellspacing="1" bgcolor="#cccccc">
<tr bgcolor="#ffffff" height="50">
<td align="center">当前没有任何随笔!</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br>
</td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -