📄 editquestion.aspx
字号:
<%@ Page Language="C#" MasterPageFile="~/Admin/MasterPage.master" AutoEventWireup="true" CodeBehind="EditQuestion.aspx.cs" Inherits="PowerEasy.WebSite.Admin.Crm.EditQuestion" Title="无标题页" ValidateRequest="false" %>
<asp:Content ID="Content1" ContentPlaceHolderID="CphNavigation" runat="server">
<pe:ExtendedSiteMapPath ID="SmpNavigator" runat="server" SiteMapProvider="AdminMapProvider">
</pe:ExtendedSiteMapPath>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="CphContent" runat="server">
<script type="text/javascript">
function SetUrl(url){}
</script>
<table border="0" cellpadding="2" cellspacing="1" class="border" width="100%">
<tr>
<td align="center" class="title" colspan="2">
修改客户问题</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft" style="width: 25%">
产品版本:</td>
<td>
<asp:DropDownList ID="DropProductVersion" runat="server"
DataTextField="Text" DataValueField="Text" OnDataBound="DropDownList_DataBound">
</asp:DropDownList>
<pe:RequiredFieldValidator ID="ValrProductVersion" runat="server" ControlToValidate="DropProductVersion"
Display="Dynamic" ErrorMessage="请选择产品版本!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
</tr>
<tr class="tdbg" style="color: #000000">
<td align="right" class="tdbgleft">
产品运行的数据库:</td>
<td>
<asp:DropDownList ID="DropDBType" runat="server" DataTextField="Text"
DataValueField="Text" OnDataBound="DropDownList_DataBound">
</asp:DropDownList>
<pe:RequiredFieldValidator ID="ValrDb" runat="server" ControlToValidate="DropDBType"
Display="Dynamic" ErrorMessage="请选择产品运行的数据库存!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
</tr>
<tr class="tdbg" style="color: #000000">
<td align="right" class="tdbgleft">
服务器上的操作系统:</td>
<td>
<asp:DropDownList ID="DropSystemType" runat="server"
DataTextField="Text" DataValueField="Text" OnDataBound="DropDownList_DataBound">
</asp:DropDownList>
<pe:RequiredFieldValidator ID="RequiredFieldValidator2" runat="server" ControlToValidate="DropSystemType"
Display="Dynamic" ErrorMessage="请选择服务器操作系统!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
</tr>
<tr class="tdbg" style="color: #000000">
<td align="right" class="tdbgleft">
<span>服务<span style="background-color: #d5e9ff">器上的杀毒软件</span><span style="color: #ff0000">:</span></span></td>
<td style="color: #ff0000">
<asp:TextBox ID="TxtAntiVirus" runat="server" MaxLength="50" Width="250px"></asp:TextBox></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
服务器上的防火墙:</td>
<td>
<asp:TextBox ID="TxtFireWall" runat="server" MaxLength="50" Width="250px"></asp:TextBox></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
错误号:</td>
<td>
<asp:TextBox ID="TxtErrorCode" runat="server" MaxLength="20" Width="250px"></asp:TextBox>
</td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
问题类型:</td>
<td>
<asp:DropDownList ID="DropQuestionType" runat="server" DataTextField="Value" DataValueField="Key"
OnDataBound="DropDownList_DataBound">
</asp:DropDownList>
<pe:RequiredFieldValidator ID="ValrQuestionType" runat="server" ControlToValidate="DropQuestionType"
Display="Dynamic" ErrorMessage="请选择问题类型!" InitialValue="0" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
错误提示信息:</td>
<td>
<asp:TextBox ID="TxtErrorText" runat="server" Height="54px" TextMode="MultiLine"
Width="80%"></asp:TextBox></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
网站地址:</td>
<td>
<asp:TextBox ID="TxtUrl" runat="server" MaxLength="100" Width="80%">http://</asp:TextBox>
<pe:RequiredFieldValidator ID="ValrUrl" runat="server" ControlToValidate="TxtUrl"
Display="Dynamic" ErrorMessage="请输入网站地址!" SetFocusOnError="True"></pe:RequiredFieldValidator><br />
<asp:RegularExpressionValidator ID="ValeUrl" runat="server" ControlToValidate="TxtUrl"
Display="Dynamic" ErrorMessage="输入的网站地址不正确,请重新输入!" SetFocusOnError="True" ValidationExpression="http(s)?://([\w-]+\.)+[\w-]+(/[\w- ./?%&=]*)?"></asp:RegularExpressionValidator></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
问题标题:</td>
<td>
<asp:TextBox ID="TxtQuestionTitle" runat="server" MaxLength="100" Width="80%"></asp:TextBox>
<pe:RequiredFieldValidator ID="RequiredFieldValidator1" runat="server" ControlToValidate="TxtQuestionTitle"
Display="Dynamic" ErrorMessage="请填写问题标题!" SetFocusOnError="True"></pe:RequiredFieldValidator></td>
</tr>
<tr class="tdbg">
<td align="right" class="tdbgleft">
详细情况说明:<br />
<div style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px; width: 120px;
line-height: 150%; padding-top: 5px; height: 100px; text-align: left">
<span style="color: #ff0000">请详细的说明问题出现时的操作过程,并请截图说明。<br />
</span>
</div>
<br />
</td>
<td>
<pe:PEeditor ID="TxtQuestionContent" IsUpload ="true" runat="server" Height="300px" Value="如果您之前已经提问过,但问题未解决,请不要重新提问,请直接在原来的问题后面继续提问,或者修改原来的问题及回复内容。我们的客服人员会对未解决的问题进行跟踪,直到问题解决。"
Width="90%" ToolbarSet="Simple2">
</pe:PEeditor>
<pe:FckEditorValidator ID="FckEditorValidator1" runat="server" ControlToValidate="TxtQuestionContent"
Display="Dynamic" ErrorMessage="请输入详细情况!" SetFocusOnError="True"></pe:FckEditorValidator></td>
</tr>
<tr class="tdbg">
<td align="center" class="tdbg" colspan="2" style="height: 50px">
<asp:CheckBox ID="ChkIsPublic" runat="server" Text="是否保密" ToolTip="当问题保密时,其它用户不可查看及查询。" />
<asp:Button ID="ButSubmit" runat="server" OnClick="ButSubmit_Click" Text="保存" UseSubmitBehavior="False" />
<asp:Button ID="BtnCancel" runat="server" CausesValidation="False"
Text="取消" UseSubmitBehavior="False" OnClientClick="window.history.go(-1);return false;" /></td>
</tr>
</table>
</asp:Content>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -