예제 #1
0
echo $idiom->getLabel_leaders();
?>
</li>
                                </ol>
                                </section>
                                <div class="text-center">
                                    <h1><?php 
echo $idiom->getLabel_leaders();
?>
</h1></p
                                </div><!-- /.box-header -->
                                <div class="box-body">
                                    
                                    <table id="example1" class="table table-bordered table-striped">
                                        <?php 
echo $elements->load_tabla_leaders($user);
?>
                                    </table>
                                </div>
                            </div>
                            
                        </div><!-- /.col (RIGHT) -->
                    </div><!-- /.row -->
                </section><!-- /.content -->
            </div><!-- /.content-wrapper -->

            <footer class="main-footer">
                <div class="pull-right hidden-xs">
                    <b>Version</b> 2.3.0
                </div>
                <strong>Copyright &copy; 2015 <a href="http://almsaeedstudio.com">PuyaOjo Studio</a>.</strong> All rights reserved.
예제 #2
0
                    </form>
                    <div  class="navbar-right" style="margin-top: 10px">
                        <button type="button" class="btn btn-default" data-toggle="modal" data-target="#modal_add_voter" style="margin-right: 10px"><span class="glyphicon glyphicon-plus" ></span></button>
                        <div class="btn-group" >
                            <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-pencil" ></span></button>
                            <button type="button" class="btn btn-default"><span class="glyphicon glyphicon-trash"></span></button>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <!--**************************************************-->
        <div class="container" style="padding-top: 10%">
            <table class="table table-condensed table-hover table-responsive">
                <?php 
$elements->load_tabla_leaders($_SESSION['user']);
?>
                <!-- modal_add_voter -->
                <div class="modal fade" id="modal_add_voter">
                    <div class="modal-dialog">
                        <div class="modal-content">
                            <div id="load_voter">
                                <?php 
echo $elements->load_modal_add_voter();
?>
                            </div>
                        </div>
                    </div>
                </div>
            </table>
        </div>