Show
Ignore:
Timestamp:
04/08/03 23:20:25 (21 years ago)
Author:
jalet
Message:

CGI Script now displays a link to PyKota's website.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/cgi-bin/printquota.cgi

    r873 r893  
    2323# 
    2424# $Log$ 
     25# Revision 1.4  2003/04/08 21:20:25  jalet 
     26# CGI Script now displays a link to PyKota's website. 
     27# 
    2528# Revision 1.3  2003/03/29 13:45:27  jalet 
    2629# GPL paragraphs were incorrectly (from memory) copied into the sources. 
     
    4952  <body> 
    5053    <h2>Print Quota Report</h2> 
    51     <pre>""" 
     54    <p> 
     55      <pre>""" 
    5256 
    5357footer = """ 
    54     </pre> 
     58      </pre> 
     59    </p>   
     60    <p> 
     61      Report generated with <a href="http://www.librelogiciel.com/software/">PyKota</a> 
     62    </p> 
    5563  </body> 
    5664</html>"""