Widgets which display information - for example timestamp, page ident, etc.
PageDescription | A widget displaying a span with the brief description of the page with the given ident. If no page ident is given, shows the brief of the current page. |
PageIdent | A span displaying the ident of the page containing the widget. If the field page_label is given a value, the ident this label points to will be shown instead. |
PageName | A widget containing the name of the given page ident which is set within the text. If no page ident is given, shows name of the current page. |
ProgressBar1 | A div, containing label and progress tag elements. |
ProgressBar2 | A progress bar formed from Divs, not using the progress tag. |
ProjectName | A span showing the project ident (usually the project name unless set otherwise). |
Redirector | A widget which causes the browser to call the given URL (or label).
Once the page is loaded, the redirection occurs, so normally this is the only widget on the page. A TextBlock is displayed with the link to the URL if the client has javascript disabled. If this widget is used as the target widget to display an error, the error message should be a URL, so the widget will cause a redirection on the error being raised. |
ServerTimeStamp | A span containing the server date and time. |
SkipoleVersion | A span showing the version of the skipole framework. |
Version | A span showing the project version of the page it is in. |