| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- <%@ Page Language="C#" AutoEventWireup="true" CodeBehind="TrendToolInfoOld.aspx.cs"
- Inherits="CB.Admin.Plugins.TrendTool.TrendToolInfoOld" %>
- <!DOCTYPE html>
- <html>
- <head>
- <title>过滤项配置</title>
- <link href="../../static/css/main.css" rel="stylesheet" type="text/css" />
- <script type="text/javascript" src="../../static/js/jquery.js"></script>
- <script type="text/javascript" src="../../Static/js/adminTool.js?"></script>
- </head>
- <body>
- <form id="form1" runat="server">
- <div class="box">
- <div class="title">
- <span>过滤项配置</span> <a href="TrendToolList.aspx?Id=<%=PageID %>&authPage=<%=authPage %>">
- 返回过滤项列表</a>
- </div>
- <div class="content">
- <div class="listtable">
- <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
- <col width="100" />
- <col />
- <tr>
- <td>
- PageID
- </td>
- <td>
- <div class="left">
- <asp:HiddenField ID="txtConfigID" runat="server" />
- <asp:Label ID="txtPageID" runat="Server"></asp:Label>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- 过滤项名称
- </td>
- <td>
- <div class="left">
- <asp:TextBox ID="txtFilterTypeName" runat="server" description="过滤项名称" isnull="false"></asp:TextBox> <span
- style="color: Red;">(必填)</span>
- </div>
- </td>
- </tr>
- <tr>
- <td class="None">
- 枚举类型
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlFilterFunEnum" runat="server" description="枚举类型" isnull="false">
- </asp:DropDownList>
- <span style="color: Red;">(必填)</span>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- 过滤项排序
- </td>
- <td>
- <div class="left">
- <asp:TextBox ID="txtFilterOrder" runat="server" ></asp:TextBox> <span
- style="color: Red;">如果不填写则自增</span>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- 过滤项编号
- </td>
- <td>
- <div class="left">
- <asp:TextBox ID="txtFilterNumber" runat="server" ></asp:TextBox> <span
- style="color: Red;">该项填写后可以导致头信息存在序号</span>
- </div>
- </td>
- </tr>
- <tr>
- <td class="None">
- div或tr包括
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlIncludeHtml" runat="server" description="div或tr包括" isnull="false">
- <asp:ListItem Value="">--请选择--</asp:ListItem>
- <asp:ListItem Value="tr">tr</asp:ListItem>
- <asp:ListItem Value="div">div</asp:ListItem>
- </asp:DropDownList>
- <span style="color: Red;">(必填)是用tr包括元素还是用div包括元素</span>
- </div>
- </td>
- </tr>
- <tr>
- <td class="None">
- 页面分组
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlPageGroup" runat="server" description="页面分组" isnull="false">
- <asp:ListItem Value="">--请选择--</asp:ListItem>
- <asp:ListItem Value="0">0</asp:ListItem>
- <asp:ListItem Value="1">1</asp:ListItem>
- </asp:DropDownList>
- <span style="color: Red;">(必填)默认都选择0.目前只有【大乐透在线缩水】分前后区才使用0,1分组</span>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- 过滤项类型
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlIsNorm" runat="server" description="过滤项类型" isnull="false">
- <asp:ListItem Value="">--请选择--</asp:ListItem>
- <asp:ListItem Value="1">标准过滤</asp:ListItem>
- <asp:ListItem Value="2">特殊过滤</asp:ListItem>
- </asp:DropDownList>
- <span style="color: Red;">(必填)是标准过滤还是特殊过滤</span>
- </div>
- </td>
- </tr>
- <tr>
- <td class="None">
- 是否基本数据
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlIsBaseData" runat="server" description="是否基本数据" isnull="false">
- <asp:ListItem Value="">--请选择--</asp:ListItem>
- <asp:ListItem Value="false">否</asp:ListItem>
- <asp:ListItem Value="true">是</asp:ListItem>
- </asp:DropDownList>
- <span style="color: Red;">(必填)默认为否,基础数据都在页面生成,暂时不再后台配置</span>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- 状态
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlFilterStatus" runat="server" description="是否有效状态" isnull="false">
- <asp:ListItem Value="" Selected="True">--请选择--</asp:ListItem>
- <asp:ListItem Value="1">正常状态</asp:ListItem>
- <asp:ListItem Value="2">测试状态</asp:ListItem>
- <asp:ListItem Value="-1">失效状态</asp:ListItem>
- </asp:DropDownList>
- <span style="color: Red;">(必填)如果是新增,需要在配置时先选择测试状态,在预览验证正确后可修改为正常状态</span>
- </div>
- </td>
- </tr>
- <tr>
- <td class="None">
- 是否保存数据
- </td>
- <td>
- <div class="left">
- <asp:DropDownList ID="ddlFilterIsSave" runat="server" description="是否保存数据" isnull="false">
- <asp:ListItem Value="">--请选择--</asp:ListItem>
- <asp:ListItem Value="true">是</asp:ListItem>
- <asp:ListItem Value="false" Selected="True">否</asp:ListItem>
- </asp:DropDownList>
- <span style="color: Red;">(必填),现目前暂不保存数据</span>
- </div>
- </td>
- </tr>
- <tr>
- <td>
- 头信息
- </td>
- <td>
- <div class="left">
- <asp:TextBox ID="txtFilterHeader" runat="server" TextMode="MultiLine" Width="600px"
- Height="70px"></asp:TextBox> <span>目前只有3D和排列三使用,填写后会生成过滤项左边列头信息。其他彩种只有过滤项的情况下不填写</span></div>
- </td>
- </tr>
- <tr>
- <td>
- 描述信息
- </td>
- <td>
- <div class="left">
- <asp:TextBox ID="txtFilterRemark" runat="server" TextMode="MultiLine" Width="600px"
- Height="70px"></asp:TextBox> <span>目前只有3D和排列三使用,填写后会生成过滤项右边列描述信息。其他彩种只有过滤项的情况下不填写</span></div>
- </td>
- </tr>
- <tr>
- <td colspan="1">
- 操 作
- </td>
- <td>
- <div class="left">
- <asp:Button ID="btnUpdate" runat="server" Text=" 保 存 " OnClick="btnUpdate_Click"
- OnClientClick="return onBeforeSaveSubmit();" />
- </div>
- </td>
- </tr>
- </table>
- </div>
- </div>
- </div>
- </form>
- </body>
- </html>
- <script type="text/javascript">
- var onBeforeSaveSubmit = function () {
- if (!onVerifySaveSubmit())
- { return false; }
- return true;
- }
-
- </script>
|