username@email.com
2025-05-15 6fe02a16e55f17e45a3997171e1b2284d45af25b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="PC_Detail.aspx.cs" Inherits="CY.WebForm.Pages.member.PC_Detail" %>
 
<!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>
     <uc:CMSHead ID="CMSHead1" runat="server" />
     <style type="text/css">
     * td{word-break: normal; border-left: 1pt solid #CCCCCC; border-bottom: 1pt solid #CCCCCC;height: 24px; padding: 1px 2px 1px 4px;}
     </style>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <table class="tableStyle1" style=" width:100%;border-right: 1pt solid #CCCCCC; border-top: 1pt solid #CCCCCC; margin:10px auto;" cellpadding="0" cellspacing="0">
        <tr>
            <td class="ali03">联系人:</td>
            <td   id="spanPC_People" runat="server"></td>
        </tr>
        <tr>
            <td class="ali03">联系电话:</td>
            <td   id="spanPC_Phone" runat="server"></td>
        </tr>
        <tr>
            <td class="ali03 w120px" id="tdOne" runat="server"></td>
            <td><div id="spanOne" runat="server"  style="width:350px;word-wrap: break-word;"></div></td>
        </tr>
        <tr>
            <td class="ali03" id="tdTwo" runat="server"></td>
            <td><span id="spanTwo" runat="server"></span></td>
        </tr>
        <tr id="trOne" runat="server">
            <td class="ali03" id="tdThree" runat="server"></td>
            <td id="spanThree" runat="server"></td>
        </tr>
        <tr id="trTwo" runat="server">
            <td class="ali03" id="tdFour" runat="server"></td>
            <td  id="spanFour" runat="server"></td>
        </tr>
        <tr>
            <td class="ali03">操作时间:</td>
            <td><span id="spanLastUpTime" runat="server"></span></td>
        </tr>
        <tr>
            <td class="ali03">状态:</td>
            <td><span id="spanStatus" runat="server"></span></td>
        </tr>
    </table>
    </div>
    </form>
</body>
</html>