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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<%@ Page Title="" Language="C#" MasterPageFile="~/Pages/Alliance/Union.Master" AutoEventWireup="true" CodeBehind="Index.aspx.cs" Inherits="CY.WebForm.Pages.Alliance.Index" %>
 
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
    <script type="text/javascript">
        $(function () {
            $('.nav').find('a').eq(0).addClass('a_now');
            $(".IndexNoInfo").hide();
            $('.indexList1').each(function () {
                $(this).find('li:odd').css('background', '#eee');
            });
            $(".MainShowInfo").css("min-height", "473px");
        });
    </script>
    <script type="text/javascript">
        $(function () {
            if (parseInt('<%=this.RepClientList2.Items.Count %>') > 6) {
                var speed = 30; //速度数值越大速度越慢
                var colee_left1 = document.getElementById("WebInfoShow1");
                var colee_left2 = document.getElementById("WebInfoShow2");
                var colee_left = document.getElementById("ranklistxx");
                colee_left2.innerHTML = colee_left1.innerHTML;
                function Marquee3() {
                    if (colee_left2.offsetHeight - colee_left.scrollTop <= 0)//offsetWidth 是对象的可见宽度
                        colee_left.scrollTop -= colee_left1.offsetHeight; //scrollWidth 是对象的实际内容的宽,不包边线宽度
                    else {
                        colee_left.scrollTop++;
                    }
                }
                var MyMar3 = setInterval(Marquee3, speed);
                colee_left.onmouseover = function () { clearInterval(MyMar3) }
                colee_left.onmouseout = function () { MyMar3 = setInterval(Marquee3, speed) }
            }
        });
    </script>
    <style type="text/css">
        .box_1 { height: 10px; padding: 0 10px; }
        .indexAbout p { }
    </style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="webmap" runat="server">
    <div class="indexFlash" style="border: 1px solid #ccc; border-top: none; overflow: hidden; width: 998px;">
        <img alt="" src="../../images/firm/img12101.jpg" /></div>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="MainContent" runat="server">
    <div class="h6">
    </div>
    <div class="box_1 fl w320" style="height: 245px;">
        <div class="t_1">
            <img alt="" src="../../images/firm/AllianceIco4.gif"><h1>
                上月推广排名</h1>
            <div class="fl">
                Promotion Ranking</div>
        </div>
        <div class="indexList1" id="ranklistxx" style="overflow: hidden; height: 160px; position: relative; padding: 0px;">
            <ul id="WebInfoShow1">
                <asp:Repeater ID="RepClientList2" runat="server">
                    <ItemTemplate>
                        <li><span style="width: 68px; float: left;">
                            <%=DateTime.Now.AddMonths(-1).ToString("yyyy年MM月")%></span> <span style="width: 190px; float: left;">
                                <%#Eval("MemberName").ToString().Length > 15 ? Eval("MemberName").ToString().Substring(0, 15) : Eval("MemberName").ToString()%></span> <span style="float: left;">
                                    <%#Eval("AllMoney", "{0:0}")%>元</span></li>
                    </ItemTemplate>
                </asp:Repeater>
            </ul>
            <ul id="WebInfoShow2">
            </ul>
        </div>
    </div>
    <div class="fr box_1" style="height: 245px; overflow: hidden;">
        <div class="w320">
            <div class="t_1">
                <img alt="" src="../../images/firm/AllianceIco2.gif"><h1>
                    联盟优势</h1>
                <div class="fl">
                    Union Advantage</div>
            </div>
            <div class="indexAbout">
                <p>
                    <span style="line-height: 2.5;">免费加盟,注册有效期长达1年</span>
                </p>
                <p>
                    <span style="line-height: 2.5;">推广对象广,每个企业都需要印刷</span>
                </p>
                <p>
                    <span style="line-height: 2.5;">佣金效益高,最高可达20%</span>
                </p>
                <p>
                    <span style="line-height: 2.5;">业绩记录准确、按时支付不拖欠佣金</span>
                </p>
                <p>
                    <span style="line-height: 2.5;">信息反馈及时,良性互动,合作氛围活跃</span>
                </p>
            </div>
        </div>
    </div>
    <div class="h10">
    </div>
    <div class="box_1 fl w320" style="height: 245px;">
        <div class="t_1">
            <img alt="" src="../../images/firm/AllianceIco1.gif"/><h1>
                通知公告</h1>
            <div class="fl">
                Union Bulletin</div>
        </div>
        <div class="indexList1">
            <ul>
                <asp:Repeater ID="RepClientList1" runat="server">
                    <ItemTemplate>
                        <li><a href="/Pages/Alliance/AnnouncementInfoDetail.aspx?id=<%#Eval("Keyid")%>">
                            <%#Eval("Title").ToString().Length > 20 ? Eval("Title").ToString().Substring(0, 20) : Eval("Title").ToString()%></a><span class="time"><%#Eval("LastUpdateTime", "{0:MM-dd}")%></span></li>
                    </ItemTemplate>
                </asp:Repeater>
            </ul>
        </div>
    </div>
    <div class="fr box_1" style="height: 245px;">
        <div class="w320">
            <div class="t_1">
                <img alt="" src="../../images/firm/AllianceIco3.gif"><h1>   
                    常见问题</h1>
                <div class="fl">
                    Common Problem</div>
            </div>
            <div class="indexList1">
                <ul>
                    <li><a href="/Pages/Alliance/AskedQuestionInfoDetail.aspx#t1"><%=CY.Config.WebInfo.Instance.WebProvinceName.Replace("省","") %>印刷网推广联盟—“推广佣金”标准</a></li>
                    <li><a href="/Pages/Alliance/AskedQuestionInfoDetail.aspx#t2"><%=CY.Config.WebInfo.Instance.WebProvinceName.Replace("省","") %>印刷网推广联盟—QQ群号是多少?</a></li>
                    <li><a href="/Pages/Alliance/AskedQuestionInfoDetail.aspx#t3"><%=CY.Config.WebInfo.Instance.WebProvinceName.Replace("省","") %>印刷网推广联盟—网站如何推广?</a></li>
                    <li><a href="/Pages/Alliance/AskedQuestionInfoDetail.aspx#t4"><%=CY.Config.WebInfo.Instance.WebProvinceName.Replace("省","") %>印刷网推广联盟—个人如何推广?</a></li>
                    <li><a href="/Pages/Alliance/AskedQuestionInfoDetail.aspx#t5"><%=CY.Config.WebInfo.Instance.WebProvinceName.Replace("省","") %>印刷网推广联盟—如何推广软文?</a></li>
                    <li><a href="/Pages/Alliance/AskedQuestionInfoDetail.aspx#t6"><%=CY.Config.WebInfo.Instance.WebProvinceName.Replace("省","") %>印刷网推广联盟—推广效果认定期是多久?</a></li>
                </ul>
            </div>
        </div>
    </div>
    <span class="clear_f"></span>
</asp:Content>