username@email.com
2025-05-14 99ddfbcecf0fa2881eb3a91028257eef87dab6de
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
86
87
88
89
90
91
92
93
94
95
96
97
98
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeckillBusinessList.aspx.cs"
    Inherits="CY.WebForm.Pages.front.SeckillBusinessList" %>
 
<!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:FrontQuote ID="FrontQuote1" runat="server" />
    <%--<script src="../../js/front/FindOrder.js" type="text/javascript"></script>--%>
    <style type="text/css">
        .SkillBussinessContent{display: block; width: 380px; height:42px; overflow: hidden;  line-height: 21px; vertical-align:middle;word-break: break-all; letter-spacing:1px;text-align:justify; text-justify:inter-ideograph;}
        th{ border-bottom: 1px solid #DDDDDD; }
    </style>
</head>
<body>
    <uc:FrontHead ID="FrontHead1" runat="server" />
    <form id="form2" runat="server">
    <div class="w1000 mainbox">
        <div class="mt10 DivAd" value_forumname="特价秒杀" value_locationname="特价秒杀列表顶部横幅广告"></div>
        <div class="path">
            <strong>当前位置:</strong><a href="/">网站首页</a> > 特价秒杀</div>
        <div class="nypartL fl mt10">
            <div class="leftMemubox">
                <h2 class="mtitle">
                    特价秒杀</h2>
                <div class="leftMemu">
                    <ul class="nochild">
                        <li><a class="cheched" href="/seckill/list.html">特价秒杀</a></li>
                        <li><a href="/seckillinfo/list.html">特价信息</a> </li>
                    </ul>
                </div>
            </div>
            <div class="mt10 DivAd" value_forumname="特价秒杀" value_locationname="特价秒杀列表(左上)"></div>
            <div class="mt10 DivAd" value_forumname="特价秒杀" value_locationname="特价秒杀列表(左下)"></div>
        </div>
        <!--nypartL over-->
        <div class="nypartR fr mt10">
            <div class="nypartR_t">
                <b>特价秒杀</b><a href="/seckill/release.html"  class="btn">发布秒杀信息</a></div>
                <table class="formTable msTlist" cellspacing="0" cellpadding="0" width="100%" border="0">
                <tr style=" border-bottom: 1px solid #DDDDDD; height:30px; line-height:30px;">
                    <th width='380px;'>秒杀内容</th>
                    <th>特价</th>
                    <th>剩余订单</th>
                    <th>印刷厂商</th>
                    <th>信誉等级</th>
                    <th>下单</th>
                </tr>
            <asp:Repeater ID="rptData" runat="server">
                <ItemTemplate>
                        <tr>
                            <td align="left" style="width: 380px; overflow:hidden;">
                                <div class="SkillBussinessContent">
                                    <a href='/Pages/front/SeckillBusinessDeatil.aspx?Target=GetDataById&IsFrontRequest=frontTrue&id=<%#Eval("Keyid") %>'>
                                        <b class="d85">[<%#Eval("PrintType.PrintName")%>]</b><%#Eval("Specifications")%></a>
                                </div>
                            </td>
                             <td class="cb0 wryh" title='金额' align="center">
                                ¥<%#Eval("Price","{0:F2}")%>
                            </td>
                            <td class="cb0 wryh" title='剩余数量' align="center">
                                <%#Eval("SurplusOrderCount")%>单
                            </td>
                            <td  class='c333' align="center">
                                <a class="CP" onclick="ViewSellerInfo('<%#Eval("MemberId")%>')"><%#Eval("MemberBasic.Name")%></a>
                            </td>
                            <td style="text-align:center;">
                                <a  style='display:block;'><img src="<%#Eval("LevelIcon")%>" /></a>
                            </td>
                            <td align="center">
                                <a  id="btnSave" class="CP" onclick="Islogin('no',this)">立即下单</a>
                                <a id="btn_submit" style=" display:none; "  onclick="var ckResult= CheckBuyer('<%=null==CurrentUser?"":CurrentUser.MemberId.ToString() %>','<%#Eval("MemberId")%>');if(ckResult||undefined==ckResult) return false;" href='/Pages/front/SeckillOnline.aspx?Target=GetDataById&IsFrontRequest=frontTrue&id=<%#Eval("Keyid")%>'><%#Eval("Keyid")%>立即下单</a>
                            </td>
                        </tr>
                </ItemTemplate>
            </asp:Repeater>
             </table>
            <table class="formTable msTlist" cellspacing="0" cellpadding="0" width="100%" border="0">
                <tr>
                    <td colspan="5" style="padding: 10px 0px;">
                        <div id="page">
                                <uc:UCPager ID="UCPager1" runat="server" />
                        </div>
                    </td>
                </tr>
            </table>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <!--mainbox Over-->
    <p class="clear">
    </p>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>