📄 ctadd.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/Masterpage/Admin.Master" ValidateRequest="false" AutoEventWireup="true" CodeBehind="CTAdd.aspx.cs" Inherits="YXShop.Web.Admin.Article.InforChannel.CTAdd" Title="无标题页" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<link href="../../images/StyleAdmin.css" type="text/css" rel="stylesheet" />
<table class="table">
<tr>
<td width="15%">频道名称:</td>
<td width="60%">
<asp:DropDownList ID="ddlChannelName" runat="server" />
</td>
</tr>
<tr>
<td >类型:</td>
<td>
<asp:DropDownList ID="ddlType" runat="server">
<asp:ListItem Value="1">首页</asp:ListItem>
<asp:ListItem Value="2">列表</asp:ListItem>
<asp:ListItem Value="3">详细</asp:ListItem>
<asp:ListItem Value="4">单页</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
<tr><td colspan="2">模板内容↓</td></tr>
<tr>
<td colspan="2" align="center">
<asp:TextBox ID="txtContent" runat="server" TextMode="MultiLine" Width="80%" Height="270px" />
</td>
</tr>
<tr>
<td colspan="2" align="center">
<asp:Button ID="submit" runat="server" Text="提交" CssClass="submitMiniGreen" onclick="submit_Click" />
</td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -