Show
Ignore:
Timestamp:
11/15/05 23:54:07 (18 years ago)
Author:
jerome
Message:

Now includes a snippet of the GNU GPL at the bottom of CGI pages

Files:
1 modified

Legend:

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

    r2344 r2586  
    8484        <a href="http://www.librelogiciel.com/software/">%s</a> 
    8585        &copy; %s %s  
     86        <br /> 
     87        <pre> 
     88%s 
     89        </pre> 
    8690      </font> 
    8791    </p> 
     
    107111        print "<br />" 
    108112        print self.htmlSumCheckbox(self.options.get("sum", "")) 
    109         print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__) 
     113        print footer % (_("Dump"), version.__doc__, version.__years__, version.__author__, version.__gplblurb__) 
    110114         
    111115    def htmlListDataTypes(self, selected="") :