Example #1
0
                    <img class="center-block" src="images/3.jpg" alt="...">
                </div>
                <div class="item">
                    <img class="center-block" src="images/3.jpg" alt="...">
                </div>
            </div>
              <a class="left carousel-control" href="#micarousel" data-slide="prev"><span class="glyphicon glyphicon-chevron-left"></span></a>
                <a class="right carousel-control" href="#micarousel" data-slide="next"><span class="glyphicon glyphicon-chevron-right"></span></a>   
            </div>
        </div>
        <div class="col-lg-6">
        <!--Contenido central-->
        <?php 
require_once "php/provedor.php";
$prov = new Proveedor("", "", "", "");
$a_prove = $prov->get_prov();
?>
			<table class=" table-responsive table-bordered">
            <thead>
                <tr>
                    <th> Id</th>
                    <th>Nombre</th>
                    <th>Ubicacion</th>
                    <th>Telefono</th>
                    <th>Email</th>
                    <th></th>
                    <th></th>
                </tr><!-- /THEAD -->
            </thead>
                
            <tbody>