コード例 #1
0
ファイル: index.php プロジェクト: hexti/troncal
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
							  	  <th width="8%">Data/Taxa</th>
								  <th width="10%">Cr&eacute;dito 1 em Yenes</th>
								  <th width="10%">Cr&eacute;dito 2 em Yenes</th>
								  <th width="10%">Chodai - ISS - 5%</th>
								  <th width="10%">Yachiyo - ISS - 5%</th>
								  <th width="11%">Concremat - ISS - 5%</th>
								  <th width="11%">Vetec - ISS - 5%</th>
								  <th width="24%">A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$DAO->listar();
?>
						  </tbody>
					  </table>            
					</div>
				</div>
			</div>
					
					<!-- content ends -->
			</div><!--/#content.span10-->
				</div><!--/fluid-row-->
				
		<hr>

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