Changeset 551 in tmcsimulator for trunk/webapps/cgi-bin/saveEvals.py
- Timestamp:
- 12/26/2019 03:14:52 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/webapps/cgi-bin/saveEvals.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/webapps/cgi-bin/saveEvals.py
r547 r551 7 7 output = "" 8 8 for j in range(1, 3): 9 output += form.getvalue('group'+str(j)) 10 output += ", " 9 rating = form.getvalue('evaluationGroup'+str(j)) 10 if rating is not None: 11 output += form.getvalue('evaluationGroup'+str(j)) 12 output += ", " 11 13 12 14 print "Content-type:text/html\r\n\r\n"
Note: See TracChangeset
for help on using the changeset viewer.
