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

version 1.3, 2004/07/30 10:33:01 version 1.4, 2004/10/18 13:16:41
Line 39  def formatBiblHelp(self,found,table,id): Line 39  def formatBiblHelp(self,found,table,id):
   
     elif foundIB.reference_type.lower()=='book section':      elif foundIB.reference_type.lower()=='book section':
         ret+=foundIB.author_semi_colon+". &quot;"+foundIB.title+".&quot; In <i>"+foundIB.secondary_title+"</i>"          ret+=foundIB.author_semi_colon+". &quot;"+foundIB.title+".&quot; In <i>"+foundIB.secondary_title+"</i>"
         if not foundIB.secondary_author_semi_colon=='':          if (foundIB.secondary_author_semi_colon) and (not foundIB.secondary_author_semi_colon==''):
             ret+=", eds.: "+foundIB.secondary_author_semi_colon              ret+=", eds.: "+foundIB.secondary_author_semi_colon
         ret+=". "          ret+=". "
         if not foundIB.pages=='':          if not foundIB.pages=='':

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


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