Example #1
0
                        </div>
                        <div class="widget-body">
                            <table class="table table-striped table-bordered" id="sample_1">
								<thead>
									<tr>
										<th><i class="icon-briefcase"></i> #Conrtat</th>
                                        <th><i class="icon-user"></i> Client</th>	
										<th><i class="icon-retweet"></i> NATURE</th>
										<th><i class="icon-wrench"></i> TYPE</th>
										<th><i class="icon-signin"></i> DATE DEBUT</th>
                                        <th><i class="icon-signout"></i> DATE FIN</th>
										<th><i class="icon-exclamation-sign"></i> Etat </th>
									</tr>
								</thead>
								<tbody><?php 
ListContract();
?>
</tbody>
                        	</table>
                        </div>
                    </div>
                    <!-- END EXAMPLE TABLE widget-->
                </div>
			</div>
			<!-- END PAGE CONTENT--> 
		</div>
		<!-- END PAGE CONTAINER--> 
	</div>
	<!-- END PAGE --> 
</div>
<!-- END CONTAINER --> 
Example #2
0
										<ul class="unstyled">
											<table class="table table-striped table-bordered table-advance table-hover" width="100%">
										   <thead>
											  <tr>
												 <th width="15%"><i class="icon-briefcase"></i> #Conrtat</th>
												 <th width="10%"><i class="icon-retweet"></i> Nature</th>
												 <th width="20%"><i class="icon-wrench"></i> Type</th>
												 <th width="15%"><i class="icon-signin"></i> Date Début</th>
												 <th width="15%"><i class="icon-signout"></i> Date Fin </th>
												 <th width="25%"><i class="icon-exclamation-sign"></i> Etat </th>
											  </tr>
										   </thead>
										   <tbody>';
    ?>
								<?php 
    ListContract($id_client);
    ?>
								<?php 
    echo '</tbody>
										</table>
										</ul>
									';
}
?>
 </div>
							<div class="space5"></div>
						</div>
					</div>
					<!-- END EXAMPLE TABLE widget--> 
				</div>
			</div>