include("logincheck.php"); ?>
ini_set('display_errors',0);
extract($_REQUEST);
echo"
";
if (!$genus) {
$genus = 'Alfamovirus';
}
echo "Virus Genus Index";
echo"";
echo "
";
?>
include ("header.php");
//include ("titlebartop.html");
echo "
|

Viral Structure Genus Index
|
|
";
//include ("titlebarbottom.html");
$N=1;
if ($N==1) {
$T1page='TRUE';
// PROPOGATE SELECTED OPTIONS INTO THE RELOADED PAGE
if ($combined==1) $separate = 'combine';
if ($sorted) {
$sortlist = $sorted;
}
// SET DEFAULT VALUES
if(!$separate) $separate = 'separate';
}
// BY DEFAULT SORT BY FAMILY
if(isset($sortlist)) $sortlist = "default";
//CREATE THE PAGE
//include("./CREATE_PAGES/TnumIndex.php");
//echo "N es $N
";
//echo "sortlist es $sortlist
";
?>
Count |
Title |
Family |
Genus |
T-number |
Resolution |
PDB |
Click arrows

to sort by individual columns
echo "*NA entry is not in the PDB, but was obtained through personal communication.
\n";
include ("footer.html");
?>