📄 category.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Category.aspx.cs" Inherits="Admin_Product_Category" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<link href="../../Css/BaseCss.css" type="text/css" rel="stylesheet" />
</head>
<body style="margin-left:0;margin-top:0">
<form id="MyForm" method="post" runat="server">
<table border="0" cellpadding="0" cellspacing="0" style="BORDER-COLLAPSE: collapse;" width="100%">
<tr style="height: 30px;">
<td class="Text" style="background-color: #6666ff; width: 3%;"><font color="#006699" size="3"><img alt="" src="../../Images/moduleheaher.gif" width="16" height="16"></font></td>
<td class="Text" style="background-color: #6666ff;"><b>商品种类管理</b></td>
</tr>
</table>
<table class="Text" bordercolor="#006699" style="border-collapse:collapse;border-color:ActiveCaption;border-width:1" width="100%" border="1">
<tr>
<td style="width:100%;">
<asp:TreeView ID="CategoryView" runat="server" Width="100%" ShowLines="True" CssClass="Text" BackColor="#5A7DD1" ForeColor="White" EnableClientScript="False">
<NodeStyle BackColor="#5A7DD1" ForeColor="White" Font-Bold="True" CssClass="Text" />
<RootNodeStyle BackColor="Transparent" Font-Bold="True" ForeColor="White" />
<SelectedNodeStyle BackColor="#5A7DD1" CssClass="Text" Font-Bold="True" ForeColor="DarkRed" />
</asp:TreeView>
</td>
</tr>
<tr style="height: 30px;">
<td align="center" colspan="2"><asp:button id="AddBtn" runat="server" Width="80px" CssClass="ButtonCss" Text="添加" OnClick="AddBtn_Click"></asp:button> <asp:button id="EditBtn" runat="server" Width="80px" CssClass="ButtonCss" Text="修改" OnClick="EditBtn_Click"></asp:button> <asp:button id="UpBtn" runat="server" Width="80px" CssClass="ButtonCss" Text="上移" OnClick="MoveBtn_Click" CommandName="up"></asp:button> <asp:button id="DownBtn" runat="server" Width="80px" CssClass="ButtonCss" Text="下移" OnClick="MoveBtn_Click" CommandName="down"></asp:button> <asp:button id="DeleteBtn" runat="server" Width="80px" CssClass="ButtonCss" Text="删除" OnClick="DeleteBtn_Click"></asp:button></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -