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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeckillInfoDeatil.aspx.cs" Inherits="CY.WebForm.Pages.business.SeckillInfoDeatil" %>
 
<!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" />
    <link rel="stylesheet" type="text/css" href="../../Styles/base.css" />
    <link href="../../Styles/changes.css" rel="stylesheet" type="text/css" />
    <link href="../../Styles/ParticularWQJ.css" rel="stylesheet" type="text/css" />
    <script src="../../js/common/KeyBehaviorHook.js" type="text/javascript"></script>
    <script src="../../js/business/SeckillInfo.js" type="text/javascript"></script>
</head>
<body style='margin: 0; padding: 0;'>
    <form id="formShower" runat="server" onsubmit="return false;">
    <input type="hidden" id="txtModeldata" value='<%=Request.RequestContext.RouteData.DataTokens["jmodel"] %>' />
    <input type="hidden" id='txtKeyid' />
    <table class="table2">
        <thead>
            <tr>
                <th colspan="6">
                    基本信息
                </th>
            </tr>
        </thead>
        <tbody>
            <tr>
                <td class='col_third'>
                    所属卖家:<span id='spnSellerName'></span>
                </td>
                <td class='col_third'>
                    截止日期:<span id='spnEndTime'></span>
                </td>
                <td class='col_third'>
                    联系人:<span id='spnContacts'></span>
                </td>
            </tr>
            <tr>
                <td class='col_third'>
                    联系电话:<span id='spnContactPhone'></span>
                </td>
                <td class='col_third'>
                    &nbsp;&nbsp;联系QQ:<span id='spnQQ'></span>
                </td>
                <td class='col_third'>
                    信息状态:<span id='spnStateName'></span>
                </td>
            </tr>
            <tr>
                <td class='col_third'>
                    发布时间:<span id='spnCreateTime'></span>
                </td>
                <td class='col_third'>
                    修改时间: <span id='spnLastUpdateTime'></span>
                </td>
                <td class='col_third'>
                    &#12288;操作人: <span id='spnOperator'></span>
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='3'>
                    特价内容:<span id='spnBusinessContent'></span>
                </td>
            </tr>
            <tr>
                <td class='col_third' colspan='3'>
                    备注信息:<span id="spnRemark"></span>
                </td>
            </tr>
        </tbody>
    </table>
    </form>
</body>
</html>