Gestion de stage

Fermé
mohamedlam Messages postés 6 Date d'inscription dimanche 15 janvier 2012 Statut Membre Dernière intervention 1 juin 2013 - 21 mai 2013 à 16:17
mohamedlam Messages postés 6 Date d'inscription dimanche 15 janvier 2012 Statut Membre Dernière intervention 1 juin 2013 - 1 juin 2013 à 12:46
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>
A voir également:

2 réponses

yoann090 Messages postés 9180 Date d'inscription mercredi 12 août 2009 Statut Contributeur sécurité Dernière intervention 13 avril 2016 1 688
21 mai 2013 à 17:10
0
mohamedlam Messages postés 6 Date d'inscription dimanche 15 janvier 2012 Statut Membre Dernière intervention 1 juin 2013
1 juin 2013 à 12:46
Merci à vous l'objectif a été bien réaliser
0