Changeset 2023 for pykota/trunk/cgi-bin
- Timestamp:
- 01/10/05 15:57:29 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2021 r2023 24 24 # 25 25 # $Log$ 26 # Revision 1.3 2005/01/10 14:57:29 jalet 27 # Fixed the default datatype which is now set to 'history' 28 # 26 29 # Revision 1.2 2005/01/08 19:47:00 jalet 27 30 # Fixed a bad copy&paste … … 95 98 global header, footer 96 99 print header % (self.getCharset(), _("PyKota Data Dumper"), version.__version__, _("PyKota Data Dumper"), _("Dump"), _("Please click on the above button")) 97 print self.htmlListDataTypes(self.options.get("data type", ""))100 print self.htmlListDataTypes(self.options.get("data", "")) 98 101 print "<br />" 99 102 print self.htmlListFormats(self.options.get("format", ""))