# # Ed's One-Stop Shopping # # This is the SOURCE INPUT FILE. It is processed by the script one-stop.pl # See script source for full details. # # Note: Comments ('#') are okay at beginning of line, or with leading # whitespace (... # xxx). This allows page anchors in URLs # (e.g. href="foo.html#bar") and RGB values in CSS (color: #112233). # # ----------------------------------------------------------------------------- # # Syntax of this file is: # # # # # Where must start exactly in the leftmost column, # and must be indented by one or more spaces. # # If is in [brackets], it will be rendered with . # # If is in , it is a form submission # thingy. It must look like: # # # Where: # METHOD is 'GET' or 'POST' # INPUTS is a comma-separated list of KEY/VALUE pairs: # # * if the separator is an EQUALS SIGN ('='), the KEY is # a hidden input (note special case: if key is 'submit', # then we display a submit button with VALUE as its label) # # * if the separator is a COLON (':'), the KEY is a text # input box whose width (size) is the VALUE. If VALUE # is two numbers separated by 'x' (10x20), we do a