190 lines
9.3 KiB
Plaintext
190 lines
9.3 KiB
Plaintext
|
|
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="TongXunLuView.aspx.cs" Inherits="Work_TongXunLuView" %>
|
|||
|
|
<html>
|
|||
|
|
<head>
|
|||
|
|
<title><%=System.Configuration.ConfigurationManager.AppSettings["SYSTitle"]%></title>
|
|||
|
|
<LINK href="../Style/Style.css" type="text/css" rel="STYLESHEET">
|
|||
|
|
<script language="javascript">
|
|||
|
|
function PrintTable()
|
|||
|
|
{
|
|||
|
|
document.getElementById("PrintHide") .style.visibility="hidden"
|
|||
|
|
print();
|
|||
|
|
document.getElementById("PrintHide") .style.visibility="visible"
|
|||
|
|
}
|
|||
|
|
</script>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<form id="form1" runat="server">
|
|||
|
|
<div>
|
|||
|
|
<table id="PrintHide" style="width: 100%" border="0" cellpadding="0" cellspacing="0">
|
|||
|
|
<tr>
|
|||
|
|
<td valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;"> <img src="../images/BanKuaiJianTou.gif" />
|
|||
|
|
<a class="hei" href="../Main/MyDesk.aspx">桌面</a> >> 通讯簿 >> 查看联系人
|
|||
|
|
</td>
|
|||
|
|
<td align="right" valign="middle" style="border-bottom: #006633 1px dashed; height: 30px;">
|
|||
|
|
<img class="HerCss" onclick="PrintTable()" src="../images/Button/BtnPrint.jpg" />
|
|||
|
|
<img src="../images/Button/JianGe.jpg" />
|
|||
|
|
<img class="HerCss" onclick="javascript:window.history.go(-1)" src="../images/Button/BtnExit.jpg" /> </td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td height="3px" colspan="2" style="background-color: #ffffff"></td>
|
|||
|
|
</tr>
|
|||
|
|
</table>
|
|||
|
|
<table style="width: 100%" bgcolor="#999999" border="0" cellpadding="2" cellspacing="1">
|
|||
|
|
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; background-color: #D6E2F3; height: 25px;" >
|
|||
|
|
所属类别:</td>
|
|||
|
|
<td style="background-color: #ffffff; height: 25px; padding-left:5px;" >
|
|||
|
|
<asp:Label ID="Label1" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
是否共享:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label2" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td colspan="2" style="padding-left: 5px; height: 25px; background-color: #ffffff;
|
|||
|
|
text-align: center">
|
|||
|
|
<strong>个人信息</strong></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
姓名:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label3" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
性别:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label4" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
生日:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label5" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
昵称:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label6" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
职务:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label7" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
配偶:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label8" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
子女:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label9" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td colspan="2" style="padding-left: 5px; height: 25px; background-color: #ffffff;
|
|||
|
|
text-align: center">
|
|||
|
|
<strong>联系方式(单位)</strong></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
单位名称:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label10" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
单位地址:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label11" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
单位邮编:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label12" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
单位电话:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label13" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
单位传真:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label14" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td colspan="2" style="padding-left: 5px; height: 25px; background-color: #ffffff;
|
|||
|
|
text-align: center">
|
|||
|
|
<strong>联系方式(家庭)</strong></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
家庭住址:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label15" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
家庭邮编:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label16" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
家庭电话:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label17" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
手机:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label18" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
备用手机:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label19" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
电子邮件:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label20" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
QQ号码:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label21" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
MSN:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label22" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td align="right" style="width: 170px; height: 25px; background-color: #D6E2F3">
|
|||
|
|
备注:</td>
|
|||
|
|
<td style="padding-left: 5px; height: 25px; background-color: #ffffff">
|
|||
|
|
<asp:Label ID="Label23" runat="server"></asp:Label></td>
|
|||
|
|
</tr>
|
|||
|
|
</table></div>
|
|||
|
|
</form>
|
|||
|
|
</body>
|
|||
|
|
</html>
|