- Timestamp:
- 03/22/05 09:53:16 (20 years ago)
- Location:
- pykota/trunk/cgi-bin
- Files:
-
- 3 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 />" -
pykota/trunk/cgi-bin/printquota.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> … … 82 82 """Displays the administrative interface.""" 83 83 global header, footer 84 print header % (self.getCharset(), _("PyKota Reports"), version.__version__, _("PyKota Reports"), _("Report"))84 print header % (self.getCharset(), _("PyKota Reports"), version.__version__, version.__version__, _("PyKota Reports"), _("Report")) 85 85 print self.body 86 86 print footer % _("Report") -
pykota/trunk/cgi-bin/pykotme.cgi
r2153 r2174 50 50 <td> 51 51 <p> 52 <a href="http://www.librelogiciel.com/software/"><img src="http://www.librelogiciel.com/software/PyKota/pykota.png " alt="PyKota's Logo" /></a>52 <a href="http://www.librelogiciel.com/software/"><img src="http://www.librelogiciel.com/software/PyKota/pykota.png?version=%s" alt="PyKota's Logo" /></a> 53 53 <br /> 54 54 <a href="http://www.librelogiciel.com/software/">PyKota v%s</a> … … 83 83 """Displays the administrative interface.""" 84 84 global header, footer 85 print header % (self.getCharset(), _("PyKota Reports"), version.__version__, _("PyKota Quotes"), _("Quote"))85 print header % (self.getCharset(), _("PyKota Reports"), version.__version__, version.__version__, _("PyKota Quotes"), _("Quote")) 86 86 print self.body 87 87 print footer % _("Quote")