187
206
# Open a database connection and transaction, keep it around for users
188
207
# of the Request object to use
191
210
# Default values for the output members
192
211
self.status = Request.HTTP_OK
193
212
self.content_type = None # Use Apache's default
198
219
# In some cases we don't want the template JS (such as the username
199
220
# and public FQDN) in the output HTML. In that case, set this to 0.
200
221
self.write_javascript_settings = True