Index: /trunk/ippMonitor/raw/czartool_exposures.php
===================================================================
--- /trunk/ippMonitor/raw/czartool_exposures.php	(revision 30558)
+++ /trunk/ippMonitor/raw/czartool_exposures.php	(revision 30559)
@@ -24,7 +24,9 @@
 
 $date = $_POST['date'];
+$survey = $_POST['survey'];
 
 // if no date chosen, use today
 if ($date == "") $date = date("Y-m-d");
+if ($survey == "") $survey = "";
 
 
@@ -37,7 +39,7 @@
 
 
-echo "<form method=post action=czartool_exposures.php?pass=$pass&proj=$proj&date=$date>";
-echo "<p  align=\"center\"> Current status of all exposures taken on (UTC) ";
-echo "<input type=text name=date value='$date'>";
+echo "<form method=post action=czartool_exposures.php?pass=$pass&proj=$proj&date=$date&survey=$survey>";
+echo "<p  align=\"center\"> Current status of all exposures taken on (UTC) <input type=text name=date value='$date'>";
+echo " for survey <input type=text name=survey value='$survey'> (leave blank for all surveys)";
 echo "<input type=submit value=Submit>";
 echo "</p>";
@@ -45,5 +47,5 @@
 echo "</form>\n";
 
-createTableForThisSurvey($gpc1db, $date, "");
+createTableForThisSurvey($gpc1db, $date, $survey);
 
 menu_end();
@@ -75,5 +77,5 @@
     $qry->fetchInto($count);
 
-    if ($surveyStr == "") $surveyText = "all surveys"; 
+    if ($surveyStr == "") $surveyText = "all surveys";
     else $surveyText = "$surveyStr survey";
 
@@ -100,8 +102,8 @@
     $ssDiffProduced = array(); getSSDiffProduced($db, $date, $surveyStr, &$ssDiffProduced); 
 
-    $class = "list";
-    //echo "<table class=$class >\n";
-        echo "<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\" >\n";
-
+    // create table
+    echo "<table border=\"1\" cellspacing=\"0\" cellpadding=\"4\" style=\"font-size:80%\">\n";
+
+    // table headers
     echo "<tr><td></td>\n";
     echo "<th></th>";
