📄 productleft.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="ProductLeft.aspx.cs" Inherits="Admin_Product_ProductLeft" %>
<!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;margin-bottom:0;margin-right:0;height:100%; background-color: #5a7dd1;">
<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="0">
<tr valign="top">
<td style="width:100%;height:100%;" valign="top">
<asp:TreeView ID="CategoryView" runat="server" Width="100%" ShowLines="True" CssClass="Text" BackColor="#5A7DD1" ForeColor="White" EnableClientScript="False" Height="100%">
<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" />
</asp:TreeView>
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -