32 lines
3.0 KiB
Plaintext
32 lines
3.0 KiB
Plaintext
# --
|
|
# Copyright (C) 2001-2019 OTRS AG, https://otrs.com/
|
|
# --
|
|
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
|
|
# the enclosed file COPYING for license information (GPL). If you
|
|
# did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt.
|
|
# --
|
|
[% RenderBlockStart("PageBack") %]
|
|
<a id="[% Data.IDPrefix | html %]PageAllBack" href="[% Data.BaselinkAllBack | html %]" title="[% Translate("Show first page") | html %]">|<</a>
|
|
<a id="[% Data.IDPrefix | html %]PageOneBack" href="[% Data.BaselinkOneBack | html %]" title="[% Translate("Show previous pages") | html %]"><<</a>
|
|
[% RenderBlockEnd("PageBack") %]
|
|
[% RenderBlockStart("PageBackAjax") %]
|
|
<a id="[% Data.IDPrefix | html %]PageAllBack" class="PaginationAjax[% Data.WidgetName | html %] Pagination[% Data.WidgetName | html %]" data-pagination-pagenumber="[% Data.BaselinkAllBack | html %]" href="#" title="[% Translate("Show first page") | html %]">|<</a>
|
|
<a id="[% Data.IDPrefix | html %]PageOneBack" class="PaginationAjax[% Data.WidgetName | html %] Pagination[% Data.WidgetName | html %]" data-pagination-pagenumber="[% Data.BaselinkOneBack | html %]" href="#" title="[% Translate("Show previous pages") | html %]"><<</a>
|
|
[% RenderBlockEnd("PageBackAjax") %]
|
|
|
|
[% RenderBlockStart("Page") %]
|
|
<a id="[% Data.IDPrefix | html %]Page[% Data.PageNumber | html %]" href="[% Data.BaselinkAll | html %]" [% IF Data.SelectedPage %]class="[% Data.SelectedPage | html %]"[% END %] title="[% Translate("Show page %s", Data.PageNumber) | html %]">[% Data.PageNumber | html %]</a>
|
|
[% RenderBlockEnd("Page") %]
|
|
[% RenderBlockStart("PageAjax") %]
|
|
<a id="[% Data.IDPrefix | html %]Page[% Data.PageNumber | html %]" class="PaginationAjax[% Data.WidgetName | html %] Pagination[% Data.WidgetName | html %] [% Data.SelectedPage | html %]" data-pagination-pagenumber="[% Data.PageNumber | html %]" href="#" title="[% Translate("Show page %s", Data.PageNumber) | html %]">[% Data.PageNumber | html %]</a>
|
|
[% RenderBlockEnd("PageAjax") %]
|
|
|
|
[% RenderBlockStart("PageForward") %]
|
|
<a id="[% Data.IDPrefix | html %]PageOneForward" href="[% Data.BaselinkOneForward | html %]" title="[% Translate("Show next pages") | html %]">>></a>
|
|
<a id="[% Data.IDPrefix | html %]PageAllForward" href="[% Data.BaselinkAllForward | html %]" title="[% Translate("Show last page") | html %]">>|</a>
|
|
[% RenderBlockEnd("PageForward") %]
|
|
[% RenderBlockStart("PageForwardAjax") %]
|
|
<a id="[% Data.IDPrefix | html %]PageOneForward" class="PaginationAjax[% Data.WidgetName | html %] Pagination[% Data.WidgetName | html %]" data-pagination-pagenumber="[% Data.BaselinkOneForward | html %]" href="#" title="[% Translate("Show next pages") | html %]">>></a>
|
|
<a id="[% Data.IDPrefix | html %]PageAllForward" class="PaginationAjax[% Data.WidgetName | html %] Pagination[% Data.WidgetName | html %]" data-pagination-pagenumber="[% Data.BaselinkAllForward | html %]" href="#" title="[% Translate("Show last page") | html %]">>|</a>
|
|
[% RenderBlockEnd("PageForwardAjax") %]
|