Ejemplo n.º 1
0
Archivo: range.php Proyecto: eteks/wct
					</div>
				</form>
			</div>
			<div class="container table-position">
			  <table class="table range_table">
			    <thead>
			      <tr class="row_color">
			        <th class="align_center">SLNO</th>
			        <th class="align_center">Test Name</th>
			        <th class="align_center">Parameter Name</th>
			        <th class="align_center">Action</th>
			      </tr>
			    </thead>
			    <tbody>
			     	<?php 
$query = $rangeFunction->rangeSelect();
$i = 1;
while ($row = mysql_fetch_array($query)) {
    ?>
                        <tr class="align_center delete_color">
                        <input type="hidden" name="range_id" class="t_range_id" value="<?php 
    echo $row['range_id'];
    ?>
">
					        <td class="t_range_s_id"><?php 
    echo $i;
    ?>
</td>
					        <td class="t_range_testname"><?php 
    echo $row['test_name'];
    ?>