📄 outnews.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="outnews.aspx.cs" Inherits="outnews" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<style type="text/css">
<!--
.STYLE1 {font-size: 12px;
color: #CC3300;
}
.STYLE2 {font-size: 12px;
color: #660000;
}
.STYLE5 {font-size: 12px; color: #993300; }
.STYLE6 {font-size: 12px}
.STYLE11 {font-size: 12px; color: #CC0000; }
-->
</style>
</head>
<body>
<table width="770" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#CC6600">
<tr>
<td height="1157" valign="top"><table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="15" height="29" background="image/saz.gif" bgcolor="#FFFFFF"> </td>
<td background="image/saz.gif" bgcolor="#FFFFFF"><span class="STYLE1"><img src="image/7655.jpg" alt="3" width="13" height="11" />新闻资讯尽在其中……</span><span class="STYLE1">国内新闻</span> </td>
</tr>
</table>
<table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1125"><table width="770" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="40" background="image/untitled.gif" style="height: 31px"> </td>
<td width="70" align="center" valign="middle" background="image/untitled.gif" style="height: 31px"><span class="STYLE2"><a href="index.aspx" target="_blank">新闻首页</a></span></td>
<td width="70" align="center" valign="middle" background="image/untitled.gif" style="height: 31px"><span class="STYLE2"><a href="innews.aspx" target="_blank">国内新闻</a></span></td>
<td width="70" align="center" valign="middle" background="image/untitled.gif" style="height: 31px"><span class="STYLE2"><a href="outnews.aspx" target="_blank">国际新闻</a></span></td>
<td width="70" align="center" valign="middle" background="image/untitled.gif" style="height: 31px"><span class="STYLE2"><a href="sport.aspx" target="_blank">体育新闻</a></span></td>
<td width="70" align="center" valign="middle" background="image/untitled.gif" style="height: 31px"><span class="STYLE2"><a href="yule.aspx" target="_blank">娱乐新闻</a></span></td>
<td align="center" background="image/untitled.gif" style="height: 31px"> </td>
</tr>
</table>
<table width="770" height="59" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="59" background="image/gjbg.gif"> </td>
</tr>
</table>
<table width="770" height="560" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="400" height="560" valign="top"><table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="400" height="264" border="0" cellpadding="0" cellspacing="0">
<tr>
<td height="264" align="center" valign="middle"><img src="image/U182P4T36D6F3011DT20080917165652.jpg" width="386" height="228" />
<table width="386" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="29" align="center" valign="middle" bgcolor="#FCF1DC"><span class="STYLE5">世界最矮男子与最长腿美女合影</span></td>
</tr>
</table></td>
</tr>
</table>
<table width="400" height="244" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="7" height="244" valign="middle"> </td>
<td width="381" align="center" valign="middle" background="image/U182P4T36D6F3014DT20080917165858.jpg"> </td>
<td width="7" valign="middle"> </td>
</tr>
</table>
<table width="386" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="29" align="center" valign="middle" bgcolor="#FCF1DC"><span class="STYLE5">阿富汗空军边飞边烤串军医天天醉</span></td>
</tr>
</table></td>
<td width="370" valign="top"><table width="366" height="557" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#000000">
<tr>
<td height="340" valign="top"><table width="366" height="32" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="5" height="32" background="image/zaq3.gif"> </td>
<td width="20" align="center" valign="middle" background="image/zaq3.gif"><img src="image/8.gif" width="11" height="11" /></td>
<td width="341" background="image/zaq3.gif"><span class="STYLE6">国际新闻<asp:Label ID="Label1" runat="server" Text="1"></asp:Label></span></td>
</tr>
</table>
<table width="366" height="518" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top"> <asp:DataList ID="DataList1" runat="server" DataKeyField="News_ID" DataSourceID="AccessDataSource1"
Font-Size="10pt" ForeColor="Red" CellSpacing="8">
<ItemTemplate>
<asp:Image ID="Image1" runat="server" ImageUrl="~/image/dian.gif" />
<asp:HyperLink ID="HyperLink1" runat="server" Font-Size="10pt" ForeColor="Black"
NavigateUrl='<%# Eval("News_ID", "news.aspx?News_ID={0}") %>' Text='<%# Eval("News_Title") %>'></asp:HyperLink>
[浏览
<asp:Label ID="Label2" runat="server" Text='<%# Eval("News_Hits") %>'></asp:Label>次]
</ItemTemplate>
</asp:DataList><asp:AccessDataSource ID="AccessDataSource1" runat="server" DataFile="~/App_Data/news.mdb"
SelectCommand="SELECT [News_ID], [Newsclass_ID], [News_Title], [News_Hits] FROM [newsinfo] WHERE ([Newsclass_ID] = ?)">
<SelectParameters>
<asp:ControlParameter ControlID="Label1" Name="Newsclass_ID" PropertyName="Text"
Type="Int32" />
</SelectParameters>
</asp:AccessDataSource>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="766" height="360" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#E9F2DB">
<tr>
<td width="252" height="286" valign="top"><table width="252" border="0" align="center" cellpadding="0" cellspacing="0">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -