Diff for /ECHO_content/ECHO_collection.py between versions 1.11 and 1.12

version 1.11, 2004/01/27 13:33:27 version 1.12, 2004/02/03 17:31:16
Line 119  def setECHO_CollectionInformation(self,c Line 119  def setECHO_CollectionInformation(self,c
         #print "cs", coordstrs          #print "cs", coordstrs
         if coordstrs:          if coordstrs:
             for coordstr in coordstrs:              for coordstr in coordstrs:
                 print "cs", coordstr                  #print "cs", coordstr
                 try:                  try:
                     temco=coordstr.split(",")                      temco=coordstr.split(",")
                 except:                  except:
Line 372  class ECHO_externalLink(Folder): Line 372  class ECHO_externalLink(Folder):
         if not hasattr(self,'coords'):          if not hasattr(self,'coords'):
                           
             self.coords=['']              self.coords=['']
             print "G",self.coords              #print "G",self.coords
   
         pt=PageTemplateFile('Products/ECHO_content/ChangeECHO_externalLink.zpt').__of__(self)          pt=PageTemplateFile('Products/ECHO_content/ChangeECHO_externalLink.zpt').__of__(self)
         return pt()          return pt()
Line 556  class ECHO_collection(Folder, Persistent Line 556  class ECHO_collection(Folder, Persistent
     security.declarePublic('changeECHO_Collection')      security.declarePublic('changeECHO_Collection')
   
   
     def changeECHO_Collection(self,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,credits,weight,sortfield="weight",coords="",RESPONSE=None):      def changeECHO_Collection(self,context,science,practice,source_type,period,id,title,label,description,content_type,responsible,weight,credits="",sortfield="weight",coords="",RESPONSE=None):
   
   
         """Änderung der Properties"""          """Änderung der Properties"""

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


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