21 lines
No EOL
4 KiB
Text
21 lines
No EOL
4 KiB
Text
<%@ Control Language="vb" AutoEventWireup="false" CodeFile="DatePagination.ascx.vb" Inherits="Persons.UI.DatePagination" %>
|
|
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %>
|
|
<%@ Register Tagprefix="Selectors" Namespace="Persons" %>
|
|
|
|
<%@ Register Tagprefix="Persons" TagName="ThemeButton" Src="../Shared/ThemeButton.ascx" %>
|
|
|
|
<%@ Register Tagprefix="BaseClasses" Namespace="BaseClasses.Web.UI.WebControls" Assembly="BaseClasses" %>
|
|
<a id="StartOfPageContent"></a>
|
|
|
|
<table cellpadding="0" cellspacing="0" border="0"><tr><td style="text-align:center;"><Persons:ThemeButton runat="server" id="_PreviousPageInterval" button-causesvalidation="False" button-commandname="PreviousPageInterval" postback="False"></Persons:ThemeButton></td><td style="text-align:center;"><Persons:ThemeButton runat="server" id="_PreviousInterval" button-causesvalidation="False" button-commandname="PreviousInterval" button-text="-" button-tooltip="-" postback="False"></Persons:ThemeButton></td><td class="dfv"><asp:LinkButton runat="server" id="_Day" causesvalidation="False" commandname="Day" text="<%# GetResourceValue("Btn:Day", "Persons") %>" tooltip="<%# GetResourceValue("Btn:Day", "Persons") %>">
|
|
</asp:LinkButton><asp:Literal runat="server" id="_Day1" Text="<%# GetResourceValue("Btn:Day", "Persons") %>"> </asp:Literal></td><td> </td><td class="dfv"><asp:LinkButton runat="server" id="_Week" causesvalidation="False" commandname="Week" text="<%# GetResourceValue("Btn:Week", "Persons") %>" tooltip="<%# GetResourceValue("Btn:Week", "Persons") %>">
|
|
</asp:LinkButton><asp:Literal runat="server" id="_Week1" Text="<%# GetResourceValue("Btn:Week", "Persons") %>"> </asp:Literal></td><td> </td><td class="dfv"><asp:LinkButton runat="server" id="_Month" causesvalidation="False" commandname="Month" text="<%# GetResourceValue("Btn:Month", "Persons") %>" tooltip="<%# GetResourceValue("Btn:Month", "Persons") %>">
|
|
</asp:LinkButton><asp:Literal runat="server" id="_Month1" Text="<%# GetResourceValue("Btn:Month", "Persons") %>"> </asp:Literal></td><td> </td><td class="dfv"><asp:LinkButton runat="server" id="_Quarter" causesvalidation="False" commandname="Quarter" text="<%# GetResourceValue("Btn:Quarter", "Persons") %>" tooltip="<%# GetResourceValue("Btn:Quarter", "Persons") %>">
|
|
</asp:LinkButton><asp:Literal runat="server" id="_Quarter1" Text="<%# GetResourceValue("Btn:Quarter", "Persons") %>"> </asp:Literal></td><td> </td><td class="dfv"><asp:LinkButton runat="server" id="_Year" causesvalidation="False" commandname="Year" enabled="True" text="<%# GetResourceValue("Btn:Year", "Persons") %>" tooltip="<%# GetResourceValue("Btn:Year", "Persons") %>">
|
|
</asp:LinkButton>
|
|
<asp:Literal runat="server" id="_Year1" Text="<%# GetResourceValue("Btn:Year", "Persons") %>"> </asp:Literal></td><td style="text-align:center;"><Persons:ThemeButton runat="server" id="_NextInterval" button-causesvalidation="False" button-commandname="NextInterval" button-text="+" button-tooltip="+" postback="False"></Persons:ThemeButton></td><td style="text-align:center;"><Persons:ThemeButton runat="server" id="_NextPageInterval" button-causesvalidation="False" button-commandname="NextPageInterval" postback="False"></Persons:ThemeButton></td><td style="text-align:left;" nowrap="nowrap"><asp:Literal runat="server" id="_StartDate1" visible="False"> </asp:Literal></td></tr></table>
|
|
|
|
<div id="detailPopup" class="detailRolloverPopup" onmouseout="detailRolloverPopupClose();" onmouseover="clearTimeout(gPopupTimer);"></div>
|
|
<asp:ValidationSummary id="ValidationSummary1" ShowMessageBox="true" ShowSummary="false" runat="server"></asp:ValidationSummary>
|
|
|
|
|