## Script (Python) "viewimage"
##bind container=container
##bind context=context
##bind namespace=
##bind script=script
##bind subpath=traverse_subpath
##parameters=path=None
##title=
##
# $Id: viewimage.py 2335 2007-10-09 17:34:04Z joachim $
"""
"""
try:
    from Products.zdb import set_trace
except:
    def set_trace():
        pass
if path is None and traverse_subpath:
    path = "/".join(traverse_subpath)
return context.waeup_tool.showFsPicture(path)
#import logging
#logger = logging.getLogger('Skins.viewimage')
