皮肤名称 DisplayAdsSkin_Rotate.ascx
皮肤类型 ControlSkins
是否标准皮肤 ---
实际采用SecionSkin /Communities/Common/Themes/Arc_CHS/Skins/ControlSkins/DisplayAdsSkin_Rotate.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 TagPrefix="BIModule" Namespace="BIWebModule.Controls" Assembly="BIWebModule" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="ajax" %>


<div id="myCarousel" class="carousel slide" data-ride="carousel" data-interval="4000">
    <ol class="carousel-indicators">

        <asp:ListView ID="lsvIndicators"  runat="server">
            <LayoutTemplate>
                <asp:PlaceHolder ID="itemPlaceHolder" runat="server" />
            </LayoutTemplate>
            <ItemTemplate>
                <li data-target="#myCarousel" data-slide-to='<%# Eval("index"%>'  id="ghtmlIndicator" runat="server"></li>
            </ItemTemplate>
        </asp:ListView>
    </ol>
    <div class="carousel-inner" role="listbox">
        <asp:ListView ID="lsvCarouseItems" runat="server">
            <LayoutTemplate>
                <asp:PlaceHolder ID="itemPlaceHolder" runat="server" />
            </LayoutTemplate>
            <ItemTemplate>
                <div id="ghtmlItem" runat="server" class="item">
                <img  id="himgItem" runat="server" style="height:200px;width:100%" src="/zyjl/DBSkin/Communities/zyjl/Themes/Theme1_CHS/Images/v_welcome.gif" alt="ASP.NET" class="img-responsive" />
                <div class="carousel-caption" role="option">
                    <p>
                       
                        <asp:Label ID="lblBannerText" runat="server" />
                        <a id="hlinkMore" runat="server" class="btn btn-default" href="https://go.microsoft.com/fwlink/?LinkID=525028&clcid=0x409">
                             更多了解
                        </a>
                    </p>
                </div>
            </div>
            </ItemTemplate>
        </asp:ListView>

    </div>
    <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
        <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
        <span class="sr-only">Previous</span>
    </a>
    <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
        <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
        <span class="sr-only">Next</span>
    </a>
</div>

               
<asp:HyperLink ID="hlnkModify"   runat="server" />    
                

     版权所有 © -- 2024
              
    
Powered by :