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

📄 news.aspx

📁 金苹果进销存管理系统-是一个用C#.net编写的非常使用而且功能强大的进销存的B/S系统
💻 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%">&nbsp;</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>&nbsp;</td>
										<td class="contentFont" colSpan="2">&nbsp;&nbsp;&nbsp;<%#DataBinder.Eval(Container.DataItem,"Info")%></td>
									</tr>
								</ItemTemplate>
							</asp:repeater>
							<tr>
								<td>&nbsp;</td>
								<td colSpan="2">&nbsp;</td>
							</tr>
						</table>
					</td>
				</tr>
				<tr>
					<td>&nbsp;</td>
				</tr>
				<tr>
					<td>&nbsp;</td>
				</tr>
				<tr>
					<td>&nbsp;</td>
				</tr>
			</table>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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