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

📄 custfield.aspx

📁 CRM系统源码
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CustField.aspx.cs" Inherits="CRM.WEB.Setting.addata.CustField" %>
<%@ Register Assembly="custbutton" Namespace="custbutton" TagPrefix="cc1" %>
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>自定义导入字段</title>
    <link href="../../Css/TabPage.css" type="text/css" rel="stylesheet" />
<link href="../../Css/Common.css" type="text/css" rel="stylesheet" />
    <link href="../../Css/style.css" type="text/css" rel="stylesheet" />
    <META HTTP-EQUIV="lx" CONTENT="no-cache"><!-- 禁止页面缓冲到客户端 -->
<META HTTP-EQUIV="expires" CONTENT="Sun,18 May 2000 00:00:00 GMT"><!-- 页面立即过期 -->
<script language="javascript">
    {
      function returnvalue()
      {
       top.returnValue=document.getElementById("hd").value;//返回值
       window.close();
      }
    }
    </script>

</head>
<body id="MasterPageBody" topmargin="0" leftmargin="0">
    <form id="form1" runat="server">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
        <tr align="center">
            <td id="TabTitle0" class="titlemouseover">
                新增用户</td>            
                 <td>
                &nbsp;
            </td>          
        </tr>
    </table>
   <table width="100%" border="0" cellpadding="5" cellspacing="1" class="border">
	<tr class="tdbg">
    <td>
    <table width="100%">
  <tr>
    <td width="25%"><div align="center">可选项</div></td>
    <td width="15%"><div align="center"></div></td>
    <td width="25%"><div align="center">导入项</div></td>
    <td width="15%"><div align="center"></div></td>
    <td width="25%"><div align="center">文件参照项</div></td>
  </tr>
  <tr>
    <td><div align="center">
        <asp:ListBox ID="lbx" runat="server" Height="300px" SelectionMode="Multiple" Width="149px">
            <asp:ListItem Value="namefull">客户全称</asp:ListItem>
            <asp:ListItem Value="persons">规模</asp:ListItem>
            <asp:ListItem Value="keyman">负责人</asp:ListItem>
            <asp:ListItem Value="keytitle">职务</asp:ListItem>
            <asp:ListItem Value="city">地区</asp:ListItem>
            <asp:ListItem Value="calling">行业</asp:ListItem>
            <asp:ListItem Value="tel">电话</asp:ListItem>
            <asp:ListItem Value="fax">传真</asp:ListItem>
            <asp:ListItem Value="postcode">邮编</asp:ListItem>
            <asp:ListItem Value="email">EMAIL</asp:ListItem>
            <asp:ListItem Value="addr">地址</asp:ListItem>
            <asp:ListItem Value="website">网址</asp:ListItem>
            <asp:ListItem Value="resume1">简介</asp:ListItem>
            <asp:ListItem Value="filed1">自定义字段1</asp:ListItem>
            <asp:ListItem Value="filed2">自定义字段2</asp:ListItem>
            <asp:ListItem Value="filed3">自定义字段3</asp:ListItem>
            <asp:ListItem Value="filed4">自定义字段4</asp:ListItem>
        </asp:ListBox></div></td>
    <td><div align="center">
      <table width="90%">
        <tr>
          <td height="100">&nbsp;</td>
        </tr>
        <tr>
          <td align="center" height="30" class="tdbgleft">
              <cc1:custbutton ID="btnad" runat="server" Text=">>" OnClick="btnad_Click" CssClass="button"/></td>
        </tr>
        <tr>
          <td align="center" height="30" class="tdbgleft">
              <cc1:custbutton ID="btnrem" runat="server" Text="<<" OnClick="btnrem_Click" CssClass="button" /></td>
        </tr>
        <tr>
          <td height="100">&nbsp;</td>
        </tr>
      </table>
    </div></td>
    <td><div align="center">
        <asp:ListBox ID="lby" runat="server" Height="300px" SelectionMode="Multiple" Width="149px">
        </asp:ListBox></div></td>
    <td><div align="center">
      <table width="90%">
        <tr>
          <td height="100">&nbsp;</td>
        </tr>
        <tr>
          <td height="30" class="tdbgleft"><cc1:custbutton ID="btnup" runat="server"  Text="上移" OnClick="btnup_Click" CssClass="button"/></td>
        </tr>
        <tr>
          <td height="30" class="tdbgleft"><cc1:custbutton ID="btndown" runat="server" Text="下移" OnClick="btndown_Click" CssClass="button"/></td>
        </tr>
        <tr>
          <td height="100" valign="bottom">&nbsp;<input id="btnok" type="button" value="确定" language="javascript" onclick="return returnvalue()" class="button" /></td>
        </tr>
      </table>
    </div></td>
    <td><div align="center">
        <asp:ListBox ID="lbz" runat="server" Height="300px" Width="149px">
        </asp:ListBox></div></td>
  </tr>
</table>
        <asp:HiddenField ID="hd" runat="server" />
    </td>
    </tr>
    </table>
    </form>
</body>
</html>

⌨️ 快捷键说明

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