4 <form
name=
"subsystemselect" method=
"post" action=
"showplots.php" target=
"main">
8 Select subsystem from dropdown list <br>
45 echo(
"<option value=\"" .
$run_directory.
"/*/".$sub.
"*.png\"> " . $sub .
" </option>\n");
52 echo(
"<hr width=50>\n");
57 echo(
"<form name=\"runselect\" method=\"post\" action=\"showplots.php\" target=\"main\">\n");
60 echo(
"Select runrange from dropdown list <br>\n");
61 echo(
"<select name=\"runrange\">\n");
71 while(
false !== ($file = readdir($dh)))
73 echo(
" " . $file .
"<br>\n");
75 if( $file ==
'.' || $file ==
'..')
continue;
88 echo(
" " . $file .
"<br>\n");
89 echo(
"<option value=\"" .
$run_directory.
"/".$file .
"\">" . $file .
"</option>\n");