elif parent_id is not None:
data.locals.frm = None
data.locals.prnt = ah.get_message (parent_id, for_read = True)
data.locals.title = 'Re: %s' % data.locals.prnt.title
return data.tpls.get_template ('mako/forum/add-message-form.html').render_unicode (param = data.locals)
else:
return 'location: /forum.cgi\n'
#-------------------------------------------------------------------------------
def addMessage (data, ah, fs):
/var/web/www/forum.cgi, line 196:
data.locals.title = 'Re: %s' % data.locals.prnt.title
/var/web/www/forum.cgi, line 425:
html = handler (DATA, ah, fd)