Diff for /OSA_system2/OSAS_root.py between versions 1.11 and 1.12

version 1.11, 2005/04/21 10:10:10 version 1.12, 2005/10/10 18:11:11
Line 149  class OSAS_add_contextData(Folder): Line 149  class OSAS_add_contextData(Folder):
                   
         #link=TOBEDONE"          #link=TOBEDONE"
         """Hinzufuegen der Ressource"""          """Hinzufuegen der Ressource"""
   
     gifPath=path.replace("/mpiwg/online/","")      gifPath=path.replace("/mpiwg/online/","")
     rawPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","")      rawPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","")
         #lowresPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","")          lowresPath=path.replace("/mpiwg/online/permanent/einstein_exhibition/movies/","")
   
         thumbUrl="http://einst3.mpiwg-berlin.mpg.de/"+gifPath+"/"+thumb          thumbUrl="http://einst3.mpiwg-berlin.mpg.de/"+gifPath+"/"+thumb
         link="rtsp://einst1.mpiwg-berlin.mpg.de/"+gifPath+"/"+streamingfile          link="rtsp://einst1.mpiwg-berlin.mpg.de/"+gifPath+"/"+streamingfile
         rawFile="file:///Volumes/einstein_movies/"+rawPath+"/"+rawfile          rawFile="file:///Volumes/einstein_movies/"+rawPath+"/"+rawfile

Removed from v.1.11  
changed lines
  Added in v.1.12


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