Hello!

To see the file structure, click on "tree".

Note that updates take place every 10 minutes, commits may not be seen immediately.
VO Download Changes:
authormiles <miles@localhost>
Wed, 27 Mar 2013 21:09:36 +0000 (21:09 +0000)
committermiles <miles@localhost>
Wed, 27 Mar 2013 21:09:36 +0000 (21:09 +0000)
        -removed excess tabs
        -couldn't find the cause of the excess newline, suspect that it
is an artifact of fwrite() function

svn path=/; revision=453

Personnel/miles/Web Page/infoChoice.php
Personnel/miles/Web Page/viewOntology.php

index 352ed8b555578cafd65393e9105237a248434571..64362007a397845d722db976e5cfdec3244843d1 100644 (file)
@@ -147,9 +147,9 @@ mysql_close($connection);
       echo "<form name=\"viewOntology\" method=\"post\" action=\"viewOntology.php\">\n";
       echo "<p> Possible Ontologies: <br>";
       echo "<input type=\"checkbox\" name=\"Anatomy\" value=\"Anatomy\">";
-      echo "Anatomy <br>";
+      echo "Plant Ontology: Anatomy <br>";
       echo "<input type=\"checkbox\" name=\"Growth\" value=\"Growth\">";
-      echo "Growth <br>";
+      echo "Plant Ontology: Growth <br>";
       echo "<input type=\"submit\" value=\"View Ontology\" onClick=process()>\n";
       echo "<input type=\"hidden\" name=\"param\" value=\"null\">\n";
       echo "<input type=\"hidden\" name=\"ontologies\" value=\"\">\n";
index cfbeb700c032bb1d81ed1100082b4a23d5677128..1542b6459343fb72541c4e19d30f1624c6fe985d 100644 (file)
@@ -348,7 +348,9 @@ function drawMap(init) {
       ontMap.fillRect(xCoord,topOffset-(cellSize+10),cellSize,cellSize);
       ontMap.fillStyle="#000000";
       if(checkBoxes[t]) {
-       ontMap.fillRect(xCoord,topOffset-(cellSize*3),cellSize,cellSize);
+       ontMap.font="22px Arial";
+       ontMap.fillText("X",xCoord,topOffset-(cellSize*2));
+       ontMap.font="10px Arial";
       }
       ontMap.strokeRect(xCoord,topOffset-(cellSize*3),cellSize,cellSize);