Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1213712
pagination.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, Nov 11, 1:09 AM
Size
2 KB
Mime Type
text/html
Expires
Thu, Nov 13, 1:09 AM (2 h, 46 m)
Engine
blob
Format
Raw Data
Handle
793752
Attached To
rINP In-Portal
pagination.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
=
"pagenation-select"
><
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
=
"pagenation-noselect"
><
inp2:m_param
name
=
"page"
/></
a
>
</
inp2:m_DefineElement
>
<
div
class
=
"hor-line"
><
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"
/>
" />
</
form
>
</
td
>
</
tr
>
</
table
>
Event Timeline
Log In to Comment