Ejemplo n.º 1
0
				</table>	
			</div>
		</div>
		<div class="panel panel-default">
			<div class="panel-heading"><h3 class="panel-title"><i class="fa fa-user fa-fw"></i> Role</h3></div>
			<div class="panel-body">
				<table class="table">	
					<tr>
						<td>Roles actuel</td>
						<td><?php 
echo GsbUtilisateur::quelRoleTexte();
?>
</td>
					</tr> 
					<?php 
if (!GsbUtilisateur::estRoleInconnu() && $leVisiteurRole != null) {
    ?>
 
						<tr> <td>Date d'entrée</td> <td><?php 
    echo $leVisiteurRole["TRAV_DATETIME"];
    ?>
</td></tr> 
						<tr> <td>Region concernée</td> <td><?php 
    echo $leVisiteurRole["REG_NOM"] . " (" . $leVisiteurRole["REG_CODE"] . ")";
    ?>
</td></tr> 
						<tr> <td>Secteur concerné</td> <td><?php 
    echo $leVisiteurRole["SEC_LIBELLE"] . " (" . $leVisiteurRole["SEC_CODE"] . ")";
    ?>
</td></tr> 
					<?php