示例#1
0
文件: index.php 项目: hexti/troncal
					<div class="box-content">
						
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
							  	  <th width="10%">Data/Taxa</th>
								  <th width="10%">Cmat Valor Inicial</th>
								  <th width="10%">Vetec Valor Inicial</th>
								  <th width="10%">Chodai Valor Inicial</th>
								  <th width="10%">Yachiyo Valor Inicial</th>
								  <th width="25%">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';