From: miles Date: Thu, 11 Oct 2012 22:18:58 +0000 (+0000) Subject: check boxes no longer disappear after they have been checked, the list X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=2cd6f5a2daf536f002efc692dfcad852643a2391;p=old-jaiswallab-svn%2F.git check boxes no longer disappear after they have been checked, the list of species is static svn path=/; revision=401 --- diff --git a/Personnel/miles/Web Page/heatMap.php b/Personnel/miles/Web Page/heatMap.php index c3bd403..5d0cceb 100644 --- a/Personnel/miles/Web Page/heatMap.php +++ b/Personnel/miles/Web Page/heatMap.php @@ -5,7 +5,10 @@ +" > \n"; -echo $allSpecies[$i] . "\n"; +for($i = 0; $i < sizeof($originalSpecies); $i++) { +echo "\n"; +echo $originalSpecies[$i] . "\n"; } ?>

@@ -517,7 +524,7 @@ function generateImage() { function resubmitSpecies() { var eliminatedSpecies = "";