Changeset 2174 for pykota/trunk/cgi-bin/dumpykota.cgi
- Timestamp:
- 03/22/05 09:53:16 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2147 r2174 49 49 <td> 50 50 <p> 51 <a href="http://www.librelogiciel.com/software/"><img src="http://www.librelogiciel.com/software/PyKota/pykota.png " alt="PyKota's Logo" /></a>51 <a href="http://www.librelogiciel.com/software/"><img src="http://www.librelogiciel.com/software/PyKota/pykota.png?version=%s" alt="PyKota's Logo" /></a> 52 52 <br /> 53 53 <a href="http://www.librelogiciel.com/software/">PyKota v%s</a> … … 85 85 """Displays the dumper interface.""" 86 86 global header, footer 87 print header % (self.getCharset(), _("PyKota Data Dumper"), version.__version__, _("PyKota Data Dumper"), _("Dump"), _("Please click on the above button"))87 print header % (self.getCharset(), _("PyKota Data Dumper"), version.__version__, version.__version__, _("PyKota Data Dumper"), _("Dump"), _("Please click on the above button")) 88 88 print self.htmlListDataTypes(self.options.get("data", "")) 89 89 print "<br />"