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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanySuccessEX.aspx.cs" Inherits="CY.WebForm.Pages.Templet.Default.CompanySuccessEX" %>
 
<!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:CompanyQuote ID="CompanyQuote1" runat="server" />
    <script type="text/javascript">
        $(function () {
            $('.TemplateNav').find('a').eq(5).addClass('a_now');
        })
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <uc:CompanyHead ID="CompanyHead1" runat="server" />
     <div id="wal">
        <div class="fl" style="width: 203px;">
            <div class="box_1" style="width: 213px; min-height: 208px;">
                <div class="t_1">
                    <h2>
                        业绩分类</h2>
                </div>
                <div class="TemplateList" runat="server" id="TemplateList" style="min-height: 165px;">
                    <ul>
                          <asp:Repeater ID="Repeater2" runat="server">
                            <ItemTemplate>
                                <li style=" line-height:30px; height:30px; font-size:14px;"><a href="/Pages/Templet/Default/CompanySuccessEX.aspx?i=<%=Request["i"]%>&keyid=<%#Eval("Keyid") %>"><%#Eval("Title") %></a></li>
                            </ItemTemplate>
                        </asp:Repeater>
                    </ul>
                </div>
            </div>
            <uc:CompanyContact ID="CompanyContact1" runat="server" />
        </div>
        <div class="fr w790">
            <div class="box_1">
                <div class="t_1">
                    <h2>
                        业绩案例<span id="smallTitle" runat="server"></span></h2>
                </div>
                <div class="contact">
                    <div class="nyrC">
                        <div class="content" id="divContent" runat="server">
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <uc:CompanyFoot ID="CompanyFoot1" runat="server" />
    </div>
    </form>
</body>
</html>