<?php echo $this->form;
if($this->galleryId != null){
	echo $this->action('list','images-admin','gallery',array('id'=>$this->galleryId,'image'=>$this->imageId));
}

$this->inlineScript()->appendScript('
    
');

$this->headStyle()->appendStyle('
.hidden{
    display:none
}
');

