📄 elinkuserinfor.aspx
字号:
<%@ page language="C#" autoeventwireup="true" inherits="ChinaedaCRM.ASPX.ElinkUserinfor, App_Web_bsmann3t" %>
<!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">
<META http-equiv="Pragma" content="no-cache">
<title>联系人详细信息</title>
<style type="text/css" >
#mainDiv
{
margin-left: auto;
margin-right: auto;
width:600px;
height: 600px
}
body{font-size:12px;color:#3C4D82;margin:0;}
</style>
<script language="javascript" type="text/javascript">
<!--
function IMG1_onclick() {
var retvalue=window.showModalDialog ("selectenterpris.aspx","null","dialogHeight: 450px;dialogWidth: 450px;status:no;scroll:no;help:no");
var strs=retvalue.split('|');
document.getElementById("txtEnID").value=strs[0];
document.getElementById("txtEnName").value=strs[1];
}
// -->
</script>
</head>
<body>
<form id="form1" runat="server">
<table align="center" >
<tr>
<td style="width: 68px">
</td>
<td style="width: 222px">
<asp:Label ID="lblState" runat="server"></asp:Label></td>
</tr>
<tr>
<td style="width: 68px" align="right">
</td>
<td style="width: 222px" align="left">
<asp:Label ID="lablEnName" runat="server"></asp:Label>
<asp:HiddenField ID="enid" runat="server" />
</td>
</tr>
<tr>
<td style="width: 68px; height: 26px;" align="right">
姓名:</td>
<td style="width: 222px; height: 26px;" align="left">
<asp:TextBox ID="txtUserName" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px" align="right">
性别:</td>
<td style="width: 222px" align="left">
<asp:RadioButtonList ID="radSex" runat="server" RepeatDirection="Horizontal">
<asp:ListItem Value="0">女</asp:ListItem>
<asp:ListItem Value="1">男</asp:ListItem>
</asp:RadioButtonList></td>
</tr>
<tr>
<td style="width: 68px" align="right">
职位:</td>
<td style="width: 222px" align="left">
<asp:TextBox ID="txtDuty" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px; height: 26px;" align="right">
电话:</td>
<td style="width: 222px; height: 26px;" align="left">
<asp:TextBox ID="txtTel" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px; height: 25px;" align="right">
手机:</td>
<td style="width: 222px; height: 25px;" align="left">
<asp:TextBox ID="txtMobile" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px" align="right">
Email:</td>
<td style="width: 222px" align="left">
<asp:TextBox ID="txtEmail" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px; height: 20px;" align="right">
QQ:</td>
<td style="width: 222px; height: 20px;" align="left">
<asp:TextBox ID="txtQQ" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px; height: 26px;" align="right">
MSN</td>
<td style="width: 222px; height: 26px;" align="left">
<asp:TextBox ID="txtMSN" runat="server"></asp:TextBox></td>
</tr>
<tr>
<td style="width: 68px" align="right">
备注:</td>
<td style="width: 222px" align="left">
<asp:TextBox ID="txtMemo" runat="server" TextMode="MultiLine"></asp:TextBox></td>
</tr>
<tr>
<td style="height: 21px" colspan="2" align="center">
<asp:Button ID="btnOK" runat="server" Text="确 认" OnClick="btnOK_Click" />
</td>
</tr>
</table>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -