コード例 #1
0
ファイル: parameter_unit.php プロジェクト: eteks/wct
					</div>
				</form>
			</div>
			<div class="container table-position">
			  <table class="table state_table">
			    <thead>
			      <tr class="row_color">
			        <th class="align_center">SLNO</th>
			        <th class="align_center">Parameter Type</th>
					<th class="align_center">Parameter Unit</th>
			        <th class="align_center">Action</th>
			      </tr>
			    </thead>
			    <tbody>
					<?php 
$data = $parameterunitFunction->parameterunitSelect();
$i = 1;
foreach ($data as $eachrecord) {
    ?>
			      <tr class="align_center delete_color">
			        <td><?php 
    echo $i;
    ?>
</td>
			        <input value="<?php 
    echo $eachrecord['parameterunit_id'];
    ?>
" type="hidden">
			        <td><?php 
    echo $eachrecord['parametertype_name'];
    ?>