Diff for /OSAS/OSA_system/OSAS_addfiles.py between versions 1.46 and 1.49

version 1.46, 2006/06/14 16:13:53 version 1.49, 2006/06/14 16:33:42
Line 340  class OSAS_add_contextData(Folder): Line 340  class OSAS_add_contextData(Folder):
             zLOG.LOG("OSAS_addfiles (addContextData)", zLOG.INFO,"%s (%s)"%sys.exc_info()[0:2])              zLOG.LOG("OSAS_addfiles (addContextData)", zLOG.INFO,"%s (%s)"%sys.exc_info()[0:2])
             return server+"/"+urlpath+"/index.meta file has to exist!"              return server+"/"+urlpath+"/index.meta file has to exist!"
   
         links=[(path,'storage server view')]          # old version for foxridge storage viewer
           #links=[(path,'storage server view')]
         # libcoll viewer with imagepath: needs pageimg directory          # libcoll viewer with imagepath: needs pageimg directory
         links+=[('http://libcoll.mpiwg-berlin.mpg.de/libview?mode=imagepath&url=%s/pageimg'%path,'libcoll standard viewer (pageimg)')]          links=[('http://libcoll.mpiwg-berlin.mpg.de/libview?mode=imagepath&url=%s/pageimg'%path,'libcoll standard viewer (pageimg)')]
         # libcoll viewer with imagepath: needs pageimg directory          # libcoll viewer with imagepath: needs pageimg directory
         links+=[('http://libcoll.mpiwg-berlin.mpg.de/libview?mode=texttool&url=%s'%path,'libcoll standard viewer (texttool)')]          links+=[('http://libcoll.mpiwg-berlin.mpg.de/libview?mode=texttool&url=%s/index.meta'%path,'libcoll standard viewer (texttool)')]
                                   
         links+=OSAS_show.readContexts(path) # auslesen von contexten fuer den link          links+=OSAS_show.readContexts(path) # auslesen von contexten fuer den link
         #print "LINK",links          #print "LINK",links

Removed from v.1.46  
changed lines
  Added in v.1.49


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