Changeset 893
- Timestamp:
- 04/08/03 23:20:25 (22 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/cgi-bin/printquota.cgi
r873 r893 23 23 # 24 24 # $Log$ 25 # Revision 1.4 2003/04/08 21:20:25 jalet 26 # CGI Script now displays a link to PyKota's website. 27 # 25 28 # Revision 1.3 2003/03/29 13:45:27 jalet 26 29 # GPL paragraphs were incorrectly (from memory) copied into the sources. … … 49 52 <body> 50 53 <h2>Print Quota Report</h2> 51 <pre>""" 54 <p> 55 <pre>""" 52 56 53 57 footer = """ 54 </pre> 58 </pre> 59 </p> 60 <p> 61 Report generated with <a href="http://www.librelogiciel.com/software/">PyKota</a> 62 </p> 55 63 </body> 56 64 </html>"""