Diff for /MPIWGWeb/MPIWGProjects.py between versions 1.47.2.50 and 1.47.2.52

version 1.47.2.50, 2006/04/05 13:03:10 version 1.47.2.52, 2006/05/18 13:00:26
Line 852  class MPIWGRoot(ZSQLExtendFolder): Line 852  class MPIWGRoot(ZSQLExtendFolder):
                                   
                 done= obj.updateDBEntry(DBid=id,publish_the_data=publish_the_data,                  done= obj.updateDBEntry(DBid=id,publish_the_data=publish_the_data,
                                    date_from=date_from,                                     date_from=date_from,
                                    date_to=date_to,stay_at_mpiwg=stay_at_mpiwg,position=position)                                     date_to=date_to,stay_at_mpiwg=stay_at_mpiwg,position=position,abteilung=abteilung)
                 if not done and (publish_the_data=='yes'):                  if not done and (publish_the_data=='yes'):
                                                   
                     ret=obj.createNewDBEntry(publish_the_data,id,name,                      ret=obj.createNewDBEntry(publish_the_data,id,name,
Line 1041  class MPIWGRoot(ZSQLExtendFolder): Line 1041  class MPIWGRoot(ZSQLExtendFolder):
             ret+="""<li>\n"""              ret+="""<li>\n"""
                           
             if actualDepth==1:              if actualDepth==1:
                 departmentName={'1':'Department I','2':'Department II','3':'Department III', '4':'Ind. Research Group','5':'Ind. Research Group','6':'Research Network'}                   departmentName={'1':'Department I','2':'Department II','3':'Department III', '4':'Ind. Research Group','5':'Ind. Research Group','6':'Ind. Research Group','7':'Research Network'} 
                 department=element[3].getContent('xdata_05')                  department=element[3].getContent('xdata_05')
                 ret+="""<a href="#top"><img src="../grafik/totop.gif" vspace="10" border="0"></a><br><a name="dept%s"></a>%s: """%(department,departmentName[department])                  ret+="""<a href="#top"><img src="../grafik/totop.gif" vspace="10" border="0"></a><br><a name="dept%s"></a>%s: """%(department,departmentName[department])
   

Removed from v.1.47.2.50  
changed lines
  Added in v.1.47.2.52


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