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

<div class="box2">


<table width="100%">
    <tr>
        <td>
            <span class="boxheader">
            <asp:Label ID="lblMyTitle" runat="server" />
            </span>
        </td>
        <td>
<div align="right">
    <BIEngine:BIWebHyperLink ID="hlnkMore" text="更多。.." runat="server" />
</div>
        
        </td>
    </tr>
 </table><br><br>

<asp:ListView ID="lsvItems" runat="server">
    <LayoutTemplate>
        <div style="clear: both">
        
        </div>
        <asp:PlaceHolder ID="itemPlaceHolder" runat="server" />
        <div style="clear: both">
        
        </div>
    </LayoutTemplate>
    <ItemTemplate>
        <div style="border: 1px dotted #999999; float: left; padding: 5px; margin: 5px; width: 150px; height: 170px; overflow: hidden;">
         <community:ItemContentImage id="ItemContentImage1" width="150" height="120"  runat="server"/><br>       
         <community:ItemTitleLink ID="ItemTitleLink1" CssClass="boxheaderDarkRed" runat="Server" />
        </div>
   

    
    </ItemTemplate>
</asp:ListView>

    </div>
     版权所有 © -- 2024
              
    
Powered by :