make (
self,
form,
parameters,
CGI_script,
imagefile=None,
)
Create an HTML page consisting of an optional
image (specified by imagefile), a table of form variables
(specified by parameters (py4cs.ParameterInterface.Parameters)),
and a "simulate and visualize" button.
The resulting visualization part must be created after
calling this function. Finally, the HTML page needs
a footer (see the footer function).
|