Beispiel #1
0
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
								 <th style="display: none;"> id Doc. .</th> 
								  <th width="8%">C&oacute;d. Doc.</th>
								  <th width="8%">Emiss&atilde;o</th>
<!-- 								  <th>Entrega</th> -->
								  <th width="10%">Assunto</th>
								  <th width="5%">Remetente</th>
								  <th width="10%">Destinat&aacute;rio</th>
								  <th width="16%">A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$DAO->listarMedicao();
?>
						  </tbody>
					  </table>            
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
				
		<hr>

		<?php 
include_once '../../footer.php';