Gestion de stage

Bonjour,
svp j'en ai besoin de votre aide je viens de recupperer les donnes d'apres un bd mysql mais je veux les affichez dans un tableau
voila le code html du tab:
! DOCTYPE HTML>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/bootstrap.css"/>
</head>
<body>
<div class="row">
<div class="span15">
<fieldset id="fieldset-company_infos">
<legend><center>Liste Des Demandes De Stage</center></legend><br/>
</fieldset>
<form class="form-search">
<div class="input-append">
<input type="text" class="span2 search-query">
<button type="submit" class="btn">Search</button>
</div>
<table class="table table-bordered">
<thead>
<tr>
<th>CIN</th>
<th>Prenom</th>
<th>Nom</th>
<th>Date De Naissance</th>
<th>Etablissement</th>
<th>Adresse</th>
<th>Ville</th>
<th>GSM</th>
<th>Type de Stage</th>
<th>Telechargement</th>
<th>Jugement</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>

<td colspan="1">

<button class="btn btn-link" data-dismiss="modal" aria-hidden="true"><a href="demande.docx">Demande</a></button>
<button class="btn btn-link" data-dismiss="modal" aria-hidden="true"><a href="demande.docx">Cv</a><br/>
</button>
</td>
<td colspan="1">
<button class="btn btn-success" data-dismiss="modal" aria-hidden="true">Accepter</button>
<button class="btn btn-danger" data-dismiss="modal" aria-hidden="true">Refuser</button><br/>
</td>
</tr>

</tbody>
</table>
</form>
<script src="js/bootstrap.js" ></script>
</div>

</body>
</html>

2 réponses

  1. Merci à vous l'objectif a été bien réaliser
    0