Пример #1
0
                    <div class="box-icon">
                        <a href="#" class="btn btn-setting btn-round btn-default"><i class="glyphicon glyphicon-cog"></i></a>
                        <a href="#" class="btn btn-minimize btn-round btn-default"><i class="glyphicon glyphicon-chevron-up"></i></a>
                        <a href="#" class="btn btn-close btn-round btn-default"><i class="glyphicon glyphicon-remove"></i></a>
                    </div>
                </div>
                <div class="box-content">
                    <table class="table table-striped table-bordered bootstrap-datatable datatable responsive">
                        <thead>
                        <tr>
                            <th>Numero Prforma</th>
                            <th>Nom du client</th>
                            <th>Nom du technicien</th>
                            <th>Actions</th>
                        </tr>
                        </thead>
                        <tbody>
                        <?php 
print_r(print_all_prof2($_SESSION['id_tech']));
?>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <!--/span-->

    </div><!--/row-->

<?php 
require 'footer.php';
Пример #2
0
                    <div class="box-icon">
                        <a href="#" class="btn btn-setting btn-round btn-default"><i class="glyphicon glyphicon-cog"></i></a>
                        <a href="#" class="btn btn-minimize btn-round btn-default"><i class="glyphicon glyphicon-chevron-up"></i></a>
                        <a href="#" class="btn btn-close btn-round btn-default"><i class="glyphicon glyphicon-remove"></i></a>
                    </div>
                </div>
                <div class="box-content">
                    <table class="table table-striped table-bordered bootstrap-datatable datatable responsive">
                        <thead>
                        <tr>
                            <th>Numero Prforma</th>
                            <th>Nom du client</th>
                            <th>Nom du technicien</th>
                            <th>Actions</th>
                        </tr>
                        </thead>
                        <tbody>
                        <?php 
print_r(print_all_prof2($_SESSION['id_insta']));
?>
                        </tbody>
                    </table>
                </div>
            </div>
        </div>
        <!--/span-->

    </div><!--/row-->

<?php 
require 'footer.php';