?? addcatalog.aspx
字號(hào):
?<%@ 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>無(wú)標(biāo)題頁(yè)</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">
上級(jí)頻道:</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">
詳細(xì)地址:</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>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -