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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="EC_OnlineAdviserDetail.aspx.cs" Inherits="CY.WebForm.Pages.webmanage.EC_OnlineAdviserDetail" %>
 
<!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 id="Head1" runat="server">
    <title>印刷顾问明细</title>
    <uc:CMSHead ID="CMSHead1" runat="server" />
    <style type="text/css">
        td { line-height: 33px; }
        #spanIntroduction p{ margin:0px;}
    </style>
</head>
<body>
    <form id="form1" class="form2" runat="server">
    <div>
        <table class="tableStyle" style="margin: 10px auto;" cellpadding="0" cellspacing="0">
            <tr>
                <td class="ali03 w100px">
                    状态:
                </td>
                <td colspan="2">
                    <span id="spanOnlineStatus" runat="server"></span>
                </td>
                <td rowspan="3" align="center">
                    <img id="txtLOGO" style="width: 100px; height: 100px;" runat="server" />
                </td>
            </tr>
            <tr>
                <td class="ali03 w100px">
                    姓名:
                </td>
                <td colspan="2">
                    <span id="spanName" runat="server"></span>
                </td>
            </tr>
            <tr>
                <td class="ali03 w100px">
                    标题:
                </td>
                <td colspan="2">
                    <span id="spanTitle" runat="server"></span>
                </td>
            </tr>
            <tr>
                <td class="ali03 w100px" valign="top">
                    介绍:
                </td>
                <td colspan="3">
                    <div id="spanIntroduction" runat="server" style="width: 600px; word-wrap: break-word; line-height:20px;">
                </div>
                </td>
            </tr>
            <tr>
                <td class="ali03 w100px">
                    QQ:
                </td>
                <td>
                    <span id="spanQQ" runat="server"></span>
                </td>
                <td class="ali03 w100px">
                    电话:
                </td>
                <td>
                    <span id="spanPhone" runat="server"></span>
                </td>
            </tr>
            <tr>
                <td class="ali03 w100px">
                    点击数:
                </td>
                <td>
                    <span id="spanQuantity" runat="server"></span>
                </td>
                <td class="ali03 w100px">
                    排序:
                </td>
                <td>
                    <span id="spanOrderNum" runat="server"></span>
                </td>
            </tr>
        </table>
    </div>
    </form>
</body>
</html>