--- OSAS/OSA_system/OSAS_show.py 2003/12/19 13:58:52 1.9 +++ OSAS/OSA_system/OSAS_show.py 2003/12/19 15:05:41 1.10 @@ -103,7 +103,13 @@ class OSAS_StoreOnline(SimpleItem): """rescale thumbs of imeages in path""" os.popen("ssh nausikaa2.rz-berlin.mpg.de /usr/local/mpiwg/scripts/scaleomat.pl %s /mpiwg/temp/online/scaled/thumb 90 >> /tmp/sc.out &"% re.sub('/mpiwg/online/','',self.REQUEST['path'])) - + + self.REQUEST.SESSION['path']=self.REQUEST['path'] + #return self.REQUEST.RESPONSE.redirect(self.REQUEST['URL1']) + pt=PageTemplateFile('Products/OSA_system/OSAS_scaled.zpt').__of__(self) + return pt() + + def getfilesystem2(self,start,reload=0): """load filesystem"""