⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 topicnews.aspx

📁 动网新闻.Net  版权所有:动网工作室-木鸟 程序制作:木鸟
💻 ASPX
字号:
<%@Page Language="C#" Inherits="DvNews.Pages.List" EnableSessionState="false" EnableViewState="false" %>
<%@Import Namespace="System.Data"%>
<html>
<head>
<!--#include file="inc/html_head.inc"-->
</head>
<body>

<!--#include file="head.inc" -->
<table class="twidth" align="center" cellpadding="0" cellspacing="0" >
<tr>
<td class="navbar-left">
</td>
<td class="navbar">
	<!--#include file="inc/navclass.aspx"-->
</td>
<td class="navbar-right">
</td>
</tr>
</table>

<table class="twidth" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="navsub-left"></td>
<td class="navsub">
	&nbsp; <%=StepPath()%>
</td>
<td class="navsub-right"></td>
</tr>
</table>
&nbsp;

<table class="twidth" cellpadding="0" cellspacing="0" border="0" align="center">
<tr align="left" valign="top">
<td width="200">
	
	<table width="95%" cellspacing="0" cellpadding="0">
	<tr>
	<td class="lframe-t-left"></td>
	<td class="lframe-t-mid">
		<span class="lframe-t-text"><%=lang["title_news_hot_day"]%></span>
	</td>
	<td class="lframe-t-right"></td>
	</tr>
	</table>
	<table width="95%" cellspacing="0" cellpadding="0">
	<tr>
	<td class="lframe-m-left"></td>
	<td class="lframe-m-mid">
		<% TopList(sortID,"sort","dayhot",10,26,false,false,false,false,false);%>
	</td>
	<td class="lframe-m-right"></td>
	</tr>
	</table>
	<table width="95%" cellspacing="0" cellpadding="0" >
	<tr>
	<td class="lframe-b-left"></td>
	<td class="lframe-b-mid">&nbsp;</td>
	<td class="lframe-b-right"></td>
	</tr>
	</table>
	
	
</td>
<td>

	<table width="100%" cellspacing="0" cellpadding="0">
	<tr>
	<td class="mframe-t-left"></td>
	<td class="mframe-t-mid">
		<span class="mframe-t-text">&nbsp; &gt;&gt; <asp:Literal id="nameLiteral"  runat="server"/></span>
	</td>
	<td class="mframe-t-right"></td>
	</tr>
	</table>
	<table width="100%" cellspacing="0" cellpadding="0">
	<tr>
	<td class="mframe-m-left"></td>
	<td class="mframe-m-mid">
		<asp:DataList id="dlNews"
		CellPadding="5"
		CellSpacing="0"
		GridLines="None"
		RepeatColumns="3"
		RepeatDirection="Horizontal"
		RepeatLayout="Table"
		Visible=false
		Width="100%"
		runat="server">
		<ItemStyle HorizontalAlign="center" VerticalAlign="top"/>
		<ItemTemplate>
			<%#LinkImg((DataRowView)Container.DataItem)%><br/>
			<%#LinkTitle((DataRowView)Container.DataItem)%>
		</ItemTemplate>
		</asp:DataList>
		<asp:Literal id="ltNews" runat="server"/>
		<% SearchBar();%>
	</td>
	<td class="mframe-m-right"></td>
	</tr>
	</table>
	<table width="100%" cellspacing="0" cellpadding="0" >
	<tr>
	<td class="mframe-b-left"></td>
	<td class="mframe-b-mid">&nbsp;</td>
	<td class="mframe-b-right"></td>
	</tr>
	</table>

</td>
</tr>
</table>

<!--#include file="foot.inc" -->
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -