Changeset 1162 for pykota/trunk/cgi-bin
- Timestamp:
- 10/10/03 21:48:07 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r1121 r1162 23 23 # 24 24 # $Log$ 25 # Revision 1.14 2003/10/10 19:48:07 jalet 26 # Now displays version number 27 # 25 28 # Revision 1.13 2003/08/25 11:23:05 jalet 26 29 # More powerful CGI script for quota reports … … 89 92 <a href="http://www.librelogiciel.com/software/"><img src="http://www.librelogiciel.com/software/PyKota/calllogo" alt="PyKota's Logo" /></a> 90 93 <br /> 91 <a href="http://www.librelogiciel.com/software/">PyKota </a>94 <a href="http://www.librelogiciel.com/software/">PyKota version %s</a> 92 95 </p> 93 96 </td> … … 114 117 """Displays the administrative interface.""" 115 118 global header, footer 116 print header 119 print header % version.__version__ 117 120 print self.body 118 121 print footer