皮肤名称 SiteBoxArticleHListControl.ascx
皮肤类型 ControlSkins
是否标准皮肤 ---
实际采用SecionSkin /communities/n00000496/themes/theme1_chs/skins/controlskins/siteboxarticlehlistcontrol.ascx
你可以用任何你熟悉的工具来编辑/修改代码, 我们推荐使用 Visual Studion. 详细可参见http://www.3byun.com/MHKH/134982.aspx
Not Start
修改代码        
<%@ import Namespace="BIWeb.Communities" %>
<%@ Register TagPrefix="community" Namespace="BIWeb.Communities" Assembly="BIWeb.Qun" %>
<%@ Register TagPrefix="BIEngine" Namespace="BIWebEngine.Controls" Assembly="BIWebEngine" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %>


<!--%@ outputcache duration="600" VaryByParam="pathinfo"%-->


<div >
    <table width="100%" style="background-color:#003366;height:40px">
    <tr>
        <td>
 <div align="center">      
            <span style="font-size:18pt;font-weight:bold;color:white">
            <asp:Label ID="lblMyTitle" runat="server" />
            </span>
</div>
        </td>
        <td>
            <div align="right">                
    <BIEngine:BIWebHyperLink ID="hlnkMore" text="更多。.." runat="server" />    
</div>        
        </td>
    </tr>
 </table> 
</div>

<div style="background-color:white" >
<br>
<asp:ListView ID="lsvItems" runat="server">
    <LayoutTemplate>
        <div style="clear: both">

        </div>
        <asp:PlaceHolder ID="itemPlaceHolder" runat="server" />

        <div style="clear: both;height:15px">

        </div>
    </LayoutTemplate>
    <ItemTemplate>
            
<table width="100%">
    <tr>
                <td style="width:150px;padding-bottom:20px">
                    <BIEngine:ItemContentImage Width="150" Height="100" runat="server" />
                </td>

        <td  style="padding-left:10px">
  <community:ItemTitleLink Runat="Server" CssClass="boxheaderRed"  ID="Itemtitlelink1" />
            
        </td>
    </tr>
    <tr><td colspan="2"><div style="height:1px ;background-color: lightblue;paddding-top:10px"></div></td></tr>    
</table>   
         
    </ItemTemplate>
</asp:ListView>
  
</div>
     版权所有 © -- 2024
              
    
Powered by :