示例#1
0
				</thead>
			</table>
		</th> -->
		
	</tr>
	</thead>
	<?php 
$rowCount = 1;
$rowClass = "";
foreach ($tc as $ogr) {
    if ($rowCount % 2 == 0) {
        $rowClass = "even_row";
    } else {
        $rowClass = "odd_row";
    }
    echo OgrBilgi($sinavsonuc, $ogr, $rowCount, $rowClass);
    echo Birimler($sinavsonuc, $ogr, $rowClass);
    echo '</tbody>';
    $rowCount++;
}
?>
	
</table>
</div>
<input type = "hidden" name = "user_id" value = "<?php 
echo $this->user_id;
?>
"/>
<br />
<div id="belgeDuzenlenecekBilgi_div" style="overflow-x:auto;overflow-y:hidden;padding-bottom:10px"></div>
示例#2
0
文件: pdf.php 项目: kaantunc/MYK-BOR
		<th>Doğum Tarihi</th>
		<th>Doğum Yeri</th>
		<th>Baba Adı</th>
		<!-- <th>Yeterlilik Adı</th> -->
		<th>Yeterlilik Birimleri</th>
		<th>Aldığı Not</th>
		<th>Sınav Tarihi</th>
		<th>Sınav Saati</th>
		<th>Sınav Yeri</th>
		<th>Gözetmen</th>
		<th>Değerlendirici</th>
	</tr>
	</thead>
	<tbody>
	<?php 
$rowCount = 1;
$rowClass = "";
foreach ($tc as $ogr) {
    /*if($rowCount%2==0)
    			$rowClass = "even_row";
    		else
    			$rowClass = "odd_row";*/
    echo OgrBilgi($sinavsonuc, $ogr, $rowCount);
    echo Birimler($sinavsonuc, $ogr);
    echo '';
    $rowCount++;
}
?>
	</tbody>
</table>