in['rev'] = $input->clean(substr($input->in['path'], strpos($input->in['path'], '@') + 1), TYPE_UINT); $input->in['path'] = substr($input->in['path'], 0, strpos($input->in['path'], '@')); $fetchtemplates[] = 'header'; $fetchtemplates[] = 'footer'; $fetchtemplates[] = 'doctype'; $fetchtemplates[] = 'headinclude'; $show['reposchooser'] = false; if ($viewsvn->repos->container AND $dochooser) { $show['reposchooser'] = true; $fetchtemplates[] = 'select_option'; } $template->cache((array)$fetchtemplates); $options = ''; if ($show['reposchooser']) { $html = ''; $options = $viewsvn->repos->fetch_list(); foreach ($options AS $option) { $value = $option; $display = $option; $selected = ($controller->repos == $option ? true : false); eval('$html .= "' . $template->fetch('select_option') . '";'); } $options = $html; } $year = date('Y'); eval('$header = "' . $template->fetch('header') . '";'); eval('$footer = "' . $template->fetch('footer') . '";'); eval('$doctype = "' . $template->fetch('doctype') . '";'); eval('$headinclude = "' . $template->fetch('headinclude') . '";'); /*=====================================================================*\ || ################################################################### || # $HeadURL$ || # $Id$ || ################################################################### \*=====================================================================*/ ?>