Exemple #1
0
							     	Αναζήτηση
							</a>
						</div>
					</div>
					
					<!-- class="table-responsive" -->
					<div >  
			    		<table  class="table" id="lib-grid">
							<thead>
								<tr>
									<th style="text-align:center;">Όνομα</th>
									<th style="text-align:center;">Διεύθυνση</th>
									<th style="text-align:center;">Τηλέφωνο</th>
									<th style="text-align:center;">Λεπτομέρειες</th>
								</tr>
							</thead>
							
							<tbody >
						    	<?php 
$libraries = new Libraries();
$libraries->getAllLibraries();
?>
 
							</tbody>	
						</table>
					</div>
				</div>
           	</div>
	  </div>
</div>