Diff for /OSAS/OSA_system/OSAS_addfiles.py between versions 1.10 and 1.12

version 1.10, 2003/10/11 10:54:13 version 1.12, 2003/10/12 21:19:13
Line 184  class OSAS_add_contextData(Folder): Line 184  class OSAS_add_contextData(Folder):
             if depth < enddepth:              if depth < enddepth:
                 tmp=tmp+spaces(depth)                  tmp=tmp+spaces(depth)
                                   
                 tmp= tmp+retLink(child[1])+"<br>"+self.printChilds(child[1],depth,items,enddepth)+"<br>"                  tmp= tmp+retLink(child[1])+"<br>"+self.printChilds(child[1],depth,items,enddepth)
             else:              else:
                 tmp=tmp+spaces(2*depth)                  tmp=tmp+spaces(2*depth)
                 tmp = tmp+retLink(child[1])+"<br>"                  tmp = tmp+retLink(child[1])
   
         return tmp          return tmp
                                           
Line 222  class OSAS_add_contextData(Folder): Line 222  class OSAS_add_contextData(Folder):
         return pt()          return pt()
           
           
     def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,credits):      def addContextData2(self,path,collection,context,science,practice,source_type,period,link,label,description,content_type,responsible,credits,weight):
         """Hinzufuegen der Resource"""          """Hinzufuegen der Resource"""
         splitted=path.split("/")          splitted=path.split("/")
                   
Line 235  class OSAS_add_contextData(Folder): Line 235  class OSAS_add_contextData(Folder):
                   
         exec("collection_object=self"+collection)          exec("collection_object=self"+collection)
                   
         ECHO_collection.manage_AddECHO_resource(collection_object,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,link,metalink,credits,RESPONSE=None)          ECHO_collection.manage_AddECHO_resource(collection_object,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,link,metalink,credits,weight,RESPONSE=None)
   
         getattr(collection_object,id).ECHO_getResourceMD()          getattr(collection_object,id).ECHO_getResourceMD()
           #return "BLUByy"
         return self.REQUEST.RESPONSE.redirect(self.REQUEST['URL2']+'?path='+path)          return self.REQUEST.RESPONSE.redirect(self.REQUEST['URL2']+'?path='+path)
                   
     manage_options = Folder.manage_options+(      manage_options = Folder.manage_options+(

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


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