Пример #1
0
				
			
			<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>Hostels</b></h2>
						<div class="box-icon">
						
							<a href="#" class="btn-minimize"><i class="halflings-icon chevron-up"></i></a>
						</div>
					</div>
					
					
					<?php 
$obj = new dbHostel();
$result = $obj->getDataHostelModel1();
?>
					
					
					<div class="box-content">
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
								  <th style="text-align:center">Hostel ID</th>
								  <th style="text-align:center">Hostel Name</th>
								  <th style="text-align:center">Hostel For</th>
								  <th style="text-align:center">Hostel Address</th>
								  <th style="text-align:center">Hostel Capacity</th>
							  </tr>
						  </thead>
								<tr>