Example #1
0
						<form method="post" name="coverage" action="/XGDB/phplib/DisplayProteins.php?GDB=<?php 
echo $X;
?>
">
							<table style="margin:0 0 10px 0 ; width: 100%;">
							<tr align="center">
								<td width="40%" align = "right">
								<input type="hidden" name="field5" value="coverage" />
							   		<span class="<?php 
active_search(5, isset($_SESSION[$s_passed[5]]) ? $_SESSION[$s_passed[5]] : "");
?>
 bold">Coverage Score:&nbsp;<img id="tracks_coverage" title="Click for explanation" src="/XGDB/images/help-icon.png" alt="?" class="xgdb-help-button" /></span>
							   		</td>
							   		<td width="60%" align = "left">
										<select class="<?php 
active_search(5, isset($_SESSION[$s_passed[5]]) ? $_SESSION[$s_passed[5]] : "");
?>
" onchange="formSubmit('coverage');" name="search5">
										<?php 
coverage_dropdown(isset($_SESSION[$s_word[5]]) ? $_SESSION[$s_word[5]] : "");
?>
	
										</select>
										<!-- <input type="submit"  value="Go" /> -->
										<input type="hidden" name="passed" value="5" />
										<input type="hidden" name="track" value="<?php 
echo $track_index;
?>
" />
									</td>
								</tr>
Example #2
0
						<form method="post" name="yrgate" action="/XGDB/phplib/DisplayLoci.php?GDB=<?php 
echo $X;
?>
">
						<table style="margin: 0; width: 100%;">
							<tr align="center">
								<td width="40%" align = "right">
								<input type="hidden" name="field3" value="status" />
							   		<span class="<?php 
active_search(3, isset($_SESSION[$s_passed[3]]) ? $_SESSION[$s_passed[3]] : "");
?>
 bold">yrGATE Status:&nbsp;<img id="tracks_loci_yrgate_status" title="Click for explanation" src="/XGDB/images/help-icon.png" alt="?" class="xgdb-help-button" /></span>
							   		</td>
							   		<td width="60%" align = "left">
										<select class="<?php 
active_search(3, isset($_SESSION[$s_passed[3]]) ? $_SESSION[$s_passed[3]] : "");
?>
" onchange="formSubmit('yrgate');" name="search3">
										<?php 
status_dropdown(isset($_SESSION[$s_word[3]]) ? $_SESSION[$s_word[3]] : "");
?>
	
										</select>
										<!-- <input type="submit"  value="Go" /> -->
										<input type="hidden" name="passed" value="3" />
										<input type="hidden" name="track" value="<?php 
echo $track_index;
?>
" />
									</td>
								</tr>