1
2
3
4
5
6
7
8
9
10
11
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CompanyInfo.ascx.cs"
    Inherits="CY.WebForm.Pages.Templet.Default.Shared.CompanyInfo" %>
<div class="box_1" style="width: 213px; height: 208px; float:left;">
    <div class="t_1">
        <h2>
            新闻公告</h2>
        <a href="/Pages/Templet/Default/CompanyNewsList.aspx?i=<%=Request["i"] %>" class="more">more</a>
    </div>
    <div class="TemplateList xinwenxinxi" style=" height:165px;" runat="server" id="TemplateList">
    </div>
</div>