| 105 |
else: |
else: |
| 106 |
print '>' |
print '>' |
| 107 |
print '<INPUT TYPE=SUBMIT VALUE="Apply">' |
print '<INPUT TYPE=SUBMIT VALUE="Apply">' |
| 108 |
#for key in form.keys(): |
for key in form.keys(): |
| 109 |
# if key not in ["zoom", "type", "debug", "image.x", "image.y", "iter", "height", "width"]: |
if key not in ["zoom", "type", "debug", "image.x", "image.y", "iter", "height", "width"]: |
| 110 |
# print '<INPUT TYPE=HIDDEN NAME="%s" VALUE="%s">' % (key, form[key].value) |
print '<INPUT TYPE=HIDDEN NAME="%s" VALUE="%s">' % (key, form[key].value) |
| 111 |
#for var in [("diag", diag), ("cx", cx), ("cy", cy)]: |
#for var in [("diag", diag), ("cx", cx), ("cy", cy)]: |
| 112 |
|
|
| 113 |
print '<INPUT TYPE=HIDDEN NAME=type VALUE="html">' |
print '<INPUT TYPE=HIDDEN NAME=type VALUE="html">' |