shoppingmallv2 init...
This commit is contained in:
parent
42af053f90
commit
b1c859d562
@ -2,18 +2,22 @@
|
||||
<?= $this->section('content') ?>
|
||||
<div class="content">
|
||||
<div><?= html_entity_decode($viewDatas['category']->getHead()) ?></div>
|
||||
<div class="top">
|
||||
<span style="float:left; padding-left:10px; padding-right:100px;">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=price,order_value=ASC', '판매가순', ["class" => "btn btn-sm btn-info btn-circle", "target" => "_self"]) ?>
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=view_cnt,order_value=DESC', '인기순', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</span>
|
||||
<?= form_open(current_url(), array("method" => "get")) ?>
|
||||
<?= $this->include('templates/front/index_head') ?>
|
||||
<span style="float:right; padding-right:10px;">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&v=_list', 'List', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</span>
|
||||
<?= form_close() ?>
|
||||
</div>
|
||||
<table class="table" style="margin:0px; padding:0px;">
|
||||
<tr>
|
||||
<td width="10%">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=price,order_value=ASC', '판매가순', ["class" => "btn btn-sm btn-info btn-circle", "target" => "_self"]) ?>
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=view_cnt,order_value=DESC', '인기순', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</td>
|
||||
<td>
|
||||
<?= form_open(current_url(), array("method" => "get")) ?>
|
||||
<?= $this->include('templates/front/index_head') ?>
|
||||
<?= form_close() ?>
|
||||
</td>
|
||||
<td width="10%">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . '&v=_list', 'List', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?= form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
||||
<div>
|
||||
<?php $cnt = 0 ?>
|
||||
|
||||
@ -2,18 +2,22 @@
|
||||
<?= $this->section('content') ?>
|
||||
<div class="content">
|
||||
<div><?= html_entity_decode($viewDatas['category']->getHead()) ?></div>
|
||||
<div class="top">
|
||||
<?= form_open(current_url(), array("method" => "get")) ?>
|
||||
<span style="float:left; padding-left:10px; padding-right:100px;">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=price,order_value=ASC', '판매가순', ["class" => "btn btn-sm btn-info btn-circle", "target" => "_self"]) ?>
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=view_cnt,order_value=DESC', '인기순', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</span>
|
||||
<?= $this->include('templates/front/index_head') ?>
|
||||
<span style="float:right; padding-right:10px;">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey(), 'Block', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</span>
|
||||
<?= form_close() ?>
|
||||
</div>
|
||||
<table class="table" style="margin:0px; padding:0px;">
|
||||
<tr>
|
||||
<td width="10%">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=price,order_value=ASC', '판매가순', ["class" => "btn btn-sm btn-info btn-circle", "target" => "_self"]) ?>
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey() . 'order_field=view_cnt,order_value=DESC', '인기순', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</td>
|
||||
<td>
|
||||
<?= form_open(current_url(), array("method" => "get")) ?>
|
||||
<?= $this->include('templates/front/index_head') ?>
|
||||
<?= form_close() ?>
|
||||
</td>
|
||||
<td width="10%">
|
||||
<?= anchor(current_url() . '?category=' . $viewDatas['category']->getPrimaryKey(), 'Block', ["class" => "btn btn-sm btn-primary btn-circle", "target" => "_self"]) ?>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<?= form_open(current_url() . '/batchjob', $viewDatas['forms']['attributes'], $viewDatas['forms']['hiddens']) ?>
|
||||
<table class="table table-bordered table-hover table-striped">
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user