shoppingmallv2 init...
This commit is contained in:
parent
8d1c3639d4
commit
a80d7f1065
@ -8,7 +8,6 @@
|
|||||||
<?= form_open(current_url(), array("method" => "get")) ?>
|
<?= form_open(current_url(), array("method" => "get")) ?>
|
||||||
<?= form_input('word', $viewDatas['word']) ?>
|
<?= form_input('word', $viewDatas['word']) ?>
|
||||||
<?= form_submit('', '검색하기') ?>
|
<?= form_submit('', '검색하기') ?>
|
||||||
<?= anchor(current_url() . '/excel?' . $viewDatas['uri']->getQuery(), ICONS['EXCEL'], ["target" => "_self"]) ?>
|
|
||||||
<?= form_close() ?>
|
<?= form_close() ?>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -11,7 +11,6 @@
|
|||||||
<?= form_open(current_url(), array("method" => "get")) ?>
|
<?= form_open(current_url(), array("method" => "get")) ?>
|
||||||
<?= form_input('word', $viewDatas['word']) ?>
|
<?= form_input('word', $viewDatas['word']) ?>
|
||||||
<?= form_submit('', '검색하기') ?>
|
<?= form_submit('', '검색하기') ?>
|
||||||
<?= anchor(current_url() . '/excel?' . $viewDatas['uri']->getQuery(), ICONS['EXCEL'], ["target" => "_self"]) ?>
|
|
||||||
<?= form_close() ?>
|
<?= form_close() ?>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user