Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F925278
pagination.elm.tpl
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, May 20, 5:10 AM
Size
2 KB
Mime Type
text/html
Expires
Thu, May 22, 5:10 AM (1 d, 51 m)
Engine
blob
Format
Raw Data
Handle
624731
Attached To
rTADV Themes.Advanced
pagination.elm.tpl
View Options
<
inp2:m_DefineElement
name
=
"prev_page"
>
<
a
href
=
"<inp2:PageLink/>"
><
img
src
=
"<inp2:m_TemplatesBase module="
In-Portal
"
/>
img/pagenation_left.gif" width="5" height="5" alt="" />
</
a
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"next_page"
>
<
a
href
=
"<inp2:PageLink/>"
><
img
src
=
"<inp2:m_TemplatesBase module="
In-Portal
"
/>
img/pagenation_right.gif" width="5" height="5" alt="" />
</
a
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"page_current"
>
<
span
class
=
"current-page"
><
inp2:m_param
name
=
"page"
/></
span
>
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"page_separator"
>
<
img
src
=
"<inp2:m_TemplatesBase module="
In-Portal
"
/>
img/s.gif" width="1" height="1" alt="" />
</
inp2:m_DefineElement
>
<
inp2:m_DefineElement
name
=
"page_link"
>
<
a
href
=
"<inp2:PageLink/>"
class
=
"page-link"
><
inp2:m_param
name
=
"page"
/></
a
>
</
inp2:m_DefineElement
>
<
div
class
=
"horizontal-separator"
><
img
src
=
"<inp2:m_TemplatesBase module="
In-Portal
"
/>
img/s.gif" width="1" height="1" alt="" />
<
br
/></
div
>
<
br
/>
<
table
style
=
"width: 100%; text-align: left;"
>
<
tr
>
<
inp2:m_if
check
=
"{
$
prefix}_GridInfo"
type
=
"needs_pagination"
>
<
td
>
<
inp2:m_Phrase
label
=
"lu_comm_Page"
/>
:
<
inp2:
{$
prefix
}
_PaginationBar
current_render_as
=
"page_current"
separator_render_as
=
"page_separator"
link_render_as
=
"page_link"
prev_page_render_as
=
"prev_page"
next_page_render_as
=
"next_page"
/>
</
td
>
</
inp2:m_if
>
<
td
align
=
"right"
>
<
inp2:m_phrase
name
=
"lu_ItemsPerPage"
/>
:
<
form
method
=
"post"
action
=
"<inp2:m_FormAction />"
>
<
select
class
=
"input-select"
name
=
"<inp2:{
$
prefix}_VarName type="
PerPage
"
/>
">
<
option
value
=
"10"
<
inp2:
{$
prefix
}
_PerPageSelected
per_page
=
"10"
selected
=
'selected="selected"'
/>
>10
</
option
>
<
option
value
=
"20"
<
inp2:
{$
prefix
}
_PerPageSelected
per_page
=
"20"
selected
=
'selected="selected"'
/>
>20
</
option
>
<
option
value
=
"50"
<
inp2:
{$
prefix
}
_PerPageSelected
per_page
=
"50"
selected
=
'selected="selected"'
/>
>50
</
option
>
</
select
>
<
input
type
=
"submit"
class
=
"button"
name
=
"<inp2:{
$
prefix}_SubmitName event="
OnSetPerPage
"
/>
" value="
<
inp2:m_Phrase
label
=
"lu_btn_Set"
no_editing
=
"1"
/>
" />
</
form
>
</
td
>
</
tr
>
</
table
>
Event Timeline
Log In to Comment