indexSuccess.php 7.21 KB
Newer Older
Яков's avatar
first  
Яков committed
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
27
28
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<table class="lending" style="width: 100%" cellspacing="0" cellpadding="0">

    <tr>
        <td>
            <div class="fly_stones">
                Банный камень<i class="br5"></i>
                и товары для бани
            </div>
            <div class="stone_layout"></div>
        </td>
    </tr>

    <tr>
        <td>
            <div class="lending_area_1 background_grey">
                <i class="br50"></i>
                <i class="br20"></i>
                <table cellpadding="0" cellspacing="0" class="max_width">
                    <tr>
                        <td>Гравитирующая сфера, вследствие квантового характера явления, оправдывает первоначальный степенной ряд. Азид ртути, как бы это ни казалось парадоксальным, растягивает циркулирующий поток, а время ожидания ответа составило бы 80 миллиардов лет. Кислота продольно продуцирует жидкий пигмент. Сумма ряда, после осторожного анализа, выталкивает экваториальный лакколит. Экситон асферично сжимает космический аллювий.</td>
                        <td style="width: 30px !important;"></td>
                        <td>В пределах аккумулятивных равнин генезис традиционно вызывает ультрафиолетовый эвапорит. Катализатор, как можно показать с помощью не совсем тривиальных вычислений, притягивает белый пушистый осадок. Суспензия, так же, как и в других регионах, концентрирует окисленный объект.</td>
                    </tr>
                </table>
                <i class="br10"></i>
                <i class="br50"></i>
            </div>
        </td>
    </tr>

    <tr>
        <td>
            <?php include_partial("pages/landingArea2"); ?>
            <i class="br50"></i>
        </td>
    </tr>

    <tr>
        <td>
            <div class="lending_area_3">
                <i class="br20"></i>
                <div style="text-align: center" class="caption">
                    Наши товары
                </div>
                <i class="br20"></i>
                <div class="lending_product_area product_card_wrap max_width" style="margin: 0 auto">
                    <div class="catalog_category_childs_wrap">

                    <?php include_partial("catalog/product", array("count" => 8)); ?>
                    
                    </div>
                </div>

                <i class="br20"></i>

                <div class="max_width" style="margin: 0 auto">
                    <table class="group_product" width="100%" cellpadding="0" cellspacing="0">
                        <tr>
                            <td class="group_product_left">
                                <div class="big_product_card" style="background: url(/i/example2.png)">
                                    <a href="/">
                                        <div class="big_product_card_info">
                                            <table width="100%" cellpadding="0" cellspacing="0">
                                                <tr>
                                                    <td class="big_product_card_info__left">
                                                        <table width="100%" cellspacing="0" cellpadding="0">
                                                            <tr>
                                                                <td class="title">
                                                                    <span>Жадеит шлифованный</span>
                                                                    <i class="br10"></i>
                                                                </td>
                                                            </tr>
                                                            <tr>
                                                                <td class="offer">
                                                                    <span>(Ведро 10 кг)</span>
                                                                </td>
                                                            </tr>
                                                        </table>
                                                    </td>
                                                    <td class="big_product_card_info__right">1000 <span class="rub">i</span></td>
                                                </tr>
                                            </table>
                                        </div>
                                    </a>
                                </div>
                            </td>
                            <td class="group_product_right">
                                <table width="100%" cellspacing="0" cellpadding="0">
                                    <tr>
                                        <td>
                                            <a href="/" style="display: block;">
                                                <div class="rect_product_card" style="background: url(/i/example3.png)">
                                                    <div class="rect_product_card_info">
                                                        <span>Жадеит колотый</span>
                                                    </div>
                                                </div>
                                            </a>
                                        </td>
                                    </tr>
                                    <tr>
                                        <td>
                                            <a href="/" style="display: block;">
                                                <div class="rect_product_card" style="background: url(/i/example4.png)">
                                                    <div class="rect_product_card_info special_text">
                                                        <span>Аксессуары для бани</span>
                                                    </div>
                                                </div>
                                            </a>
                                        </td>
                                    </tr>
                                </table>
                            </td>
                        </tr>
                    </table>
                </div>

                <i class="br50"></i>
            </div>
        </td>
    </tr>

    <tr>
        <td>
            <div class="lending_area_4">

                <i class="br20"></i>
                <div style="text-align: center" class="caption">Отзывы</div>
                <i class="br25"></i>

                <?php include_partial("review/review"); ?>

                <i class="br50"></i>
            </div>
        </td>
    </tr>

</table>