Ejemplo n.º 1
0
<body>
    <div class="container-fluid">
        <div class="row">
            <div class="span10">
                <h3 style="color:#08c;">Адресная книга</h3>
                <?php 
$groupButton = new AddressBook();
$groupButton->createGroupButton();
?>
                <div class="span4">
                    <div class="btn-toolbar pull-left">
                    <ul class="nav nav-pills">
                        <?php 
echo anchor("addressbook/", "<i class='icon-home'> </i>Организации", array('class' => 'btn btn-small'));
?>
                        <?php 
echo anchor("addressbook/allContacts", "<i class='icon-user'> </i>Контакты", array('class' => 'btn btn-small'));
?>
                    </ul>
                </div>
                </div>
                <table class="table table-striped table-bordered table-condensed" id='allContactsTable'>
                    <thead>
                    <th>#</th>
                    <th>Наименование</th>
                    <th>Телефон (осн.)</th>
                    <th>Email</th>
                    <th>Адрес</th>
                    <th>Контакты</th>
                    <th>События</th>
                    </thead>