📄 news.aspx
字号:
<%@ Page language="c#" Codebehind="news.aspx.cs" AutoEventWireup="false" Inherits="jpgSoftware_SM.news" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
<HTML>
<HEAD>
<title>金苹果软件最新更新</title>
<meta content="Microsoft Visual Studio .NET 7.1" name="GENERATOR">
<meta content="C#" name="CODE_LANGUAGE">
<meta content="JavaScript" name="vs_defaultClientScript">
<meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema">
<style type="text/css">.title {
FONT-WEIGHT: bold; FONT-SIZE: 36px; COLOR: #ffffff; FONT-FAMILY: "宋体"
}
.contentFont {
FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: "宋体"
}
.yFont {
FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #ffff99; FONT-FAMILY: "宋体"
}
.timeFont {
FONT-SIZE: 12px; COLOR: #ffffff; FONT-FAMILY: "宋体"
}
</style>
</HEAD>
<body bottomMargin="0" leftMargin="0" topMargin="0" rightMargin="0" oncontextmenu="return false" onselectstart="" ondragstart="return false" onbeforecopy="return false"
oncopy="document.selection.empty()" onselect="document.selection.empty()"
MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
<table height="100%" cellSpacing="0" cellPadding="0" width="730" bgColor="#0e4b82" border="0">
<tr>
<td class="title" align="center" width="730" background="Image/news.gif" height="138">金苹果软件最新更新</td>
</tr>
<tr>
<td vAlign="top">
<table width="100%" border="0">
<asp:repeater id="newsRp" runat="server">
<ItemTemplate>
<tr>
<td width="5%"> </td>
<td class="yFont" width="70%"><IMG height="16" src="Image/point.gif" width="16"> <%#DataBinder.Eval(Container.DataItem,"title")%>
</td>
<td class="timeFont" width="25%"><%#DataBinder.Eval(Container.DataItem,"crDate")%></td>
</tr>
<tr>
<td> </td>
<td class="contentFont" colSpan="2"> <%#DataBinder.Eval(Container.DataItem,"Info")%></td>
</tr>
</ItemTemplate>
</asp:repeater>
<tr>
<td> </td>
<td colSpan="2"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</form>
</body>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -