示例#1
0
						<input type="submit" class="btn btn-primary align_right parameter-submit clear add_parameter_act" value="Submit">
					</div>
				</form>
			</div>
			<div class="container table-position">
			  <table class="table state_table parameter_type_table">
			    <thead>
			      <tr class="row_color">
			        <th class="align_center">SLNO</th>
			        <th class="align_center">Parameter Type</th>
			        <th class="align_center">Action</th>
			      </tr>
			    </thead>
			    <tbody>
					<?php 
$query = $parametertypeFunction->parametertypeSelect();
$i = 1;
while ($row = mysql_fetch_array($query)) {
    ?>
			      <tr class="align_center delete_color">
					  <input type="hidden" name="states_id" value="<?php 
    echo $row['parametertype_id'];
    ?>
">
			        <td class="t_pararmeter_id"><?php 
    echo $i;
    ?>
</td>
			        <td class="t_pararmeter_name"><?php 
    echo $row['parametertype_name'];
    ?>