topsearch.php 813 B

123456789101112131415161718
  1. <?php
  2. /**
  3. * FecShop file.
  4. *
  5. * @link http://www.fecshop.com/
  6. * @copyright Copyright (c) 2016 FecShop Software LLC
  7. * @license http://www.fecshop.com/license/
  8. */
  9. ?>
  10. <form method="get" name="searchFrom" class="js_topSeachForm" action="<?= Yii::$service->url->getUrl('catalogsearch/index'); ?>">
  11. <div class="top_seachBox">
  12. <div class="searchInput fl">
  13. <input type="text" value="<?= \Yii::$service->helper->htmlEncode(Yii::$app->request->get('q')); ?>" maxlength="150" placeholder="<?= Yii::$service->page->translate->__(''); ?>" class="searchArea js_k2 ac_input" name="q">
  14. </div>
  15. <button class="fl js_topSearch seachBtn" type="submit"><span class="t_hidden">search</span></button>
  16. <!-- <input type="hidden" class="category" value="0" name="category"> -->
  17. </div><!--end .top_seachBox-->
  18. </form>