Diff for /MPIWGWeb/bibliography.py between versions 1.2 and 1.3

version 1.2, 2004/07/06 19:29:31 version 1.3, 2004/07/30 10:33:01
Line 51  def formatBiblHelp(self,found,table,id): Line 51  def formatBiblHelp(self,found,table,id):
         ret+=foundIB.year+"."          ret+=foundIB.year+"."
     elif foundIB.reference_type.lower()=='book':      elif foundIB.reference_type.lower()=='book':
         ret+=foundIB.author_semi_colon+". <i>"+foundIB.title+"</i>. "          ret+=foundIB.author_semi_colon+". <i>"+foundIB.title+"</i>. "
         if not foundIB.pages=='':          if foundIB.pages and (not foundIB.pages==''):
             ret+=foundIB.pages+". "              ret+=foundIB.pages+". "
         if not foundIB.place_published=='':          if not foundIB.place_published=='':
             ret+=foundIB.place_published+": "              ret+=foundIB.place_published+": "

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>