Frontend | Backend | Api

Sites default templates (Backend)

This page contains an overview of the default templates for the Sites module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
sites/backend/clients/add.html Clients\Add
Name Type Description
client Client Single (empty) Client record
Add a new record. Assigns an empty record to the template.
sites/backend/clients/edit.html Clients\Edit
Name Type Description
client Client Retrieved Client record
Retrieve a single record and display the edit page for the record
sites/backend/clients/manage.html Clients\Manage
Name Type Description
clients Collection (Client) Collection of Clients
Retrieve available records and assign them to the template for editing.
sites/backend/environments/add.html Environments\Add
Name Type Description
environment Environment Single (empty) Environment record
Add a new record. Assigns an empty record to the template.
sites/backend/environments/edit.html Environments\Edit
Name Type Description
environment Environment Retrieved Environment record
Retrieve a single record and display the edit page for the record
sites/backend/environments/manage.html Environments\Manage
Name Type Description
environments Collection (Environment) Collection of Environments
Retrieve available records and assign them to the template for editing.
sites/backend/site-data/add.html SiteData\Add
Name Type Description
siteData SiteData Single (empty) SiteData record
Add a new record. Assigns an empty record to the template.
sites/backend/site-data/edit.html SiteData\Edit
Name Type Description
siteData SiteData Retrieved SiteData record
Retrieve a single record and display the edit page for the record
sites/backend/site-data/manage.html SiteData\Manage
Name Type Description
siteData Collection (SiteData) Collection of SiteData
Retrieve available records and assign them to the template for editing.
sites/backend/sites/add.html Sites\Add
Name Type Description
site Site Single (empty) Site record
Add a new record. Assigns an empty record to the template.
sites/backend/sites/edit.html Sites\Edit
Name Type Description
site Site Retrieved Site record
Retrieve a single record and display the edit page for the record
sites/backend/sites/manage.html Sites\Manage
Name Type Description
sites Collection (Site) Collection of Sites
Retrieve available records and assign them to the template for editing.