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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="SeckillInfoEdit.aspx.cs"
    Inherits="CY.WebForm.Pages.front.SeckillInfoEdit" %>
 
<!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>
</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 href="/seckill/list.html">特价秒杀</a></li>
                        <li><a class="cheched" href="/seckillinfo/list.html">特价信息</a> </li>
                    </ul>
                </div>
            </div>
        </div>
        <!--nypartL over-->
        <div class="nypartR fr mt10">
            <div class="nypartR_t">
                <b>发布特价</b></div>
                    <div class="nyrC" style="min-height:220px">
            <iframe id='fram_edit' src='/Pages/business/SeckillInfoEdit.aspx?IsFrontRequest=frontTrue' width='788px' height='240px' scrolling="no" frameborder="0"></iframe>
           </div>
        </div>
        <!--nypartR over-->
        <p class="clear">
        </p>
    </div>
    </form>
    <!--mainbox Over-->
    <p class="clear">
    </p>
    <uc:FrontFoot ID="FrontFoot1" runat="server" />
</body>
</html>