1 <form
name=
"datatypeselect" method=
"post" action=
"runrange_select.php" target=
"topright">
4 Select datatype from dropdown list <br>
5 <select
name=
"datatype">
14 while (($file = readdir($dh))!==
false)
18 if( $file ==
'.' || $file ==
'..')
continue;
19 if( is_dir(
$run_directory.$file) && stristr($file,
"data") && !(stristr($file,
"reject")) && !(stristr($file,
"unknown")))
21 echo(
"<option value=\"" .
$run_directory.$file .
"\">" . $file .
"</option>\n");