--- OSAS/OSA_system/OSAS_addfiles.py 2006/02/17 14:42:30 1.45 +++ OSAS/OSA_system/OSAS_addfiles.py 2006/06/14 16:13:53 1.46 @@ -340,8 +340,12 @@ class OSAS_add_contextData(Folder): zLOG.LOG("OSAS_addfiles (addContextData)", zLOG.INFO,"%s (%s)"%sys.exc_info()[0:2]) return server+"/"+urlpath+"/index.meta file has to exist!" - links=[(path,'standard storage')] - + links=[(path,'storage server view')] + # 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)')] + # 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+=OSAS_show.readContexts(path) # auslesen von contexten fuer den link #print "LINK",links #return links