📄 listview.aspx
字号:
<%@ Register TagPrefix="top_article" TagName="top_article" Src="article_head.ascx"%>
<%@ Register TagPrefix="copyrightlocal" TagName="footer" Src="bottom.ascx"%>
<%@ Register TagPrefix="title_H" TagName="title_head" Src="head.ascx"%>
<%@ Page Language="vb" Inherits="flyangel.news.article_listview" Codebehind="article_listview.vb" %>
<%@ Register TagPrefix="cc1" Namespace="flyangel.article.Components" Assembly="flyangel_article" %>
<top_article:top_article id="top_article" runat="server"></top_article:top_article>
<form runat="server">
<title_h:title_head id="title_head" runat="server"></title_h:title_head>
<table class="tdborder1" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<tr>
<td bgColor="#eef4fb" height="25"> <IMG height="9" src="images/dot.gif">
当前位置: <IMG height="9" src="images/more.gif" width="29">
<asp:hyperlink id="return_index" runat="server" Text="首页" NavigateUrl="index.aspx"></asp:hyperlink> <IMG height="9" src="images/more.gif" width="29">
<asp:hyperlink id="return_type" runat="server"></asp:hyperlink> <IMG height="9" src="images/more.gif" width="29">
<asp:label id="return_title" runat="server"></asp:label></td>
<td width="60" bgColor="#eef4fb"><A href="javascript:window.print()"><IMG height="16" src="images/printpage.gif" width="16" border="0"></A>打印
</td>
<td width="140" bgColor="#eef4fb"><a href="#" onclick="chatWin('<%= courenturl%>','<%= currenttitle%>');"title="将此文发给好友"><IMG height="16" src="images/email.gif" width="16" border="0"></a>
将此文发给好友</td>
</tr>
</table>
<table class="tdborder3" cellSpacing="0" cellPadding="0" width="760" align="center" border="0">
<tr>
<td vAlign="top">
<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR>
<TD class="tdborder4" align="center" height="40" valign="middle">
<table style="FILTER: DropShadow(Color=#c5c5c5, OffX=3, OffY=2, Positive=2)" cellSpacing="0"
cellPadding="0" width="100%" align="center" border="0">
<tr>
<td align="center"><font color="#003366" size="3"><b><asp:label id="return_title_1" runat="server"></asp:label></b></font></td>
</tr>
</table>
</TD>
</TR>
<TR>
<TD align="center" height="30"><asp:label id="return_info" runat="server"></asp:label></TD>
</TR>
<TR>
<TD vAlign="top">
<table cellSpacing="1" cellPadding="1" width="92%" align="center" border="0">
<tr>
<td>
<table cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<tr>
<td height="40" bgColor="#d2e2f2">
<FONT color="#3399ff"><FONT face="Wingdings">1</FONT></FONT><STRONG>本文相关专题:</STRONG>
<asp:hyperlink id="return_zhuanti" runat="server"></asp:hyperlink>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="tdborder_wrop" vAlign="top" height="100%">
<font color="#000000">
<asp:label id="return_content" runat="server" EnableViewState="false"></asp:label></font>
</td>
</tr>
</table>
</TD>
</TR>
<tr>
<td height="30" align="center">
<table cellSpacing="1" cellPadding="3" width="92%" align="center" border="0" height="40">
<tr>
<td align="center" bgColor="#d2e2f2">
<asp:label id="return_checkpeople" runat="server"></asp:label>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table cellSpacing="1" cellPadding="3" width="92%" align="center" border="0">
<tr>
<td vAlign="top">
<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR>
<TD height="24"><FONT color="#3399ff"><FONT face="Wingdings">1</FONT></FONT>
<asp:label id="top_new" runat="server"></asp:label>:最新更新
</TD>
</TR>
<TR>
<TD>
<cc1:ArticleTop id="ArticleTop1" runat="server" SetTopNum="6"></cc1:ArticleTop></TD>
</TR>
</TABLE>
</td>
<td vAlign="top">
<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR>
<TD height="24"><FONT color="#3399ff"><FONT face="Wingdings">1</FONT></FONT>
<asp:label id="top_hot" runat="server"></asp:label>:热门新闻
</TD>
</TR>
<TR>
<TD>
<cc1:ArticleTop id="Articletop2" runat="server" SetTopNum="6" SetShowTopType="Hot"></cc1:ArticleTop></TD>
</TR>
</TABLE>
</td>
<td vAlign="top">
<TABLE cellSpacing="0" cellPadding="0" width="100%" align="center" border="0">
<TR>
<TD height="24"><FONT color="#3399ff"><FONT face="Wingdings">1</FONT></FONT> 相关新闻
</TD>
</TR>
<TR>
<TD>
<cc1:ArticleTop id="ArticleTop3" runat="server" SetTopNum="6" SetShowTopType="AboutKey"></cc1:ArticleTop></TD>
</TR>
</TABLE>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<copyrightlocal:footer id="globalbottom" runat="server"></copyrightlocal:footer>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -