Пример #1
0
				</li>
				<li><a href="#">Student Report</a></li>
			</ul>		
				
			
			<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>Hostel Report</b></h2>
						<div class="box-icon">
						
							<a href="../../View/hostels/hostelList.php" class="btn-minimize"><i class="halflings-icon chevron-left"></i> Back to list</a>
						</div>
					</div>
					<?php 
$result = $obj->getSingleRoomView($id);
while ($row = mysqli_fetch_assoc($result)) {
    ?>
					<div class="box-content">
					
					<table class="table table-striped table-bordered bootstrap-datatable datatable">
						<tr>
							<td style="width: 150px;">
								<img src="../user/pokerface.png" height="100" width="150">
							</td>
							
							<td>
								<table class="table table-striped table-bordered bootstrap-datatable datatable">
									<tr>
										<td style="width:100px;">Hostel name</td>
										<td><?php