?? category.aspx
字號(hào):
<%@ 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>鏈接管理——分類(lèi)管理</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"> </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">添加分類(lèi)</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>名稱(chēng)</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"> <%# 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"> <%# 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="首頁(yè)" LastPageText="末頁(yè)" PrevPageText="上頁(yè)"
NextPageText="下頁(yè)" Width="100%" ShowCustomInfoSection="left" TextBeforeInputBox="轉(zhuǎn)到第 " TextAfterInputBox=" 頁(yè) "
PageSize="5" OnPageChanged="ChangePage" />
</td>
</tr>
</table>
</TD>
</TR>
</TABLE>
</form>
</body>
</HTML>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -