Requirements
The curent page title that appears in browser tabs is limited to a static string. Instead it should reflect more what the user's current state of the application is, such as the following mapping:
- masters seach pages: selected search tab
- report page: report name
- admin page: admin page name
- page showing "view" page layout - the Page title
Others may make sense too.
Since the state of the UI is dynamic, Javascript will need to drive changes to the <head><title> tag.