コード例 #1
0
ファイル: productos.php プロジェクト: laiello/coopcrucial
                    <div class="div_header">&nbsp;</div>
                    <div class="div_content">
                        <table id="mytable" class="admin_table">
                            <thead>
                                <tr>
                                    <th scope="col">Id</th>
                                    <th scope="col">Nombre</th>
                                    <th scope="col">Precio</th>
                                    <th scope="col">Precio web</th>
                                    <th scope="col">Comprado</th>
                                    <th scope="col">Categoria</th>
                                    <th scope="col">Acciones</th></tr>
                            </thead>
                            <tbody class="ui-sortable">
                                <?php 
$dato->obtenerListadoProductos();
?>
                            </tbody>
                        </table>
                        <p>
                       <!--<input class="submit" type="button" value="Guardar orden" id="table_button">-->
                        </p>
                    </div>
                    <div class="div_bottom"></div>
                </div>
                <!-- Menu navegacion derecho -->
                <div id="sidebar">
                    <div class="sidebar_header"></div>
                    <div class="sidebar_content">
                        <ul>
                            <li><a href="productosCrear.php">Nuevo Producto </a></li>