Code Search for Developers
 
 
  

CL_infoPlus.php from eXtensible Genome Data Broker at Krugle


Show CL_infoPlus.php syntax highlighted

<?php
if(empty($SITEDEF_H)){require('SITEDEF.php');}
?>
<html><head>
<script type="text/javascript" src=<?php echo "'${JSPATH}TV_infoPlus.js'"; ?>></script>
<style>
BODY {margin:0px; text-align:left;}
DIV#stdTOOLS {margin-top:20px; text-align:center;}
DIV#exonDESC {margin-top:5px; color:green; display:none; font-size:12px; text-align:left;}
  DIV#exonDESC H1 {margin:10px 1px 1px 1px; font-size:12px;}
  DIV#exonDESC P.region {margin-top:1px; text-align:left;}
  DIV#exonDESC INPUT {margin:1px 2px; text-align:center; font-size:10px;}
  DIV#exonDESC INPUT.reg {text-align:right;}
DIV#intronDESC {margin-top:5px; color:blue; display:none; font-size:12px; text-align:left;}
  DIV#intronDESC H1 {margin:10px 1px 1px 1px; font-size:12px;}
  DIV#intronDESC P.region {margin-top:1px; text-align:left;}
  DIV#intronDESC INPUT {margin:1px 2px; text-align:center; font-size:10px;}
  DIV#intronDESC INPUT.reg {text-align:right;}
</style>
</head>

<body>
<form method="post" action=<?php echo "'${CGIPATH}showCluster.pl'"; ?> enctype="application/x-www-form-urlencoded" name="infoFORM">
<DIV id='stdTOOLS'>
<!--<input type='button' onclick='setIMGW();' style='width:50px;' value='Optimize Image'></input>	   -->
</DIV>

<DIV id='exonDESC'>
<H1>Exon</H1>
<INPUT name="exNUM" type="text" value="" size=3><BR>
<H1>Similarity</H1>
<INPUT name="exSim" type="text" value="" size=5><BR>
<H1>Genomic Region</H1>
<P CLASS='region'>
<INPUT CLASS='reg' name="exgLFT" type="text" value="" size=10>Left<BR>
<INPUT CLASS='reg' name="exgRGT" type="text" value="" size=10>Right
</P>
<H1>Sequence Region</H1>
<P CLASS='region'>
<INPUT CLASS='reg' name="exeLFT" type="text" value="" size=10>Left<BR>
<INPUT CLASS='reg' name="exeRGT" type="text" value="" size=10>Right
</P>
</DIV>

<DIV id='intronDESC'>
<H1>Intron</H1>
<INPUT name="inNUM" type="text" value="" size=3>
<H1>Donor Site</H1>
<P CLASS='region'>
<INPUT name="dSCORE" type="text" value="" size=5>Score<BR>
<INPUT name="dSim" type="text" value="" size=5>Sim
</P>
<H1>Acceptor Site</H1>
<P CLASS='region'>
<INPUT name="acSCORE" type="text" value="" size=5>Score<BR>
<INPUT name="acSim" type="text" value="" size=5>Sim
</P>
<H1>Genomic Region</H1>
<P CLASS='region'>
<INPUT CLASS='reg' name="inLFT" type="text" value="" size=10>Left<BR>
<INPUT CLASS='reg' name="inRGT" type="text" value="" size= 10>Right
</P>
</DIV>


</form>
</body>
</html>




See more files for this project here

eXtensible Genome Data Broker

The xGDB project provides scientists with an online portal for the integration of diverse sources of genomic data. Portals allow researchers to effectively target a specific scientific question by customizing their interactions with available data.

Project homepage: http://sourceforge.net/projects/xgdb
Programming language(s): JavaScript,Perl,PHP
License: other

  CL_info.php
  CL_infoPlus.php
  blank.html
  clear.png