Next / Previous / Contents / TCC Help System / NM Tech homepage

6.5. Report label text

These constants specify the titles of pages and other text strings.

Title of the index page.

webstats.py
INDEX_PAGE_TITLE  =  "TCC Web server statistics"

Title of the hit parade page.

webstats.py
BY_HITS_TITLE  =  "TCC Web server statistics: hit parade"

Title of a letter page as a format string, with the NMT URL and the letter to be supplied.

webstats.py
LETTER_PAGE_TITLE  =  'Personal pages starting with "%s~%s"'

Title of an access report page. This is a format string with three values. The first value is the base URL for all pages. The second value is "~" for personal pages, or an empty string for official pages. The third value is the user name or official directory name.

webstats.py
ACCESS_REPORT_TITLE  =  'Access report for %s%s%s'