32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
<%@ Register TagPrefix="dx" Namespace="DevExpress.Data" Assembly="DevExpress.Data.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
|
<%@ Register TagPrefix="dxnc" Namespace="DevExpress.Web" Assembly="DevExpress.Web.v17.2, Version=17.2.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" %>
|
|
|
|
<dxnc:ASPxNewsControl runat="server" SpriteCssFilePath="~/App_Themes/Office2010Black/{0}/sprite.css" PagerAlign="Justify"
|
|
CssFilePath="~/App_Themes/Office2010Black/{0}/styles.css" CssPostfix="Office2010Black" PagerPanelSpacing="0">
|
|
<ItemDateStyle Spacing="0" />
|
|
<ItemContentStyle LineHeight="14" />
|
|
<ItemLeftPanelStyle Spacing="37">
|
|
<Paddings PaddingTop="3" />
|
|
</ItemLeftPanelStyle>
|
|
<ItemSettings DateVerticalPosition="Top" TailPosition="KeepWithLastWord" />
|
|
|
|
<BackToTopImage>
|
|
<SpriteProperties CssClass="dxWeb_ncBackToTop_Office2010Black" />
|
|
</BackToTopImage>
|
|
<BackToTopStyle ImageSpacing="3" HorizontalAlign="Right" />
|
|
<LoadingPanelImage Url="~/App_Themes/Office2010Black/Web/Loading.gif" />
|
|
<LoadingPanelStyle ImageSpacing="5" />
|
|
<PagerSettings CurrentPageNumberFormat="{0}" ShowDefaultImages="True" Position="TopAndBottom">
|
|
<Summary Visible="false" Position="Inside" />
|
|
<AllButton Visible="true" Text="" />
|
|
<NextPageButton Visible="true" Text="" />
|
|
<PrevPageButton Visible="true" Text="" />
|
|
<FirstPageButton Visible="true" Text="" />
|
|
<LastPageButton Visible="true" Text="" />
|
|
</PagerSettings>
|
|
<PagerStyle ForeColor="White" />
|
|
<PagerCurrentPageNumberStyle ForeColor="Black" />
|
|
<DisabledStyle ForeColor="#c7cacf" />
|
|
</dxnc:ASPxNewsControl>
|
|
|