def _no_function(cgi): cgi.title = 'Error!' cgi.subtitle = 'No Action' cgi.append(Paragraph(""" No action was defined or the action was not in the list of valid actions. Please send feedback to the author.""")) return 0
def _no_function(cgi): cgi.title = 'Error!' cgi.subtitle = 'No Action' cgi.append( Paragraph(""" No action was defined or the action was not in the list of valid actions. Please send feedback to the author.""")) return 0
def _not_active(cgi): cgi.title = 'Script Inactive!' cgi.subtitle = 'Please Try Later' cgi.append(Paragraph(""" This script is being service or is otherwise unavailable. Please try again later or contact the author with any questions or comments. """)) return 0
def _not_active(cgi): cgi.title = 'Script Inactive!' cgi.subtitle = 'Please Try Later' cgi.append( Paragraph(""" This script is being service or is otherwise unavailable. Please try again later or contact the author with any questions or comments. """)) return 0