📄 tag_new.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" Inherits="ROYcms.UI.Admin.Administrator_tag_tag_new" ValidateRequest="false" Codebehind="tag_new.aspx.cs" %>
<%@ Register src="../top_help.ascx" tagname="top_help" tagprefix="uc1" %>
<html>
<head id="Head1" runat="server">
<title></title>
<style type="text/css">
.style1
{
width: 23%;
}
</style>
</head>
<link href="../images/style.css" rel="stylesheet" type="text/css">
<body>
<form id="form1" runat="server">
<div>
<uc1:top_help ID="top_help2" runat="server" />
<br>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<fieldset>
<legend><img name="" src="../images/page_white_swoosh.png" width="16" height="16" alt=""> 筛选数据属性</legend>
<table width="98%" height="63" border="0" align="center" cellpadding="0" cellspacing="10">
<tr>
<td width="15%" nowrap class="style1"> 所属分类
<asp:DropDownList CssClass="input" ID="DdlMenu" runat="server" > </asp:DropDownList>
选择模板
<asp:DropDownList CssClass="input" ID="DropDownList_list" runat="server"> </asp:DropDownList></td>
<td width="85%" colspan="2" nowrap><span class="style1">显示条数
<asp:TextBox CssClass="input" ID="TextBox_top" runat="server" Text='12' Width="30" Height="18"
OnDisposed="LinkButton_stup_Click"></asp:TextBox>
每条字数
<asp:TextBox CssClass="input" ID="TextBox_count" runat="server" Text='100' Height="18" Width="30"></asp:TextBox>
</span> </td>
</tr>
<tr>
<td colspan="4" class="style1"><asp:CheckBox AutoPostBack="True" ID="CheckBox_ding" runat="server"
Text="是否置顶" oncheckedchanged="LinkButton_stup_Click" />
<asp:CheckBox AutoPostBack="True" ID="CheckBox_tuijian" runat="server"
Text="是否推荐" oncheckedchanged="LinkButton_stup_Click" />
<asp:CheckBox
AutoPostBack="True" ID="CheckBox_page" runat="server" Text="带分页的列表"
oncheckedchanged="LinkButton_stup_Click" />
<asp:Label ID="Label1" runat="server" Text="分页条数" Visible="False"></asp:Label>
<asp:TextBox CssClass="input" ID="TextBox_pageSize" runat="server" Visible="False" Width="43px" Height="18">30</asp:TextBox>
<asp:CheckBox AutoPostBack="True" ID="CheckBox_sql" runat="server" Text='自定义SQL语句'
oncheckedchanged="LinkButton_stup_Click" />
<asp:TextBox CssClass="input" ID="TextBox_SQL" runat="server" Visible="False" Height="18">select * from [table]</asp:TextBox> </td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="10">
<tr>
<td width="15%">
<asp:LinkButton CssClass="bt" ID="LinkButton_stup" runat="server" OnClick="LinkButton_stup_Click"> 点击生成标签 </asp:LinkButton></td>
<td width="73%">
<asp:LinkButton CssClass="bt" ID="LinkButton_star" runat="server"
onclick="LinkButton_star_Click" > 预览标签结果 </asp:LinkButton></td>
<td width="7%"> </td>
<td width="7%"> </td>
</tr>
</table>
</fieldset>
<asp:Label ID="Label_inter_HTML" runat="server"></asp:Label>
<br>
<asp:TextBox ID="TextBox_HTML" runat="server" Height="268px" TextMode="MultiLine"
Width="100%" CssClass="input"></asp:TextBox>
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -