books/backend/books/add.html |
Books\Add |
Name |
Type |
Description |
book |
Book
|
Single (empty) Book record
|
|
Add a new record. Assigns an empty record to the template. |
books/backend/books/edit.html |
Books\Edit |
Name |
Type |
Description |
book |
Book
|
Retrieved Book record
|
|
Retrieve a single record and display the edit page for the record |
books/backend/books/manage.html |
Books\Manage |
|
Retrieve available records and assign them to the template for editing. |
books/backend/pages/add.html |
Pages\Add |
Name |
Type |
Description |
page |
Page
|
Single (empty) Page record
|
|
Add a new record. Assigns an empty record to the template. |
books/backend/pages/edit.html |
Pages\Edit |
Name |
Type |
Description |
page |
Page
|
Retrieved Page record
|
|
Retrieve a single record and display the edit page for the record |
books/backend/units/add.html |
Units\Add |
Name |
Type |
Description |
unit |
Unit
|
Single (empty) Unit record
|
|
Add a new record. Assigns an empty record to the template. |
books/backend/units/edit.html |
Units\Edit |
Name |
Type |
Description |
unit |
Unit
|
Retrieved Unit record
|
|
Retrieve a single record and display the edit page for the record |