--- OSAS/OSA_system/OSAS_addfiles.py 2003/10/09 08:27:16 1.8 +++ OSAS/OSA_system/OSAS_addfiles.py 2003/10/09 09:57:50 1.9 @@ -4,6 +4,7 @@ import xml.dom.minidom from Products.ECHO_content import ECHO_collection import urllib import OSAS_add +import OSAS_show import string from OFS.Folder import Folder from AccessControl import ClassSecurityInfo @@ -208,21 +209,25 @@ class OSAS_add_contextData(Folder): """Hinzufügen zu einer Sammlung""" try: urllib.urlopen(self.REQUEST['SERVER_URL']+path+"/index.meta") - pt=PageTemplateFile('Products/OSA_system/contextDataMain.zpt').__of__(self) - return pt() + except: return "index.meta file has to exist!" + links=[path,'standard storage'] + links=OSAS_show.readContexts(path) # auslesen von contexten für den link + self.REQUEST.SESSION['links']=links + pt=PageTemplateFile('Products/OSA_system/contextDataMain.zpt').__of__(self) + return pt() - def addContextData2(self,path,collection,context,science,practice,source_type,period,label,description,content_type,responsible,credits): + def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,credits): """Hinzufuegen der Resource""" splitted=path.split("/") id=splitted[len(splitted)-1] title=splitted[len(splitted)-1] metalink=self.REQUEST['SERVER_URL']+path+"/index.meta" - link="TOBEDONE" + #link=TOBEDONE" """Hinzufügen der Ressource"""