function show_all_versions()
 {
     $this->skip_layout = '1';
     $this->smarty->assign(array('versions' => $this->active_page->getVersions()));
 }