Пример #1
0
echo $stage->data['int_work_time'];
?>
 <?php 
echo ending(abs($stage->data['int_work_time']), 'день', 'дня', 'дней');
?>
 на этап</div>
                </td>
                <td class="b-layout__right b-layout__right_width_400">
                    <div class="b-layout__txt b-layout__txt_right_0 b-layout__txt_absolute b-layout__txt_padright_15 b-layout__txt_relative b-layout__txt_zindex_1 <?php 
echo sbr_notification::isReaction($stage->notification) ? '' : 'b-layout__txt_hide';
?>
"><a class="b-layout__link" href="?site=Stage&id=<?php 
echo $stage->data['id'];
?>
"><?php 
echo sbr_notification::isReaction($stage->notification) ? 'Посмотреть' : 'Перейти в этап';
?>
</a></div>
                    <div class="b-layout__txt b-layout__txt_relative <?php 
echo $stage->getStatusColor();
?>
"><span class="b-icon b-icon_top_1 <?php 
echo $stage->getStatusICO();
?>
"></span><?php 
echo $stage->getStatusName();
?>
<span class="b-layout__hider" style="display:none;"></span></div>
                </td>
            </tr>
        </table>
Пример #2
0
<div class="b-fon b-fon_padbot_30">
    <div class="b-fon__inner b-fon__inner_bordtop_cdcdcd b-fon__inner_bordbot_cdcdcd">
        <div class="b-fon__body <?php 
echo sbr_notification::isReaction($stage->notification) ? 'b-fon__body_bg_f0ffdf' : 'b-fon__body_bg_eff2f3';
?>
 b-fon__body_bordtop_e4e7e8 b-fon__body_bordbot_e4e7e8">
            
            <?php 
include $_SERVER['DOCUMENT_ROOT'] . '/sbr/tpl.stage-header-info.php';
?>
            
            <?php 
include $_SERVER['DOCUMENT_ROOT'] . "/sbr/{$fpath}tpl.stage-header.php";
?>
            
            <?php 
include $_SERVER['DOCUMENT_ROOT'] . '/sbr/tpl.stage-header-form.php';
?>
        </div>
    </div>
</div>
Пример #3
0
<div class="b-fon b-fon_padbot_30">
    <div class="b-fon__inner b-fon__inner_bordtop_cdcdcd b-fon__inner_bordbot_cdcdcd">
        <div class="b-fon__body <?php 
echo sbr_notification::isReaction($stage->notification) ? "b-fon__body_bg_f0ffdf" : "b-fon__body_bg_eff2f3";
?>
 b-fon__body_bordtop_e4e7e8 b-fon__body_bordbot_e4e7e8">
            
            <?php 
include $_SERVER['DOCUMENT_ROOT'] . "/sbr/tpl.stage-header-info.php";
?>
            
            <?php 
include $_SERVER['DOCUMENT_ROOT'] . "/sbr/{$fpath}tpl.stage-header.php";
?>
            
            <?php 
include $_SERVER['DOCUMENT_ROOT'] . "/sbr/tpl.stage-header-form.php";
?>
        </div>
    </div>
</div>
Пример #4
0
echo $stage->data['int_work_time'];
?>
 <?php 
echo ending(abs($stage->data['int_work_time']), 'день', 'дня', 'дней');
?>
 на этап</div>
                </td>
                <td class="b-layout__right b-layout__right_width_400">
                    <div class="b-layout__txt b-layout__txt_right_0 b-layout__txt_absolute b-layout__txt_padright_15 b-layout__txt_relative b-layout__txt_zindex_1 <?php 
echo sbr_notification::isReaction($stage->notification) ? '' : 'b-layout__txt_hide';
?>
"><a class="b-layout__link" href="?site=Stage&id=<?php 
echo $stage->data['id'];
?>
"><?php 
echo sbr_notification::isReaction($stage->notification) ? "Посмотреть" : "Перейти в этап";
?>
</a></div>
                    <div class="b-layout__txt b-layout__txt_relative <?php 
echo $stage->getStatusColor();
?>
"><span class="b-icon b-icon_top_1 <?php 
echo $stage->getStatusICO();
?>
"></span><?php 
echo $stage->getStatusName();
?>
<span class="b-layout__hider" style="display:none;"></span></div>
                </td>
            </tr>
        </table>