ok
Direktori : /home2/selectio/www/thecomponents.in/admin/old/eCart - v5.0.0/public/ |
Current File : /home2/selectio/www/thecomponents.in/admin/old/eCart - v5.0.0/public/product-advt-table.php |
<?php include_once('includes/functions.php'); ?> <section class="content-header"> <h1>Product Advertisement /<small><a href="home.php"><i class="fa fa-home"></i> Home</a></small></h1> <ol class="breadcrumb"> <a class="btn btn-block btn-default" href="add-product-advt.php"><i class="fa fa-plus-square"></i> Add Product Advertisement</a> </ol> </section> <?php if ($permissions['categories']['read'] == 1) { ?> <!-- Main content --> <section class="content"> <!-- Main row --> <div class="row"> <!-- Left col --> <div class="col-xs-12"> <div class="box"> <div class="box-header with-border"> <form method="POST" id="filter_form" name="filter_form"> <div class="form-group col-md-3"> </div> </form> </div> <div class="box-header"> <h3 class="box-title">Product Advertisement</h3> </div> <div class="box-body table-responsive"> <table class="table table-hover" data-toggle="table" id="cateory_list" data-url="api-firebase/get-bootstrap-table-data.php?table=product_advt" data-page-list="[5, 10, 20, 50, 100, 200]" data-show-refresh="true" data-show-columns="true" data-side-pagination="server" data-pagination="true" data-search="true" data-trim-on-search="false" data-sort-name="id" data-sort-order="ASC" data-query-params="queryParams_1"> <thead> <tr> <th data-field="id" data-sortable="true">ID</th> <th data-field="ad1" data-sortable="true">AD1</th> <th data-field="ad2" data-sortable="true">AD2</th> <th data-field="ad3">AD3</th> <th data-field="operate">Action</th> </tr> </thead> </table> </div> </div> </div> <div class="separator"> </div> </div> </section> <script> function queryParams_1(p) { return { limit: p.limit, sort: p.sort, order: p.order, offset: p.offset, search: p.search }; } </script> <?php } else { ?> <div class="alert alert-danger topmargin-sm" style="margin-top: 20px;">You have no permission to view Product Advertisement.</div> <?php } ?>