--- OSAS/OSA_system/OSAS_show.py 2004/03/25 09:57:47 1.16 +++ OSAS/OSA_system/OSAS_show.py 2004/04/05 21:54:42 1.17 @@ -157,6 +157,10 @@ class OSAS_StoreOnline(SimpleItem): """Test ob Eintrag ein Folder ist""" return isFullText(path,folder_name) + def isPresentation(self,path,folder_name): + """Test ob Eintrag ein Folder ist""" + return isPresentation(path,folder_name) + def date(self): return strftime("%d.%m.%Y",localtime()) @@ -956,6 +960,8 @@ def hasMetafile(path): return os.path.exists(path+"/index.meta") #return path + + def isdigilib2(path): """check if folder is candidate for digilib without metadata""" try: