src/snorlogue/frontend/nimjaTemplateNames

Search:
Group by:
Source   Edit  

Provides the list of all nimja template files that are used to render an HTML page.

Consts

ABOUT_PAGE = "aboutApplication.nimja"
Nimja template-filename of the Page displaying general prologue application settings and all of its routes Source   Edit  
MODEL_CREATE_PAGE = "modelCreate.nimja"
Nimja template-filename of the Page enabling creation of a model Source   Edit  
MODEL_DELETE_PAGE = "modelDelete.nimja"
Nimja template-filename of the Page enabling deletion of a model Source   Edit  
MODEL_DETAIL_PAGE = "modelDetail.nimja"
Nimja template-filename of the Page enabling detailed view and updateing of a model Source   Edit  
MODEL_LIST_PAGE = "modelList.nimja"
Nimja template-filename of the Page displaying a list-overview for a model Source   Edit  
OVERVIEW_PAGE = "overview.nimja"
Nimja template-filename of the Page providing a model overview Source   Edit  
SQL_PAGE = "sql.nimja"
Nimja template-filename of the Page enabling direct DML SQL interaction with the database Source   Edit