Exemple #1
0
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
							   	  <th style="display: none;" width="10%"nowrap>&nbsp;</th>
								  <th width="10%"nowrap>C&oacute;d. Ata</th>
								  <th width="20%"nowrap>Cliente</th>
								  <th width="18%"nowrap>Assunto</th>
								  <th width="2%"nowrap >Data Ata</th>
								  <th width="2%"nowrap>Vers&atilde;o</th>
								  <th width="7%"nowrap >Criado Por</th>
								  <th width="14%"nowrap>A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$DAO->listarAta();
?>
						  </tbody>
					  </table>            
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
				
		<hr>

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