Beispiel #1
0
    <div class="b-layout__one b-layout__one_width_25ps b-layout__one_padbot_30 b-layout__right_float_right b-layout__one_width_full_ipad b-layout_padbot_10_ipad">
       <?php 
include $_SERVER['DOCUMENT_ROOT'] . '/bill/widget/tpl.score.php';
?>
    </div>


    
    <div class="b-layout__one b-layout__one_float_left b-layout__one_width_72ps b-layout__one_width_full_ipad">
        <?php 
$pro_payed = payed::getPayedPROList(is_emp($bill->user['role']) ? 'emp' : 'frl');
foreach ($pro_payed as $p) {
    $pro_type[$p['opcode']] = $p;
}
foreach ($bill->list_service as $service) {
    include $_SERVER['DOCUMENT_ROOT'] . '/bill/payment/services/' . billing::getTemplateByService($service['service']);
}
$payment_sum = $bill->payed_sum['pay'];
//@todo везде поменять надо будет
?>

        <h2 class="b-layout__title b-layout__title_padtop_30">Способ платежа</h2>
        <div class="b-layout__txt b-layout__txt_fontsize_15 b-layout__txt_bold b-layout__txt_padbot_20">
            <?php 
if ($bill->type_menu_block == 'psys') {
    ?>
            <span id="active-systems" data-system="psys_systems">Платежные системы</span> &nbsp;&nbsp;&nbsp;
            <?php 
} else {
    ?>
            <a class="b-layout__link b-layout__link_bold b-layout__link_bordbot_dot_0f71c8" data-system="psys_systems" href="/bill/payment/?type=webmoney" >Платежные системы</a> &nbsp;&nbsp;&nbsp;
Beispiel #2
0
        include $_SERVER['DOCUMENT_ROOT'] . "/bill/services/" . billing::getTemplateByService($service['service']);
    }
}
//if
if (!empty($bill->list_types_services['notused'])) {
    $notusedText = empty($bill->list_types_services['active']) && empty($bill->list_types_services['lately']) ? 'Вы можете заказать' : 'Вы также можете заказать';
    ?>
<h2 class="b-layout__title <?php 
    echo !($is_active || $is_lately) ? "" : "b-layout__title_padtop_50";
    ?>
"><?php 
    echo $notusedText;
    ?>
</h2><?php 
    foreach ($bill->list_types_services['notused'] as $service) {
        include $_SERVER['DOCUMENT_ROOT'] . "/bill/services/" . billing::getTemplateByService($service['service']);
    }
}
//if
?>

        <span id="wallet">
        <?php 
$popup_content = $_SERVER['DOCUMENT_ROOT'] . "/bill/widget/popups/popup.wallet.php";
include $_SERVER['DOCUMENT_ROOT'] . "/bill/widget/tpl.popup.php";
?>
        </span>
    </div>
    
<div class="b-layout__one b-layout__one_width_25ps b-layout__one_float_left b-layout__one_margleft_3ps b-layout__one_width_full_ipad">
    <?php