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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyDescripe.aspx.cs" Inherits="CY.WebForm.Pages.Templet.Default.CompanyDescripe" %>
 
<!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(1).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;">
            <uc:CompanyInfo ID="CompanyInfo1" runat="server" />
            <uc:CompanyContact ID="CompanyContact1" runat="server" />
        </div>
        <div class="fr w790">
            <div class="box_1">
                <div class="t_1">
                    <h2>
                        公司简介</h2>
                </div>
                <div class="contact" style="word-wrap: break-word; " runat="server" id="divFirmDescribe">
                    <input type="text" runat="server" id="tsss" />
                </div>
            </div>
        </div>
        <uc:CompanyFoot ID="CompanyFoot1" runat="server" />
    </div>
    </form>
</body>
</html>