コード例 #1
0
ファイル: buyCard.php プロジェクト: krvd/cms-Inji
      <div class="col-sm-8">
        <div class="order_page-details">
          <div class="table-responsive">
            <table class="table table-bordered order_page-cartItems">
              <thead>
                <tr>
                  <td class="text-left" colspan="2">Карта</td>
                  <td class="text-left">Уровни</td>
                  <td class="text-left">Стоимость</td>
                </tr>
              </thead>
              <tbody class="cartitems">
                <?php 
$first = true;
foreach (\Ecommerce\Card::getList() as $card) {
    $checked = $first;
    $first = false;
    ?>
                    <tr>
                      <td>
                        <input id ="cardId" type="radio" name ="card_id" value ="<?php 
    echo $card->id;
    ?>
" <?php 
    echo $checked ? 'checked' : '';
    ?>
 />
                      </td>
                      <td>
                        <h4><?php