username@email.com
2025-05-21 a980cd04341d71216e0f59bd4b7327fe9fc50032
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
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="CompanyNewsList.aspx.cs" Inherits="CY.WebForm.Pages.Templet.pingxuan.CompanyNewsList" %>
 
<!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:px_CompanyQuote ID="CompanyQuote1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <uc:px_CompanyHead ID="CompanyHead1" runat="server" />
    <table width="100%" border="0" cellpadding="0" cellspacing="0" background="images/cb.jpg">
        <tr>
            <td align="center">
                <table width="846" border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" style="margin: 4px 0px 20px; padding: 9px 0 0 0;">
                    <tr>
                        <td valign="top" align="right" width="237">
                            <table width="188" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td>
                                        <table width="188" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td background="images/default_5_1_1_1.jpg" width="127" height="36" style='color: #D8110C; font-family: "Verdana","Arial","Helvetica","sans-serif"; font-size: 14px; font-weight: bold; line-height: 140%;'>
                                                    &nbsp;&nbsp;资讯分类
                                                </td>
                                                <td>
                                                    <a href="/Pages/Templet/pingxuan/CompanyNewsList.aspx?i=<%=Request["i"]%>" target="_blank" class="MoreHref_img">
                                                        <img src="images/default_5_1_1_2.jpg" width="61" height="36" alt=""></a>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td background="images/default_5_1_2.jpg" width="188" height="203" align="center" style="vertical-align: top;" id="TemplateList" runat="server">
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <img src="images/default_5_1_3.jpg" width="188" height="9" alt="">
                                    </td>
                                </tr>
                            </table>
                            <table width="188" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td height="19">
                                    </td>
                                </tr>
                            </table>
                            <uc:px_CompanyContact ID="CompanyContact1" runat="server" />
                        </td>
                        <td width="19">
                        </td>
                        <td valign="top">
                            <table width="544" border="0" cellpadding="0" cellspacing="0">
                                <tr>
                                    <td>
                                        <table width="544" border="0" cellpadding="0" cellspacing="0">
                                            <tr>
                                                <td background="images/default_5_1_1_1_1.jpg" width="127" height="36" style='color: #D8110C; font-family: "Verdana","Arial","Helvetica","sans-serif"; font-size: 14px; font-weight: bold; line-height: 140%;'>
                                                    &nbsp;&nbsp;<span runat="server" id="spanTittle">资讯动态</span>
                                                </td>
                                            </tr>
                                        </table>
                                    </td>
                                </tr>
                                <tr>
                                    <td width="544" align="center" style="vertical-align: top;">
                                    <div class="ContentInfo_px" runat="server" style="min-height:374px;">
                                        <ul class="newlist" style="padding: 0px 5px 15px;">
                                            <asp:Repeater ID="RepClientList" runat="server">
                                                <ItemTemplate>
                                                    <li style="line-height: 30px; height:30px; background: url(../pingxuan/Shared/line.gif) bottom repeat-x; padding-right: 10px;"><i style="float: right; color: #666;">
                                                        <%#Convert.ToDateTime(Eval("CreatTime")).ToString("yyyy-MM-dd")%></i><a class="hui" style="background: url(../pingxuan/images/tt.jpg) left center no-repeat; padding-left: 14px;" href="/Pages/Templet/pingxuan/CompanyNewsDetail.aspx?i=<%=Request["i"] %>&Keyid=<%#Eval("Keyid")%>"><%#Eval("Title")%></a></li>
                                                </ItemTemplate>
                                            </asp:Repeater>
                                        </ul>
                                        </div>
                                        <div  class="contact">
                                            <uc:UCPager ID="UCPager1" runat="server" />
                                        </div>
                                    </td>
                                </tr>
                                <tr>
                                    <td>
                                        <img src="images/default_5_1_3.jpg" width="544" height="9" alt="">
                                    </td>
                                </tr>
                            </table>
                        </td>
                    </tr>
                </table>
            </td>
        </tr>
    </table>
    <uc:px_CompanyFoot ID="CompanyFoot1" runat="server" />
    </form>
</body>
</html>