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

📄 admin_addinterface.aspx

📁 具有的功能适合于网站的运营和管理
💻 ASPX
📖 第 1 页 / 共 2 页
字号:
<%@ page language="C#" autoeventwireup="true" inherits="HL_Admin_Admin_AddInterface, HoWaveIMSV5.0" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>添加新整合频道</title>
    <link href="Css/StyleSheet.css" type="text/css" rel="stylesheet" />
    <base target=_self></base>
    <script type="text/javascript" src="Js/getdate.js"></script>
    <script type="text/javascript" src="Js/Function.js"></script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
       <fieldset class="FieldSetStlye">
     <legend>整合接口设置</legend>
           <asp:FormView ID="FormView1" runat="server" DataKeyNames="InterfaceID" DataSourceID="ObjectDataSource1" Width="100%" CellSpacing="2" 
           Font-Size="13px" HorizontalAlign="Center" DefaultMode="Edit"  OnItemUpdated="FormView1_ItemUpdated" OnItemInserted="FormView1_ItemInserted">
                      <HeaderTemplate>
                                 <table class="adminlist" width="100%">
                      </HeaderTemplate>
                      
                      <InsertItemTemplate>
                          <tr>
                               <td width="20%">接口系统名称:</td>
                               <td width="80%"><asp:TextBox ID="InterfaceNameTextBox" runat="server" Text='<%# Bind("InterfaceName") %>' Width="70%" CssClass="text_area" /></td>
                          </tr>
                           <tr>
                               <td>系统版本</td>
                               <td><asp:TextBox ID="Version" runat="server" Text='<%# Bind("Version") %>' Width="70%" CssClass="text_area" /></td>
                          </tr>                          
                           <tr>
                               <td>接口更新日期 :</td>
                               <td><asp:TextBox ID="UpdateTime" runat="server" Text='<%# Bind("UpdateTime") %>' Width="70%" CssClass="text_area" /></td>
                          </tr>                          
                         
                          <tr>
                               <td>前台接口路径 :</td>
                               <td><asp:TextBox ID="InterfaceFrontUrlTextBox" runat="server" Text='<%# Bind("InterfaceFrontUrl") %>' Width="70%" CssClass="text_area" />&nbsp;<a href="#"  onmouseover="showHelp('help3');" onmouseout="hidenHelp('help3');" ><img src="../IMS_Img/smallIcon/tooltip.png" border="0" /></a></td>
                          </tr>
                          <tr>
                               <td>后台接口路径 :</td>
                               <td><asp:TextBox ID="InterfaceAdminUrlTextBox" runat="server" Text='<%# Bind("InterfaceAdminUrl") %>' Width="70%" CssClass="text_area" /></td>
                          
                          </tr>
                           <tr>
                               <td>后台登录帐号 :</td>
                               <td><asp:TextBox ID="AdminLoginUrl" runat="server" Text='<%# Bind("AdminLoginUrl") %>' Width="70%" CssClass="text_area" />&nbsp;<a href="#"  onmouseover="showHelp('help2');" onmouseout="hidenHelp('help2');" ><img src="../IMS_Img/smallIcon/tooltip.png" border="0" /></a></td>
                          </tr>
                           <tr>
                               <td>后台登录密码 :</td>
                               <td><asp:TextBox ID="AdminLoginPass" runat="server" Text='<%# Bind("AdminLoginPassword") %>' Width="70%" CssClass="text_area" /></td>
                          </tr>
                          <tr>
                               <td>该系统会员中心路径 :</td>
                               <td><asp:TextBox ID="UserCenterUrl" runat="server" Text='<%# Bind("UserCenterUrl") %>' Width="70%" CssClass="text_area" />&nbsp;<a href="#"  onmouseover="showHelp('help1');" onmouseout="hidenHelp('help1');" ><img src="../IMS_Img/smallIcon/tooltip.png" border="0" /></a></td>
                          </tr>
                          <tr>
                               <td>系统字符编码 :</td>
                               <td>
                               <asp:DropDownList runat="server" ID="Codepage" SelectedValue='<%# Bind("CodePage") %>'>
                                 <asp:ListItem Selected="True" Text="gb2312" Value="gb2312">
                                 </asp:ListItem>
                                 <asp:ListItem Text="utf-8" Value="utf-8">
                                 </asp:ListItem>
                               </asp:DropDownList>
                               </td>
                          </tr>
                          <tr>
                              <td>后台打开方式</td>
                              <td><asp:RadioButtonList ID="AdminLoginOpenType" runat="server" RepeatDirection="Horizontal" RepeatLayout="Flow" SelectedValue='<%# Bind("AdminLoginOpenType") %>'>
                                       <asp:ListItem Text="新窗口" Value="0" />
                                       <asp:ListItem Text="原窗口" Value="1" Selected="True"/>
                                    </asp:RadioButtonList></td>
                          </tr>                         
                           <tr>
                               <td>开启前台整合:</td>
                               <td><asp:RadioButtonList ID="EnableFrontInterfaceRadio" runat="server" 
                                     SelectedValue='<%# Bind("EnableFrontInterface") %>' RepeatDirection="Horizontal" RepeatLayout="Flow">
                                       <asp:ListItem Value="0">否</asp:ListItem>
                                       <asp:ListItem Value="1" Selected="True">是</asp:ListItem>
                                   </asp:RadioButtonList>
                               </td>
                          </tr>
                          <tr>
                               <td>开启后台整合:</td>
                               <td><asp:RadioButtonList ID="EnableAdminInterfaceRadio" runat="server" 
                                     SelectedValue='<%# Bind("EnableAdminInterface") %>' RepeatDirection="Horizontal" RepeatLayout="Flow">
                                       <asp:ListItem Value="0">否</asp:ListItem>
                                       <asp:ListItem Value="1" Selected="True">是</asp:ListItem>
                                   </asp:RadioButtonList>                               
                              </td>
                          </tr>
                          <tr>
                               <td>关闭同步注册:</td>
                               <td><asp:RadioButtonList ID="RegCloseRadio" runat="server" 
                                     SelectedValue='<%# Bind("RegClose") %>' RepeatDirection="Horizontal" RepeatLayout="Flow">
                                       <asp:ListItem Value="0" Selected="True">否</asp:ListItem>
                                       <asp:ListItem Value="1">是</asp:ListItem>
                                   </asp:RadioButtonList>                                
                               </td>
                          </tr>
                          <tr>
                               <td> 关闭同步登录:</td>
                               <td><asp:RadioButtonList ID="LoginCloseRadio" runat="server" 
                                     SelectedValue='<%# Bind("LoginClose") %>' RepeatDirection="Horizontal" RepeatLayout="Flow">
                                       <asp:ListItem Value="0" Selected="True">否</asp:ListItem>
                                       <asp:ListItem Value="1">是</asp:ListItem>
                                   </asp:RadioButtonList>                                
                               </td>
                          </tr>
                          <tr>
                               <td> 是否为跨域名接口:</td>
                               <td><asp:RadioButtonList ID="CrossDomain" runat="server" 
                                     SelectedValue='<%# Bind("CrossDomain") %>' RepeatDirection="Horizontal" RepeatLayout="Flow">
                                       <asp:ListItem Value="0" Selected="True">否</asp:ListItem>
                                       <asp:ListItem Value="1">是</asp:ListItem>
                                   </asp:RadioButtonList>                                
                               </td>
                          </tr>
                          <tr>
                               <td colspan="2" align="center"> 
                               <asp:LinkButton ID="InsertButton" runat="server" CausesValidation="True" CommandName="Insert"
                                  Text="插入"/>                              
                                <a href="javascript:{window.close();}">取消</a>
                              </td>                               
                          </tr>  
                      </InsertItemTemplate>
                      <EditItemTemplate>
                            <tr>
                                <td width="20%">接口ID:</td>
                                <td width="80%"> <%# Eval("InterfaceID") %></td>
                            </tr>
                            <tr>
                                <td>接口系统名称: </td>
                                <td><asp:TextBox ID="InterfaceNameTextBox" runat="server" Text='<%# Bind("InterfaceName") %>' Width="70%" CssClass="text_area" /></td>
                            </tr>
                            <tr>
                                <td>系统版本: </td>
                                <td><asp:TextBox ID="Version" runat="server" Text='<%# Bind("Version") %>' Width="70%" CssClass="text_area" /></td>
                            </tr>
                            <tr>
                                <td>接口更新日期: </td>
                                <td><asp:TextBox ID="UpdateTime" runat="server" Text='<%# Bind("UpdateTime") %>' Width="70%" CssClass="text_area" /></td>
                            </tr>
                            <tr>
                                <td>前台接口路径 : </td>
                                <td><asp:TextBox ID="InterfaceFrontUrlTextBox" runat="server" Text='<%# Bind("InterfaceFrontUrl") %>' Width="70%"  CssClass="text_area" />&nbsp;<a href="#"  onmouseover="showHelp('help3');" onmouseout="hidenHelp('help3');" ><img src="../IMS_Img/smallIcon/tooltip.png" border="0" /></a></td>
                            </tr>
                           <tr>
                               <td>后台接口路径 :</td>
                               <td><asp:TextBox ID="InterfaceAdminUrlTextBox" runat="server" Text='<%# Bind("InterfaceAdminUrl") %>' Width="70%" CssClass="text_area" /></td>
                          
                          </tr>

⌨️ 快捷键说明

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