コード例 #1
0
ファイル: reservacion.php プロジェクト: JuliiA/travelin-vf
        echo '</tbody>
											   </table>
											  </div>';
    }
} catch (Exception $ex) {
    die('Ha ocurrido un error en el servidor');
}
?>
								</div>
								<!-- Tab Content (Specification) -->
								<div class="tab-pane" id="tab2">
									<?php 
$stm = $rv->puedeAdminReserva($_SESSION['idUsuario']);
//										var_dump($stm);
if ($stm) {
    $few = $rv->traerReservaron($_SESSION['idUsuario']);
    $ct = mysqli_num_rows($few);
    if ($ct == 0) {
        echo '<br/><br/><h4>No han realizado ninguna reserva para su establecimiento</h4>';
    } else {
        echo '<br/><br/><div class="table-responsive margenTabla"> 
														<table class="table table-bordered textoTabla">
														<thead>
															<tr>
																<th><h5>Estado</h5></th>
																<th><h5>Viajero</h5></th>
																<th><h5>Fecha Desde</h5></th>
																<th><h5>Fecha Hasta</h5></th>
																<th><h5>Lugar</h5><th>
															</tr>
														</thead>