コード例 #1
0
ファイル: studentView.php プロジェクト: akkiCode/schoolNew
				
			
			<div class="row-fluid sortable">		
				<div class="box span12">
					<div class="box-header" data-original-title>
						<h2><i class="halflings-icon list"></i><span class="break"></span><b>Students</b></h2>
						<div class="box-icon">
						
							<a href="#" class="btn-minimize"><i class="halflings-icon chevron-up"></i></a>
						</div>
					</div>
					
					
					<?php 
$obj = new dbStudent();
$result = $obj->getAllStudentView();
?>
					
					
					<div class="box-content">
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
								  <th style="text-align:center">GRNO</th>
								  <th style="text-align:center">F Name</th>
								  <th style="text-align:center">M Name</th>
								  <th style="text-align:center">L Name</th>
								  <th style="text-align:center">Gender</th>
								  <th style="text-align:center">Birth Date</th>
								  <th style="text-align:center">Admission Date</th>
								  <th style="text-align:center">Stays At Hostel</th>