module Synopsis.Formatters.HTML.View
class Template
Format subclass that uses a template file to define the HTML header and footer for each view.
Template-inheritance Scopes/Synopsis/Formatters/HTML/View/Format.html
-Class attributes
source code
source code
-Methods
  init(self, processor, prefix)
references
source code
  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