Changeset 1239 for pykota/trunk/cgi-bin
- Timestamp:
- 12/27/03 16:43:36 (21 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r1235 r1239 1 #! /usr/bin/python 1 #! /usr/bin/python2.2 2 2 3 3 # PyKota Print Quota Reports generator … … 23 23 # 24 24 # $Log$ 25 # Revision 1.17 2003/12/27 15:43:36 uid67467 26 # Savannah is back online... 27 # 25 28 # Revision 1.16 2003/12/02 14:40:20 jalet 26 29 # Some code refactoring. … … 91 94 <head> 92 95 <title>PyKota Reports</title> 96 <link rel="stylesheet" type="text/css" href="pykota.css" /> 93 97 </head> 94 98 <body> … … 104 108 </td> 105 109 <td colspan="2"> 106 <h 2>PyKota Reports</h2>110 <h1>PyKota Reports</h1> 107 111 </td> 108 112 </tr>