From: miles Date: Wed, 27 Mar 2013 21:09:36 +0000 (+0000) Subject: VO Download Changes: X-Git-Url: http://gitweb.planteome.org/?a=commitdiff_plain;h=722a642d43c02533c57025e79b9a6352ad0ab78b;p=old-jaiswallab-svn%2F.git VO Download Changes: -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 --- diff --git a/Personnel/miles/Web Page/infoChoice.php b/Personnel/miles/Web Page/infoChoice.php index 352ed8b..6436200 100644 --- a/Personnel/miles/Web Page/infoChoice.php +++ b/Personnel/miles/Web Page/infoChoice.php @@ -147,9 +147,9 @@ mysql_close($connection); echo "
\n"; echo "

Possible Ontologies:
"; echo ""; - echo "Anatomy
"; + echo "Plant Ontology: Anatomy
"; echo ""; - echo "Growth
"; + echo "Plant Ontology: Growth
"; echo "\n"; echo "\n"; echo "\n"; diff --git a/Personnel/miles/Web Page/viewOntology.php b/Personnel/miles/Web Page/viewOntology.php index cfbeb70..1542b64 100644 --- a/Personnel/miles/Web Page/viewOntology.php +++ b/Personnel/miles/Web Page/viewOntology.php @@ -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);