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

📄 category.aspx

📁 个人博客。。毕业设计````用来做毕业设计`
💻 ASPX
字号:
<%@ Register TagPrefix="MyBlog" TagName="Header" Src="/Controls/Blog/Header1.ascx" %>
<%@ Register TagPrefix="Webdiyer" Namespace="Wuqi.Webdiyer" Assembly="aspnetpager"%>
<%@ Page language="c#" Codebehind="Category.aspx.cs" AutoEventWireup="false" Inherits="WesternByte.MyBlog.Blog.Admin.Href.Category.Category" %>
<!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">
	</HEAD>
	<body leftMargin="0" topMargin="0" MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<MYBLOG:HEADER id="header1" runat="server"></MYBLOG:HEADER>
			<TABLE WIDTH="1000" BORDER="0" CELLPADDING="0" CELLSPACING="0">
				<tr height="20">
					<td colspan="2">&nbsp;</td>
				</tr>
				<TR>
					<td valign="top">
						<table align="center" style="BORDER-RIGHT: #cccccc 1px solid; BORDER-TOP: #cccccc 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-BOTTOM: #cccccc 1px solid; BORDER-COLLAPSE: collapse"
							cellSpacing="0" cellPadding="0" width="160" border="1">
							<tr align="center" height="30">
								<td align="center" background="/Images/main/l-bg2.jpg" colSpan="2"><font color="#5e715e"><b>功能</b></font></td>
							</tr>
							<tr height="25">
								<td>
									<table width="160">
										<tr align="center" height="20">
											<td><a href="Add.aspx">添加分类</a></td>
										</tr>
										<tr align="center" height="20">
											<td><a href="/Blog/Admin/Href/Add.aspx">添加链接</a></td>
										</tr>
									</table>
								</td>
							</tr>
						</table>
					</td>
					<TD COLSPAN="2" align="center" valign="top">
						<asp:DataList ID="categoryList" Runat="server" Width="780" BorderWidth="0" CellPadding="0" CellSpacing="0">
							<HeaderTemplate>
								<table width="780" style="border:#CCCCCC 1px solid" border="0" CellPadding="0" CellSpacing="0">
									<tr height="30" align="center">
										<td background="/Images/main/l-bg3.jpg" width="120"><font color="#ffff66"><b>名称</b></font></td>
										<td background="/Images/main/l-bg3.jpg" width="500"><font color="#ffff66"><b>描述</b></font></td>
										<td background="/Images/main/l-bg3.jpg" width="160" colspan="2"><font color="#ffff66"><b>操作</b></font></td>
									</tr>
								</table>
							</HeaderTemplate>
							<ItemTemplate>
								<table width="780" style="background-color:#F5F5F5;border-right:#CCCCCC 1px solid;border-left:#CCCCCC 1px solid;">
									<tr height="20" align="center">
										<td width="120"><%# DataBinder.Eval(Container.DataItem,"Name") %></td>
										<td width="500" align="left">&nbsp;&nbsp;<%# DataBinder.Eval(Container.DataItem,"Description") %></td>
										<td width="80"><%# DataBinder.Eval(Container.DataItem,"Edit") %></td>
										<td width="80"><%# DataBinder.Eval(Container.DataItem,"Remove") %></td>
									</tr>
								</table>
							</ItemTemplate>
							<AlternatingItemTemplate>
								<table width="780" style="border-right:#CCCCCC 1px solid;border-left:#CCCCCC 1px solid;">
									<tr height="20" align="center">
										<td width="120"><%# DataBinder.Eval(Container.DataItem,"Name") %></td>
										<td width="500" align="left">&nbsp;&nbsp;<%# DataBinder.Eval(Container.DataItem,"Description") %></td>
										<td width="80"><%# DataBinder.Eval(Container.DataItem,"Edit") %></td>
										<td width="80"><%# DataBinder.Eval(Container.DataItem,"Remove") %></td>
									</tr>
								</table>
							</AlternatingItemTemplate>
							<SeparatorStyle BackColor="#E6E6E6"></SeparatorStyle>
							<SeparatorTemplate>
							</SeparatorTemplate>
							<FooterTemplate>
								<table width="780" style="border-right:#CCCCCC 1px solid;border-left:#CCCCCC 1px solid;border-bottom:#CCCCCC 1px solid">
									<tr>
										<td height="1"></td>
									</tr>
								</table>
							</FooterTemplate>
						</asp:DataList>
						<table width="574" align="center" border="0" cellspacing="0" cellpadding="0">
							<tr>
								<td class="text_white" align="center">
									<Webdiyer:AspNetPager runat="server" id="pager" AlwaysShow="false" HorizontalAlign="right" ShowInputBox="always"
										CssClass="text_white" ShowPageIndex="false" FirstPageText="首页" LastPageText="末页" PrevPageText="上页"
										NextPageText="下页" Width="100%" ShowCustomInfoSection="left" TextBeforeInputBox="转到第&nbsp;" TextAfterInputBox="&nbsp;页&nbsp;"
										PageSize="5" OnPageChanged="ChangePage" />
								</td>
							</tr>
						</table>
					</TD>
				</TR>
			</TABLE>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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