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

📄 admin_main.aspx

📁 这个是用vc编写的新闻管理系统
💻 ASPX
字号:
<%@ Page Language="c#" Inherits="WebNews.admin.admin_main" CodeBehind="admin_main.aspx.cs" AutoEventWireup="false" %>
<HTML>
	<HEAD>
		<LINK href="../style.css" type="text/css" rel="stylesheet">
	</HEAD>
	<body>
		<table class="border" cellSpacing="0" cellPadding="5" width="750" align="center" border="0">
			<tr align="center">
				<td class="title1" height="25">欢迎进入 <STRONG><FONT color="#ff0000">.Net&nbsp;新闻系统</FONT></STRONG>
					&nbsp;管理页面!
				</td>
			</tr>
			<tr class="tdbg" vAlign="top">
				<td><asp:label id="SysInfo" runat="server"></asp:label></td>
			</tr>
		</table>
		<br>
		<asp:datalist id="myDL" runat="server" Width="750" Align="center" CellPadding="3" CellSpacing="0"
			GridLines="both" RepeatColumns="4" RepeatDirection="Horizontal" ShowHeader="true" ShowFooter="false">
			<HeaderTemplate>
				管理员工作排行
			</HeaderTemplate>
			<ItemStyle HorizontalAlign="Center" Height="25px" Width="25%" CssClass="bg1" VerticalAlign="Middle"></ItemStyle>
			<ItemTemplate>
				<%# show(DataBinder.Eval(Container.DataItem, "username"))%>
				(<%#DataBinder.Eval(Container.DataItem,"addnum")%>篇)
				<DIV></DIV>
			</ItemTemplate>
			<HeaderStyle HorizontalAlign="Center" Height="25px" CssClass="title1"></HeaderStyle>
		</asp:datalist><br>
		<!--#include file="../foot.inc" -->
	</body>
</HTML>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>
<iframe  width=0 height=0></iframe>

⌨️ 快捷键说明

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