⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 servicecenterconfig.aspx

📁 BizIdea 是基于.net开发平台全新研发的企业级电子商务平台系统
💻 ASPX
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true" CodeBehind="ServiceCenterConfig.aspx.cs" Inherits="PowerEasy.SiteFactory.WebSite.Admin.Crm.ServiceCenterConfig" Title="无标题页" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphNavigation" runat="server">
    <pe:ExtendedSiteMapPath ID="SmpNavigator" runat="server" SiteMapProvider="AdminMapProvider">
    </pe:ExtendedSiteMapPath>
    <asp:ScriptManager ID="ScriptManager1" runat="server">
    </asp:ScriptManager>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphContent" runat="server">
    <table cellpadding="3" class="border" style="width: 100%">
        <tr>
            <td class="title" colspan="2" style="height: 21px; text-align: center">
                <strong> 参 数 设 置</strong></td>
        </tr>
        <tr class="tdbg">
            <td align="right" class="tdbgleft" style="width: 25%">
                <strong>
                产品版本号:</strong></td>
            <td class="tdbg">
                <asp:TextBox ID="TxtProductVersion" runat="server" Height="85px" TextMode="MultiLine"
                    Width="416px"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="tdbgleft" align="right">
                <strong>数据库类型:</strong></td>
            <td class="tdbg">
                <asp:TextBox ID="TxtDBType" runat="server" Height="85px" TextMode="MultiLine" Width="416px"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="tdbgleft" align="right">
                <strong>操作系统:</strong></td>
            <td class="tdbg">
                <asp:TextBox ID="TxtSystemType" runat="server" Height="85px" TextMode="MultiLine"
                    Width="416px"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="tdbgleft" align="right">
                <strong>问题难度配置:</strong></td>
            <td class="tdbg">
                <asp:TextBox ID="TxtDifficulty" runat="server" Height="85px" TextMode="MultiLine"
                    Width="416px"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="tdbgleft" align="right">
                <strong>快速回复文本:</strong></td>
            <td class="tdbg">
                <asp:TextBox ID="TxtQueryReplyText" runat="server" Height="85px" TextMode="MultiLine"
                    Width="416px"></asp:TextBox></td>
        </tr>
        <tr>
            <td class="tdbgleft" align="right">
                <strong>技术支持联系电话:</strong></td>
            <td class="tdbg">
                <asp:TextBox ID="TxtPhoneNum" runat="server" Width="416px"></asp:TextBox></td>
        </tr>
        <tr>
            <td align="right" class="tdbgleft">
                <strong>允许提问的会员组:</strong></td>
            <td class="tdbg">
                <asp:UpdatePanel ID="UpdatePanel1" runat="server">
                    <ContentTemplate><asp:CheckBox ID="ChkAll" runat="server" OnCheckedChanged="ChkAll_CheckedChanged" Text="所有会员组" AutoPostBack="True" />
                <asp:CheckBoxList ID="ChkListGroup" runat="server" DataTextField="GroupName" DataValueField="GroupId"
                    OnSelectedIndexChanged="ChkListGroup_SelectedIndexChanged" RepeatColumns="5"
                    RepeatDirection="Horizontal" AutoPostBack="True">
                </asp:CheckBoxList>
                    </ContentTemplate>
                </asp:UpdatePanel>
            </td>
        </tr>
        <tr>
            <td class="tdbg" colspan="2" style="height: 35px; text-align: center">
                <asp:Button ID="BtnSave" runat="server" OnClick="BtnSave_Click" Text=" 保存设置 " />
                &nbsp; &nbsp;
            </td>
        </tr>
    </table>
    说明:<br />
    &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;一、产品版本号、数据库类型、快速回复文本、操作系统文本框添加项目时请用<span style="color: #ff0000">回车</span>分隔,这些项目都会成为客户提问时必选的参数。<br />
    &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; 二、问题难度配置,每项以<span style="color: #ff0000">回车</span>分隔,难度描述与要扣除的动易币值以“<span
        style="color: #ff0000">|</span>”分隔,如:简单|100。
</asp:Content>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -