Online Programme Page Types¶
The Online Programme had two different types of page:
- Item Page
- List Page
The layout and content displayed on these pages is controlled through Templates.
Item Page¶
This is a page that displays a single item
Example
Entry, Submission, Author
The page can included assocated data if required.
Example
An Entry page could include information about linked submissions
An Item Page uses a single Template to control content and styling.
List Page¶
This is a page that displays a list of items.
Example
List of Presenters
A List Page uses two Templates to control content and styling:
Template | Description |
---|---|
List Page | The template for the page itself without any items in it. Typically it will contain a heading and a placeholder for the list items to be loaded into. |
List Page Item | The template for drawing a single item in the list. The list loads 20 items at a time and each item uses this template. |