- Simple pages - similar to static HTML pages, i.e. don't accept GET / POST parameters
- WED pages - accept GET / POST / PI parameters and function differently depending on parameters' values
- Grid pages - pages with tabular data (i.e. list of users, modules, etc.), with pagination, filters, sorting, etc.
- Form pages - pages with forms for entering data.