Changeset 2586
- Timestamp:
- 11/15/05 23:54:07 (19 years ago)
- Location:
- pykota/trunk/cgi-bin
- Files:
-
- 3 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/dumpykota.cgi
r2344 r2586 84 84 <a href="http://www.librelogiciel.com/software/">%s</a> 85 85 © %s %s 86 <br /> 87 <pre> 88 %s 89 </pre> 86 90 </font> 87 91 </p> … … 107 111 print "<br />" 108 112 print self.htmlSumCheckbox(self.options.get("sum", "")) 109 print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__ )113 print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) 110 114 111 115 def htmlListDataTypes(self, selected="") : -
pykota/trunk/cgi-bin/printquota.cgi
r2584 r2586 83 83 <a href="http://www.librelogiciel.com/software/">%s</a> 84 84 © %s %s 85 <br /> 86 <pre> 87 %s 88 </pre> 85 89 </font> 86 90 </p> … … 100 104 _("Report")) 101 105 print self.body 102 print footer % (_("Report"), version.__doc__, version.__years__, version.__author__ )106 print footer % (_("Report"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) 103 107 104 108 def error(self, message) : -
pykota/trunk/cgi-bin/pykotme.cgi
r2525 r2586 87 87 <a href="http://www.librelogiciel.com/software/">%s</a> 88 88 © %s %s 89 <br /> 90 <pre> 91 %s 92 </pre> 89 93 </font> 90 94 </p> … … 104 108 _("Quote")) 105 109 print self.body 106 print footer % (_("Quote"), version.__doc__, version.__years__, version.__author__ )110 print footer % (_("Quote"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) 107 111 108 112 def error(self, message) :