Changeset 2344 for pykota/trunk/cgi-bin
- Timestamp:
- 07/08/05 18:52:50 (19 years ago)
- Location:
- pykota/trunk/cgi-bin
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2309 r2344 107 107 print "<br />" 108 108 print self.htmlSumCheckbox(self.options.get("sum", "")) 109 print footer % (_("Dump"), version.__doc__, version.__ copyright__, version.__author__)109 print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__) 110 110 111 111 def htmlListDataTypes(self, selected="") : -
pykota/trunk/cgi-bin/printquota.cgi
r2303 r2344 100 100 _("Report")) 101 101 print self.body 102 print footer % (_("Report"), version.__doc__, version.__ copyright__, version.__author__)102 print footer % (_("Report"), version.__doc__, version.__years__, version.__author__) 103 103 104 104 def error(self, message) : -
pykota/trunk/cgi-bin/pykotme.cgi
r2303 r2344 99 99 _("Quote")) 100 100 print self.body 101 print footer % (_("Quote"), version.__doc__, version.__ copyright__, version.__author__)101 print footer % (_("Quote"), version.__doc__, version.__years__, version.__author__) 102 102 103 103 def error(self, message) :