Esempio n. 1
0
?>
						</div>
					</div>
					<div class="box-content">
						
						<table class="table table-bordered table-striped table-condensed">
						  <thead>
							  <tr>
							  	  <td>Nome em Portugu&ecirc;s</td>
							  	  <td>Nome em Ingl&ecirc;s</td>
								  <th width="15%">A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$request = $DAO->Listar();
?>
						  </tbody>
					 </table>             
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
				
		<hr>

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