module Synopsis.Formatters.HTML.View
class Template
Template-inheritance Scopes/Synopsis/Formatters/HTML/View/Format.html
Format subclass that uses a template file to define the HTML header and footer for each view.
Class attributes Summary:
source code
source code
Methods Summary:
  init(self, processor, prefix)
references
source code
  load_file(self)
references
source code
  write(self, os, text)
references
source code
  view_header(self, os, title, body, headextra, view)
references
source code
  view_footer(self, os, body)
references
source code
Methods Details:
  load_file(self)
references
source code
Loads and parses the template file
  write(self, os, text)
references
source code
Writes the text to the output stream, replaceing @PREFIX@ with the prefix for this file
  view_header(self, os, title, body, headextra, view)
references
source code
Formats the header using the template file
  view_footer(self, os, body)
references
source code
Formats the footer using the template file