Example #1
0
    ?>
        <div class="alert alert-info text-center">Список пуст</div>
    <?php 
} else {
    ?>
        <table class="table table-striped table-hover small">
            <th class="text-left col-lg-1"><a href="<?php 
    echo RenderEngine::makeOrderLink('id');
    ?>
">id</a></th>
            <th class="text-left col-lg-2"><a href="<?php 
    echo RenderEngine::makeOrderLink('start_date_time');
    ?>
">Время</a></th>
            <th class="text-left col-lg-3"><a href="<?php 
    echo RenderEngine::makeOrderLink('title');
    ?>
">Название</a></th>

            <th class="text-left col-lg-2">Код Вк</th>
            <th class="text-left col-lg-2">Участники</th>
            <th class="text-left col-lg-1"><span class="glyphicon glyphicon-info-sign" title="Тип ВКС"></span></th>
            <th class="text-left col-lg-1"><span class="glyphicon glyphicon-facetime-video" title="Запись ВКС"></span></th>
            <?php 
    foreach ($vkses as $vks) {
        ?>
                <tr>
                    <td class="text-left">
                        <?php 
        echo ST::linkToVksPage($vks->id, true);
        ?>
Example #2
0
}
?>

        <table class='table table-bordered table-striped table-hover'>

            <th class="col-lg-1 text-center">#</th>
            <th class="text-center"><a href="<?php 
echo RenderEngine::makeOrderLink('container');
?>
">Тип</a></th>
            <th class="col-lg-3"><a href="<?php 
echo RenderEngine::makeOrderLink('name');
?>
">Название</a></th>
            <th class="col-lg-2"><a href="<?php 
echo RenderEngine::makeOrderLink('ip');
?>
">ip*</a></th>
            <th class="col-lg-1 text-center"><span class="glyphicon glyphicon-log-in"
                                                   title="Объектов (точек и контейнеров) внутри"></span></th>
            <th class="col-lg-1 text-center"><span class="glyphicon glyphicon-flash" title="Активность точки"></span>
            </th>
            <th class="col-lg-1 text-center"><span class="glyphicon glyphicon-random"
                                                   title="Проверять на занятость при создании ВКС"></span></th>
            <th class="col-lg-1 text-center"><span class="glyphicon glyphicon-screenshot"
                                                   title="Техническая поддержка"></span></th>


            <th class="col-lg-2 text-center"><span class="glyphicon glyphicon-cog" title="Действия"></span></th>

            <!--            loop throught points data -->
Example #3
0
">id</th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('date');
?>
">Дата</a></th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('start_date_time');
?>
">Время</a></th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('title');
?>
">Наименование</a></th>
            <th>Ответственный</th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('created_at');
?>
">Время создания</a></th>
            <th class="text-center">Повторно</th>
            <th class="text-center">Стек</th>
            <th></th>
            <?php 
$c = 1;
foreach ($data['vksList'] as $vks) {
    $vks = (object) $vks;
    ?>
                <tr>
                    <td><?php 
    echo $c;
    ?>
</td><td class="text-center"><?php 
Example #4
0
?>
">Роль</a></th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('status');
?>
">Статус</a></th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('fio');
?>
">Фио*</a></th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('phone');
?>
">Тел*</a></th>
            <th><a href="<?php 
echo RenderEngine::makeOrderLink('is_from_domain');
?>
">Доменный*</a></th>
<!--            <th><a href="--><?php 
//= RenderEngine::makeOrderLink('created_at')
?>
<!--">Создан</a></th>-->
            <th class="col-lg-2 text-center"><span class="glyphicon glyphicon-cog"></span> </th>
            <?php 
$c = 1;
foreach ($data['users'] as $user) {
    ?>
                <tr class="<?php 
    echo $user->status ? '' : 'alert alert-warning';
    ?>
                    <?php