?? catalog.aspx
字號:
?<%@ Page Language="C#" AutoEventWireup="true" Theme="ContentMS" CodeFile="Catalog.aspx.cs" Inherits="Content_Admin_Catalog" StylesheetTheme="ContentMS" %>
<!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>
</head>
<body style="margin:0;" bgcolor="#D8E7FA">
<form id="form1" runat="server">
<table class="TableCss" bgcolor="#D8E7FA" cellSpacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td background="../../Images/HT_top.jpg" colspan="2" height="25">
<table height="25" cellpadding="0" cellspacing="0" border="0">
<tr>
<td height="25" valign="middle" align="center"> <img src="../../Images/HT_top_ioc.GIF" /></td>
<td><font class="AdminTitle"> <b>頻道管理</b></font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width:100;border-style:solid;" valign="top">
<asp:TreeView ID="CatalogView" runat="server" Width="100%" ImageSet="Msdn" NodeIndent="10" SkinID="girdviewskin" EnableClientScript="False" PopulateNodesFromClient="False">
<ParentNodeStyle Font-Bold="False" ForeColor="#184073" />
<HoverNodeStyle BackColor="#CCCCCC" BorderColor="#888888" BorderStyle="Solid" Font-Underline="True" ForeColor="#184073" />
<SelectedNodeStyle BackColor="White" BorderColor="#888888" BorderStyle="Solid" BorderWidth="1px"
Font-Underline="False" HorizontalPadding="3px" VerticalPadding="1px" ForeColor="#184073" />
<NodeStyle Font-Names="Verdana" Font-Size="8pt" ForeColor="#184073" HorizontalPadding="5px"
NodeSpacing="1px" VerticalPadding="2px" />
<RootNodeStyle ForeColor="#184073" />
<LeafNodeStyle ForeColor="#184073" />
</asp:TreeView>
</td>
</tr>
<tr>
<td>
<asp:Button ID="AddBtn" runat="server" Text="添加新的頻道" CommandName="add" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋體"> </FONT>
<asp:Button ID="UpBtn" runat="server" Text="上移" CausesValidation="False" CommandName="up" Width="60px" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋體"> </FONT>
<asp:Button ID="DownBtn" runat="server" Text="下移" CausesValidation="False" CommandName="down" Width="60px" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋體"> </FONT>
<asp:Button ID="UpdateBtn" runat="server" Text="修改選擇的頻道" Width="122px" CommandName="update" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋體"> </FONT>
<asp:Button ID="DeleteBtn" runat="server" Text="刪除選擇的頻道" CausesValidation="False" CommandName="delete" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" />
</td>
</tr>
</table>
</form>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -