HOME


Mini Shell 1.0
DIR: /proc/thread-self/root/home/islapiiu/sites/forbes/contact-form/img/
Upload File :
Current File : //proc/thread-self/root/home/islapiiu/sites/forbes/contact-form/img/manage-product.php.tar
home/islapiiu/sites/forbes/control-panel/manage-product.php000064400000020154150765356640020141 0ustar00<?php
include_once(dirname(__FILE__) . '/../class/include.php');

include_once(dirname(__FILE__) . '/auth.php');



$PRODUCT = new Product(NULL);



//if (isset($_GET['delete'])) {
//    $PRODUCT_TYPE = new ProductType($_GET['delete']);
//    $imgName = $PRODUCT_TYPE->image_name;
//    unlink('../upload/product-type/' . $imgName);
//    $PRODUCT_TYPE->delete();
//}
//
?>





<!DOCTYPE html>

<html>

    <head>

        <meta charset="UTF-8">

        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">

        <title>Products</title>

        <link rel="icon" href="favicon.ico" type="image/x-icon">

        <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">

        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">

        <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet">

        <link href="plugins/node-waves/waves.css" rel="stylesheet" />

        <link href="plugins/animate-css/animate.css" rel="stylesheet" />

        <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet" />

        <link href="plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.css" rel="stylesheet">

        <link href="css/style.css" rel="stylesheet">

        <link href="css/themes/all-themes.css" rel="stylesheet" />

    </head>



    <body class="theme-red">

        <?php
        include './navigation-and-header.php';
        ?>

        <section class="content">

            <div class="container-fluid"> 

                <!-- Manage Brand -->

                <div class="row clearfix">

                    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">

                        <div class="card">

                            <div class="header">

                                <h2>

                                    Manage Products

                                </h2>

                                <ul class="header-dropdown">

                                    <li>

                                        <a href="view-products.php">

                                            <i class="material-icons">add</i> 

                                        </a>

                                    </li>

                                </ul>

                            </div>

                            <div class="body">

                                <!--                                <div class="table-responsive">-->

                                <div>

                                    <table class="table table-bordered table-striped table-hover js-basic-example dataTable">

                                        <thead>

                                            <tr>

                                                <th>ID</th>

                                                <th>Type</th>

                                                <th>Name</th> 

                                                <th>Short Description</th>

                                                <th>Description</th>

                                                <th>Option</th>

                                            </tr>

                                        </thead>

                                        <tfoot>

                                            <tr>

                                                <th>ID</th>

                                                <th>Type</th>

                                                <th>Name</th> 

                                                <th>Short Description</th>

                                                <th>Description</th>

                                                <th>Option</th>

                                            </tr>

                                        </tfoot>

                                        <tbody>



                                            <?php
                                            $PRODUCT = new Product(NULL);

                                            foreach ($PRODUCT->all() as $key => $product) {
                                                ?>

                                                <tr id="row_<?php echo $product['id']; ?>">

                                                    <td><?php echo $product['id']; ?></td> 

                                                    <td><?php echo $product['type']; ?></td> 

                                                    <td><?php echo $product['name']; ?></td> 

                                                    <td><?php echo substr($product['short_description'], 0, 30); ?></td> 

                                                    <td><?php echo substr($product['description'], 0, 30); ?></td> 

                                                    <td> 

                                                        <a href="edit-product.php?id=<?php echo $product['id']; ?>" class="op-link btn btn-sm btn-default"><i class="glyphicon glyphicon-pencil"></i></a>  |  

                                                        <a href="#" class="delete-product btn btn-sm btn-danger" data-id="<?php echo $product['id']; ?>">

                                                            <i class="waves-effect glyphicon glyphicon-trash" data-type="cancel"></i>

                                                        </a> |   

                                                        <a href="view-products.php?id=<?php echo $product['id']; ?>" class="op-link btn btn-sm btn-default"><i class="glyphicon glyphicon-picture"></i></a> 
                                                        <a href="arrange-products.php?id=<?php echo $product['id']; ?>">  <button class="glyphicon glyphicon-random arrange-btn"></button></a>
                                                    </td>

                                                </tr>

                                                <?php
                                            }
                                            ?>   

                                        </tbody>

                                    </table>

                                </div>

                                <!--                                </div>-->

                            </div>

                        </div>

                    </div>

                </div>

                <!-- #END# Manage brand -->



            </div>

        </section>



        <script src="plugins/jquery/jquery.min.js"></script>

        <script src="plugins/bootstrap/js/bootstrap.js"></script>

        <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script>

        <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script>

        <script src="plugins/node-waves/waves.js"></script>

        <script src="plugins/jquery-datatable/jquery.dataTables.js"></script>

        <script src="plugins/jquery-datatable/skin/bootstrap/js/dataTables.bootstrap.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/dataTables.buttons.min.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/buttons.flash.min.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/jszip.min.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/pdfmake.min.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/vfs_fonts.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/buttons.html5.min.js"></script>

        <script src="plugins/jquery-datatable/extensions/export/buttons.print.min.js"></script>

        <script src="js/admin.js"></script>

        <script src="js/pages/tables/jquery-datatable.js"></script>

        <script src="js/demo.js"></script>



        <script src="plugins/sweetalert/sweetalert.min.js"></script>

        <script src="plugins/bootstrap-notify/bootstrap-notify.js"></script>

        <script src="js/pages/ui/dialogs.js"></script>

        <script src="js/demo.js"></script>

        <script src="delete/js/product.js" type="text/javascript"></script>

    </body>



</html> home/islapiiu/sites/umesh-tours/control-panel/manage-product.php000064400000017674151203200260021137 0ustar00<?php
include_once(dirname(__FILE__) . '/../class/include.php');
include_once(dirname(__FILE__) . '/auth.php');

$PRODUCT = new Product(NULL);

//if (isset($_GET['delete'])) {
//    $PRODUCT_TYPE = new ProductType($_GET['delete']);
//    $imgName = $PRODUCT_TYPE->image_name;
//    unlink('../upload/product-type/' . $imgName);
//    $PRODUCT_TYPE->delete();
//}
//
?>


<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
        <title>Products</title>
        <link rel="icon" href="favicon.ico" type="image/x-icon">
        <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
        <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet">
        <link href="plugins/node-waves/waves.css" rel="stylesheet" />
        <link href="plugins/animate-css/animate.css" rel="stylesheet" />
        <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet" />
        <link href="plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.css" rel="stylesheet">
        <link href="css/style.css" rel="stylesheet">
        <link href="css/themes/all-themes.css" rel="stylesheet" />
    </head>

    <body class="theme-red">
        <?php
        include './navigation-and-header.php';
        ?>
        <section class="content">
            <div class="container-fluid"> 
                <!-- Manage Brand -->
                <div class="row clearfix">
                    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                        <div class="card">
                            <div class="header">
                                <h2>
                                    Manage Products
                                </h2>
                                <ul class="header-dropdown">
                                    <li>
                                        <a href="view-products.php">
                                            <i class="material-icons">add</i> 
                                        </a>
                                    </li>
                                </ul>
                            </div>
                            <div class="body">
                                <!--                                <div class="table-responsive">-->
                                <div>
                                    <table class="table table-bordered table-striped table-hover js-basic-example dataTable">
                                        <thead>
                                            <tr>
                                                <th>ID</th>
                                                <th>Type</th>
                                                <th>Name</th> 
                                                <th>Short Description</th>
                                                <th>Description</th>
                                                <th>Option</th>
                                            </tr>
                                        </thead>
                                        <tfoot>
                                            <tr>
                                                <th>ID</th>
                                                <th>Type</th>
                                                <th>Name</th> 
                                                <th>Short Description</th>
                                                <th>Description</th>
                                                <th>Option</th>
                                            </tr>
                                        </tfoot>
                                        <tbody>

                                            <?php
                                            $PRODUCT = new Product(NULL);
                                            foreach ($PRODUCT->all() as $key => $product) {
                                                ?>
                                                <tr id="row_<?php echo $product['id']; ?>">
                                                    <td><?php echo $product['id']; ?></td> 
                                                    <td><?php echo $product['type']; ?></td> 
                                                    <td><?php echo $product['name']; ?></td> 
                                                    <td><?php echo substr($product['short_description'], 0, 30); ?></td> 
                                                    <td><?php echo substr($product['description'], 0, 30); ?></td> 
                                                    <td> 
                                                        <a href="edit-product.php?id=<?php echo $product['id']; ?>" class="op-link btn btn-sm btn-default"><i class="glyphicon glyphicon-pencil"></i></a>  |  
                                                        <a href="#" class="delete-product btn btn-sm btn-danger" data-id="<?php echo $product['id']; ?>">
                                                            <i class="waves-effect glyphicon glyphicon-trash" data-type="cancel"></i>
                                                        </a> |   
                                                        <a href="view-products.php?id=<?php echo $product['id']; ?>" class="op-link btn btn-sm btn-default"><i class="glyphicon glyphicon-picture"></i></a> 
                                                    </td>
                                                </tr>
                                                <?php
                                            }
                                            ?>   
                                        </tbody>
                                    </table>
                                </div>
                                <!--                                </div>-->
                            </div>
                        </div>
                    </div>
                </div>
                <!-- #END# Manage brand -->

            </div>
        </section>

        <script src="plugins/jquery/jquery.min.js"></script>
        <script src="plugins/bootstrap/js/bootstrap.js"></script>
        <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script>
        <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script>
        <script src="plugins/node-waves/waves.js"></script>
        <script src="plugins/jquery-datatable/jquery.dataTables.js"></script>
        <script src="plugins/jquery-datatable/skin/bootstrap/js/dataTables.bootstrap.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/dataTables.buttons.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.flash.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/jszip.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/pdfmake.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/vfs_fonts.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.html5.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.print.min.js"></script>
        <script src="js/admin.js"></script>
        <script src="js/pages/tables/jquery-datatable.js"></script>
        <script src="js/demo.js"></script>

        <script src="plugins/sweetalert/sweetalert.min.js"></script>
        <script src="plugins/bootstrap-notify/bootstrap-notify.js"></script>
        <script src="js/pages/ui/dialogs.js"></script>
        <script src="js/demo.js"></script>
        <script src="delete/js/product.js" type="text/javascript"></script>
    </body>

</html> home/islapiiu/sites/travelwithsusa/control-panel/manage-product.php000064400000017674151204231140021733 0ustar00<?php
include_once(dirname(__FILE__) . '/../class/include.php');
include_once(dirname(__FILE__) . '/auth.php');

$PRODUCT = new Product(NULL);

//if (isset($_GET['delete'])) {
//    $PRODUCT_TYPE = new ProductType($_GET['delete']);
//    $imgName = $PRODUCT_TYPE->image_name;
//    unlink('../upload/product-type/' . $imgName);
//    $PRODUCT_TYPE->delete();
//}
//
?>


<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
        <title>Products</title>
        <link rel="icon" href="favicon.ico" type="image/x-icon">
        <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
        <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet">
        <link href="plugins/node-waves/waves.css" rel="stylesheet" />
        <link href="plugins/animate-css/animate.css" rel="stylesheet" />
        <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet" />
        <link href="plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.css" rel="stylesheet">
        <link href="css/style.css" rel="stylesheet">
        <link href="css/themes/all-themes.css" rel="stylesheet" />
    </head>

    <body class="theme-red">
        <?php
        include './navigation-and-header.php';
        ?>
        <section class="content">
            <div class="container-fluid"> 
                <!-- Manage Brand -->
                <div class="row clearfix">
                    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                        <div class="card">
                            <div class="header">
                                <h2>
                                    Manage Products
                                </h2>
                                <ul class="header-dropdown">
                                    <li>
                                        <a href="view-products.php">
                                            <i class="material-icons">add</i> 
                                        </a>
                                    </li>
                                </ul>
                            </div>
                            <div class="body">
                                <!--                                <div class="table-responsive">-->
                                <div>
                                    <table class="table table-bordered table-striped table-hover js-basic-example dataTable">
                                        <thead>
                                            <tr>
                                                <th>ID</th>
                                                <th>Type</th>
                                                <th>Name</th> 
                                                <th>Short Description</th>
                                                <th>Description</th>
                                                <th>Option</th>
                                            </tr>
                                        </thead>
                                        <tfoot>
                                            <tr>
                                                <th>ID</th>
                                                <th>Type</th>
                                                <th>Name</th> 
                                                <th>Short Description</th>
                                                <th>Description</th>
                                                <th>Option</th>
                                            </tr>
                                        </tfoot>
                                        <tbody>

                                            <?php
                                            $PRODUCT = new Product(NULL);
                                            foreach ($PRODUCT->all() as $key => $product) {
                                                ?>
                                                <tr id="row_<?php echo $product['id']; ?>">
                                                    <td><?php echo $product['id']; ?></td> 
                                                    <td><?php echo $product['type']; ?></td> 
                                                    <td><?php echo $product['name']; ?></td> 
                                                    <td><?php echo substr($product['short_description'], 0, 30); ?></td> 
                                                    <td><?php echo substr($product['description'], 0, 30); ?></td> 
                                                    <td> 
                                                        <a href="edit-product.php?id=<?php echo $product['id']; ?>" class="op-link btn btn-sm btn-default"><i class="glyphicon glyphicon-pencil"></i></a>  |  
                                                        <a href="#" class="delete-product btn btn-sm btn-danger" data-id="<?php echo $product['id']; ?>">
                                                            <i class="waves-effect glyphicon glyphicon-trash" data-type="cancel"></i>
                                                        </a> |   
                                                        <a href="view-products.php?id=<?php echo $product['id']; ?>" class="op-link btn btn-sm btn-default"><i class="glyphicon glyphicon-picture"></i></a> 
                                                    </td>
                                                </tr>
                                                <?php
                                            }
                                            ?>   
                                        </tbody>
                                    </table>
                                </div>
                                <!--                                </div>-->
                            </div>
                        </div>
                    </div>
                </div>
                <!-- #END# Manage brand -->

            </div>
        </section>

        <script src="plugins/jquery/jquery.min.js"></script>
        <script src="plugins/bootstrap/js/bootstrap.js"></script>
        <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script>
        <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script>
        <script src="plugins/node-waves/waves.js"></script>
        <script src="plugins/jquery-datatable/jquery.dataTables.js"></script>
        <script src="plugins/jquery-datatable/skin/bootstrap/js/dataTables.bootstrap.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/dataTables.buttons.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.flash.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/jszip.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/pdfmake.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/vfs_fonts.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.html5.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.print.min.js"></script>
        <script src="js/admin.js"></script>
        <script src="js/pages/tables/jquery-datatable.js"></script>
        <script src="js/demo.js"></script>

        <script src="plugins/sweetalert/sweetalert.min.js"></script>
        <script src="plugins/bootstrap-notify/bootstrap-notify.js"></script>
        <script src="js/pages/ui/dialogs.js"></script>
        <script src="js/demo.js"></script>
        <script src="delete/js/product.js" type="text/javascript"></script>
    </body>

</html> home/islapiiu/sites/taxigalle/control-panel/manage-product.php000064400000014555151205423220020616 0ustar00<?php
include_once(dirname(__FILE__) . '/../class/include.php');
include_once(dirname(__FILE__) . '/auth.php');

$PRODUCT = new Product(NULL);
?>


<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
        <title>Vehicles - Synotec</title>
        <link rel="icon" href="favicon.ico" type="image/x-icon">
        <link href="https://fonts.googleapis.com/css?family=Roboto:400,700&subset=latin,cyrillic-ext" rel="stylesheet" type="text/css">
        <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
        <link href="plugins/bootstrap/css/bootstrap.css" rel="stylesheet">
        <link href="plugins/node-waves/waves.css" rel="stylesheet" />
        <link href="plugins/animate-css/animate.css" rel="stylesheet" />
        <link href="plugins/sweetalert/sweetalert.css" rel="stylesheet" />
        <link href="plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.css" rel="stylesheet">
        <link href="css/style.css" rel="stylesheet">
        <link href="css/themes/all-themes.css" rel="stylesheet" />
    </head>

    <body class="theme-red">
        <?php
        include './navigation-and-header.php';
        ?>
        <section class="content">
            <div class="container-fluid"> 
                <!-- Manage Brand -->
                <div class="row clearfix">
                    <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
                        <div class="card">
                            <div class="header">
                                <h2>
                                    Manage Vehicles
                                </h2>
                                <ul class="header-dropdown">
                                    <li>
                                        <a href="view-products.php">
                                            <i class="material-icons">add</i> 
                                        </a>
                                    </li>
                                </ul>
                            </div>
                            <div class="body">
                                <div class="row clearfix">
                                    <?php
                                    $PRODUCT = Product::all();
                                    if (count($PRODUCT) > 0) {
                                        foreach ($PRODUCT as $key => $product) {
                                            ?>
                                            <div class="col-md-3"  id="div<?php echo $product['id']; ?>">
                                                <div class="photo-img-container">
                                                    <img src="../upload/product-type/product/<?php echo $product['image_name']; ?>" class="img-responsive ">
                                                </div>
                                                <div class="img-caption">
                                                    <p class="maxlinetitle"><?php echo $product['name']; ?></p>
                                                    <div class="d">  
                                                        <a href="edit-product.php?id=<?php echo $product['id']; ?>"> <button class="glyphicon glyphicon-pencil edit-btn"></button></a> | 
                                                        <a href="#" class="delete-product" data-id="<?php echo $product['id']; ?>"> <button class="glyphicon glyphicon-trash delete-btn"></button></a> |
                                                        <a href="view-product-photos.php?id=<?php echo $product['id']; ?>">  <button class="glyphicon glyphicon-picture arrange-btn"></button></a> | 
                                                        <a href="arrange-products.php">  <button class="glyphicon glyphicon-random arrange-btn"></button></a>

                                                    </div>
                                                </div>
                                            </div>
                                            <?php
                                        }
                                    } else {
                                        ?> 
                                        <b style="padding-left: 15px;">No Products in the database.</b> 
                                    <?php } ?> 

                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <!-- #END# Manage brand -->

            </div>
        </section>

        <script src="plugins/jquery/jquery.min.js"></script>
        <script src="plugins/bootstrap/js/bootstrap.js"></script>
        <script src="plugins/bootstrap-select/js/bootstrap-select.js"></script>
        <script src="plugins/jquery-slimscroll/jquery.slimscroll.js"></script>
        <script src="plugins/node-waves/waves.js"></script>
        <script src="plugins/jquery-datatable/jquery.dataTables.js"></script>
        <script src="plugins/jquery-datatable/skin/bootstrap/js/dataTables.bootstrap.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/dataTables.buttons.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.flash.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/jszip.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/pdfmake.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/vfs_fonts.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.html5.min.js"></script>
        <script src="plugins/jquery-datatable/extensions/export/buttons.print.min.js"></script>
        <script src="js/admin.js"></script>
        <script src="js/pages/tables/jquery-datatable.js"></script>
        <script src="js/demo.js"></script>

        <script src="plugins/sweetalert/sweetalert.min.js"></script>
        <script src="plugins/bootstrap-notify/bootstrap-notify.js"></script>
        <script src="js/pages/ui/dialogs.js"></script>
        <script src="js/demo.js"></script>
        <script src="delete/js/product.js" type="text/javascript"></script>
    </body>

</html>