Esempio n. 1
0
							<?php 
}
?>
						</div>
					</div>
						<table class="table table-striped table-bordered bootstrap-datatable datatable">
						  <thead>
							  <tr>
								  <th>Nome</th>
								  <th>Finalizado</th>
								  <th width="17%">A&ccedil;&atilde;o</th>
							  </tr>
						  </thead>   
						  <tbody>
							<?php 
$DAO->listarItem($proc_licitatorio->getId());
?>
						  </tbody>
					  </table>   
				</div>
			</div>
					</div>
				</div>
			</div>

			<!-- content ends -->
		</div>
		<!--/#content.span10-->
	</div>
	<!--/fluid-row-->