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

📄 catalog.aspx

📁 asp开发的项目管理系统,能够跟进工程进度
💻 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">&nbsp;&nbsp;&nbsp;<img src="../../Images/HT_top_ioc.GIF" /></td>
						<td><font class="AdminTitle">&nbsp;&nbsp;<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="宋体">&nbsp;&nbsp;&nbsp;</FONT>
			    <asp:Button ID="UpBtn" runat="server" Text="上移" CausesValidation="False" CommandName="up" Width="60px" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋体">&nbsp;&nbsp;&nbsp;</FONT>
			    <asp:Button ID="DownBtn" runat="server" Text="下移" CausesValidation="False" CommandName="down" Width="60px" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋体">&nbsp;&nbsp;&nbsp;</FONT>
			    <asp:Button ID="UpdateBtn" runat="server" Text="修改选择的频道" Width="122px" CommandName="update" OnCommand="OperationBtn_Command" SkinID="DefaultButtonSkin" /><FONT face="宋体">&nbsp;&nbsp;&nbsp;</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 + -