|
|
| version 1.79, 2007/01/31 14:12:38 | version 1.80, 2007/02/22 10:29:00 |
|---|---|
| Line 636 class ECHO_navigation(Folder): | Line 636 class ECHO_navigation(Folder): |
| obj=objtemp | obj=objtemp |
| for keys in obj.ZopeFind(obj,obj_metatypes=self.displayedMetaTypes): | for keys in obj.ZopeFind(obj,obj_metatypes=self.displayedMetaTypes): |
| logging.info("createNavHash: %s"%repr(keys)) | |
| x=keys[1] | x=keys[1] |
| if depth>1: | if depth>1: |
| nav[x.getId()]=(self.getColls(x,int(depth)-1,checkOnly),x) | nav[x.getId()]=(self.getColls(x,int(depth)-1,checkOnly),x) |
| Line 906 class ECHO_navigation(Folder): | Line 906 class ECHO_navigation(Folder): |
| """Zweite Ordnung Navigationselemente""" | """Zweite Ordnung Navigationselemente""" |
| hash=self.createNavHash(2,checkOnly="no") | hash=self.createNavHash(2,checkOnly="no") |
| logging.info("secondNavElements %s"%repr(hash)) | |
| actual_url=self.REQUEST['URL'] | actual_url=self.REQUEST['URL'] |
| ult_temp=re.sub(self.absolute_url(),"",actual_url) | ult_temp=re.sub(self.absolute_url(),"",actual_url) |