3 # FILE: TransportControlsUI.php 5 # Part of the Collection Workflow Integration System (CWIS) 6 # Copyright 2015 Edward Almasy and Internet Scout Research Group 7 # http://scout.wisc.edu/cwis/ 20 # ---- PUBLIC INTERFACE -------------------------------------------------- 22 # parameter ($_GET) variable names 46 ?><div
class=
"cw-transport-controls clearfix">
50 ?><div
class=
"cw-transport-controls-left">
51 <a
class=
"StyledButton NavStyledButton" 52 href=
"<?PHP print $this->GoToStartLink(); ?>" 53 title=
"Go to first page">|<span
54 style=
"position:relative; bottom: 1px;"><</span></a>
59 ?><a
class=
"StyledButton NavStyledButton" 60 href=
"<?PHP print $this->FastReverseLink(); ?>" 61 title=
"Jump back"><<</a> <?
PHP 66 ?><a
class=
"StyledButton NavStyledButton" 67 href=
"<?PHP print $this->ReverseLink(); ?>" 68 title=
"Go to previous page"><</a> <?
PHP 76 ?><div
class=
"cw-transport-controls-right">
81 ?><a
class=
"StyledButton NavStyledButton" 82 href=
"<?PHP print $this->ForwardLink(); ?>" 83 title=
"Go to next page">></a> <?
PHP 88 ?><a
class=
"StyledButton NavStyledButton" 89 href=
"<?PHP print $this->FastForwardLink(); ?>" 90 title=
"Jump forward">>></a> <?
PHP 93 ?><a
class=
"StyledButton NavStyledButton" 94 href=
"<?PHP print $this->GoToEndLink(); ?>" 95 title=
"Go to last page">><span
96 style=
"position:relative; bottom: 1px;">|</span></a>
102 ?><div
class=
"cw-transport-controls-msg-left-only clearfix"><?
PHP 103 print strlen($Message) ? $Message :
" ";
109 ?><div
class=
"cw-transport-controls-msg-right-only clearfix"><?
PHP 110 print strlen($Message) ? $Message :
" ";
115 ?><div
class=
"cw-transport-controls-msg clearfix"><?
PHP 116 print strlen($Message) ? $Message :
" ";
124 print strlen($Message) ? $Message :
" ";
ShowForwardButton()
Report whether forward button should be displayed.
ShowAnyForwardButtons()
Report whether any forward buttons should be displayed.
Class to provide support for transport controls (used for paging back and forth through a list) in th...
Class to provide support for transport controls (used for paging back and forth through a list) in th...
ShowReverseButton()
Report whether reverse button should be displayed.
ShowAnyReverseButtons()
Report whether any reverse buttons should be displayed.
ShowFastReverseButton()
Report whether fast reverse button should be displayed.
SetBaseLink($BaseLink)
Set current base link for Link methods.
ShowFastForwardButton()
Report whether fast forward button should be displayed.
PrintControls($ItemType, $BaseLink, $Message="")
Print transport control HTML.
SetItemType($ItemType)
Set current item type for Show or Link methods.
const PNAME_STARTINGINDEX