Blame view

src/app/frontend/views/dealer/wholesalePrices.php 4.92 KB
1ea3b987   Administrator   maby first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  <h2 class="content-header">
      <?= $t->_(isset(explode('/', $this->router->getRewriteUri())[2])? explode('/', $this->router->getRewriteUri())[2] : 'main') ?>
  </h2>
  <section style="overflow: visible" class="content">
  <table border="0" cellpadding="0" cellspacing="0" class="mnblock_table_one block930">
      <tr align="center">
          <?php for($i=0; $i < count($special_users); $i++): ?>
          <td class="<?= ($i % 2 != 0) ? 'greytd' : ''; ?> td_pdng_top20 td_pdng_btm20 td_brdbtm w232">
              <div class="opt_status <?= ($status == $special_users[$i]['status']) ? 'active_status' : ''; ?> <?= $special_users[$i]['css_class'] ?>"><?= $special_users[$i]['title'] ?></div>
          </td>
          <?php endfor; ?>
      </tr>
      <tr align="center">
          <?php for($i=0; $i < count($special_users); $i++): ?>
          <td class="<?= ($i % 2 != 0) ? 'greytd' : ''; ?> td_brdbtm">
              <h2 class="bold"><?= $special_users[$i]['discount'] ?>%</h2>
          </td>
          <?php endfor; ?>
      </tr>
      <tr align="center">
          <?php for($i=0; $i < count($special_users)-1; $i++): ?>
          <td class="<?= ($i % 2 != 0) ? 'greytd' : ''; ?> td_pdng_top20 td_pdng_btm20 td_brdbtm">
              <div class="price"><?= $t->_('from') ?> <span><?= $special_users[$i]['year_budget'] ?></span> грн./<?= $t->_('year') ?></div>
          </td>
          <?php endfor; ?>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm" rowspan="2">
d5a88313   Eugeny Galkovskiy   ....
27
28
  <!--            <a href="#" class="green_but"><?//= $t->_('conditions') ?></a>-->
  <!--            <div class="star"><?//= $t->_('region_depends') ?></div>-->
1ea3b987   Administrator   maby first commit
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
          </td>
      </tr>
      <tr align="center">
          <?php for($i=0; $i < count($special_users)-1; $i++): ?>
          <td class="<?= ($i % 2 != 0) ? 'greytd' : ''; ?> td_pdng_top20 td_pdng_btm20 td_brdbtm">
              <?= $t->_('first_order') ?>
              <div class="price_small"><?= $t->_('from') ?> <span><?= $special_users[$i]['first_order'] ?></span> грн./<?= $t->_('year') ?></div>
          </td>
          <?php endfor; ?>
      </tr>
      <tr align="center">
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              <div class="price_small"><?= $t->_('from') ?> <span>15000</span> грн./<?= $t->_('year') ?></div>
          </td>
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              <div class="price_small"><?= $t->_('from') ?> <span>30000</span> грн./<?= $t->_('year') ?></div>
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              <div class="price_small"><?= $t->_('from') ?> <span>50000</span> грн./<?= $t->_('year') ?></div>
          </td>
      </tr>
      <tr align="center">
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Каталоги
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Каталоги
          </td>
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Каталоги
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Каталоги
          </td>
      </tr>
      <tr align="center">
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Роздатковий матеріал
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Роздатковий матеріал
          </td>
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Роздатковий матеріал
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Роздатковий матеріал
          </td>
      </tr>
      <tr align="center">
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Фірмові фартухи
          </td>
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Фірмові фартухи
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Фірмові фартухи
          </td>
      </tr>
      <tr align="center">
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Виділений менеджер
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Виділений менеджер
          </td>
      </tr>
      <tr align="center">
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="greytd td_pdng_top20 td_pdng_btm20 td_brdbtm">
          </td>
          <td class="td_pdng_top20 td_pdng_btm20 td_brdbtm">
              Подарунковий банер
          </td>
      </tr>
  </table>
  </section>