From: <tr...@us...> - 2002-09-12 13:53:33
|
Update of /cvsroot/basedb/basedb/www In directory usw-pr-cvs1:/tmp/cvs-serv6203 Modified Files: molecule.inc.php probe_search.phtml Log Message: Added genelist to probe search Index: molecule.inc.php =================================================================== RCS file: /cvsroot/basedb/basedb/www/molecule.inc.php,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** molecule.inc.php 10 Sep 2002 23:06:03 -0000 1.32 --- molecule.inc.php 12 Sep 2002 13:53:29 -0000 1.33 *************** *** 642,646 **** "m.`geneSymbol`", "m.`geneName`", "m.chromosome", "m.`cytoBand`", "m.markers", "m.`locusLink`", "m.omim", "m.accession", "m.nid", ! "m.antibiotics", "t.name", "v.name", "l.name"); $tables = array(13 => array("Tissue t", "t.id = m.tissue"), 14 => array("Vector v", "v.id = m.vector"), --- 642,646 ---- "m.`geneSymbol`", "m.`geneName`", "m.chromosome", "m.`cytoBand`", "m.markers", "m.`locusLink`", "m.omim", "m.accession", "m.nid", ! "m.antibiotics", "t.name", "v.name", "l.name", "m.id"); $tables = array(13 => array("Tissue t", "t.id = m.tissue"), 14 => array("Vector v", "v.id = m.vector"), Index: probe_search.phtml =================================================================== RCS file: /cvsroot/basedb/basedb/www/probe_search.phtml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** probe_search.phtml 10 Sep 2002 23:06:24 -0000 1.3 --- probe_search.phtml 12 Sep 2002 13:53:29 -0000 1.4 *************** *** 57,62 **** "Gene symbol", "Reporter name", "Chromosome", "Cytoband", "Markers", "Locuslink", "OMIM", "Accession", "NID", "Antibiotics", ! "Tissue", "Vector", "Library"); ! $fieldtype = array(9, 0, 2, 0, 0, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0); $headerfields = array("Reporter ID", "Cluster", "Gene sym.", "Reporter name"); --- 57,62 ---- "Gene symbol", "Reporter name", "Chromosome", "Cytoband", "Markers", "Locuslink", "OMIM", "Accession", "NID", "Antibiotics", ! "Tissue", "Vector", "Library", "Gene list"); ! $fieldtype = array(9, 0, 2, 0, 0, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 7); $headerfields = array("Reporter ID", "Cluster", "Gene sym.", "Reporter name"); *************** *** 66,70 **** $search = makeSearchTable($userid, "molecule", "User", $userid, ! "molecule", $searchfields, $fieldtype, 2, "", true); ?> <p> --- 66,70 ---- $search = makeSearchTable($userid, "molecule", "User", $userid, ! "molecule", $searchfields, $fieldtype, 2, "", true, 0); ?> <p> |