Changeset 971 for trunk/UTIL/PYTHON/mcd/proto/cgi-bin
- Timestamp:
- May 24, 2013, 5:03:26 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTIL/PYTHON/mcd/proto/cgi-bin/mcdcgi.py
r937 r971 242 242 243 243 header="""<html><head><title>Mars Climate Database: The Web Interface</title></head><body>""" 244 if betatest == "on":245 print "<b>!!! THIS IS A BETA VERSION. RESULTS ARE NOT VALIDATED !!!</b>"246 if sumfree == 2: print "<br>"244 #if betatest == "on": 245 # print "<b>!!! THIS IS A BETA VERSION. RESULTS ARE NOT VALIDATED !!!</b>" 246 # if sumfree == 2: print "<br>" 247 247 248 248 print header
Note: See TracChangeset
for help on using the changeset viewer.