📄 addcatalog.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="AddCatalog.aspx.cs" Inherits="Content_Admin_AddCatalog" StylesheetTheme="ContentMS" Theme="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="1">
<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 width="150" style="width:150;" align="right">
上级频道:</td>
<td><asp:Label ID="CurCatalog" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width:150;" align="right">
新频道名称:</td>
<td><asp:TextBox ID="Name" runat="server" Width="200"></asp:TextBox></td>
</tr>
<tr>
<td style="width:150;" align="right">链接地址:</td>
<td><asp:CheckBox ID="cbUrl" runat="server" Checked="false" Text="添加频道的链接地址" OnCheckedChanged="cbUrl_CheckedChanged" AutoPostBack="True" /></td>
</tr>
<tr>
<td style="width:150;" align="right">
详细地址:</td>
<td><asp:TextBox ID="tbUrl" runat="server" Width="200" Enabled="False">http://</asp:TextBox></td>
</tr>
<tr><td style="height:100"> </td><td style="height:100"> </td></tr>
<tr>
<td align="left" colspan="2" style="height: 22px">
<asp:Button ID="AddBtn" runat="server" CssClass="ButtonCss" Text="添加新的频道" CommandName="add" OnCommand="Btn_Command" Width="145px" Enabled="False" /><FONT face="宋体"> </FONT>
<asp:Button ID="ReturnBtn" runat="server" CssClass="ButtonCss" Text="返回" CausesValidation="False" CommandName="return" OnCommand="Btn_Command" Width="80px" /></td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -