Changeset 2267 for pykota/trunk/cgi-bin/dumpykota.cgi
- Timestamp:
- 05/21/05 10:18:35 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2265 r2267 83 83 <font size="-2"> 84 84 <a href="http://www.librelogiciel.com/software/">%s</a> 85 © 2003, 2004, 2005%s85 © %s %s 86 86 </font> 87 87 </p> … … 105 105 print "<br />" 106 106 print self.htmlFilterInput(" ".join(self.arguments)) 107 print footer % (_("Dump"), version.__doc__, version.__ author__)107 print footer % (_("Dump"), version.__doc__, version.__copyright__, version.__author__) 108 108 109 109 def htmlListDataTypes(self, selected="") :