Changeset 2267 for pykota/trunk/cgi-bin
- Timestamp:
- 05/21/05 10:18:35 (20 years ago)
- Location:
- pykota/trunk/cgi-bin
- Files:
-
- 3 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="") : -
pykota/trunk/cgi-bin/printquota.cgi
r2266 r2267 82 82 <font size="-2"> 83 83 <a href="http://www.librelogiciel.com/software/">%s</a> 84 © 2003, 2004, 2005%s84 © %s %s 85 85 </font> 86 86 </p> … … 100 100 _("Report")) 101 101 print self.body 102 print footer % (_("Report"), version.__doc__, version.__ author__)102 print footer % (_("Report"), version.__doc__, version.__copyright__, version.__author__) 103 103 104 104 def error(self, message) : -
pykota/trunk/cgi-bin/pykotme.cgi
r2265 r2267 81 81 <font size="-2"> 82 82 <a href="http://www.librelogiciel.com/software/">%s</a> 83 © 2003, 2004, 2005%s83 © %s %s 84 84 </font> 85 85 </p> … … 99 99 _("Quote")) 100 100 print self.body 101 print footer % (_("Quote"), version.__doc__, version.__ author__)101 print footer % (_("Quote"), version.__doc__, version.__copyright__, version.__author__) 102 102 103 103 def error(self, message) :