Changeset 2267 for pykota/trunk/cgi-bin

Show
Ignore:
Timestamp:
05/21/05 10:18:35 (19 years ago)
Author:
jerome
Message:

Moved the copyright strings out of the docstrings

Location:
pykota/trunk/cgi-bin
Files:
3 modified

Legend:

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

    r2265 r2267  
    8383      <font size="-2"> 
    8484        <a href="http://www.librelogiciel.com/software/">%s</a> 
    85         &copy; 2003, 2004, 2005 %s  
     85        &copy; %s %s  
    8686      </font> 
    8787    </p> 
     
    105105        print "<br />" 
    106106        print self.htmlFilterInput(" ".join(self.arguments)) 
    107         print footer % (_("Dump"), version.__doc__, version.__author__) 
     107        print footer % (_("Dump"), version.__doc__, version.__copyright__, version.__author__) 
    108108         
    109109    def htmlListDataTypes(self, selected="") :     
  • pykota/trunk/cgi-bin/printquota.cgi

    r2266 r2267  
    8282      <font size="-2"> 
    8383        <a href="http://www.librelogiciel.com/software/">%s</a> 
    84         &copy; 2003, 2004, 2005 %s  
     84        &copy; %s %s  
    8585      </font> 
    8686    </p> 
     
    100100                        _("Report")) 
    101101        print self.body 
    102         print footer % (_("Report"), version.__doc__, version.__author__) 
     102        print footer % (_("Report"), version.__doc__, version.__copyright__, version.__author__) 
    103103         
    104104    def error(self, message) : 
  • pykota/trunk/cgi-bin/pykotme.cgi

    r2265 r2267  
    8181      <font size="-2"> 
    8282        <a href="http://www.librelogiciel.com/software/">%s</a> 
    83         &copy; 2003, 2004, 2005 %s  
     83        &copy; %s %s  
    8484      </font> 
    8585    </p> 
     
    9999                        _("Quote")) 
    100100        print self.body 
    101         print footer % (_("Quote"), version.__doc__, version.__author__) 
     101        print footer % (_("Quote"), version.__doc__, version.__copyright__, version.__author__) 
    102102         
    103103    def error(self, message) :