First upload

This commit is contained in:
Nikolai Fesenko
2025-02-02 13:37:56 +01:00
commit 8d227c9191
3281 changed files with 362319 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<?php /* Smarty version 2.6.34, created on 2025-02-01 09:42:13
compiled from widget/header/search.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'oxmultilang', 'widget/header/search.tpl', 10, false),)), $this); ?>
<?php if ($this->_tpl_vars['oView']->showSearch()): ?>
<form class="form search" role="form" action="<?php echo $this->_tpl_vars['oViewConf']->getSelfActionLink(); ?>
" method="get" name="search">
<?php echo $this->_tpl_vars['oViewConf']->getHiddenSid(); ?>
<input type="hidden" name="cl" value="search">
<div class="input-group">
<input class="form-control" type="text" id="searchParam" name="searchparam" value="<?php echo $this->_tpl_vars['oView']->getSearchParamForHtml(); ?>
" placeholder="<?php echo smarty_function_oxmultilang(array('ident' => 'SEARCH'), $this);?>
">
<span class="input-group-btn">
<button type="submit" class="btn btn-primary" title="<?php echo smarty_function_oxmultilang(array('ident' => 'SEARCH_SUBMIT'), $this);?>
">
<i class="fa fa-search"></i>
</button>
</span>
</div>
</form>
<?php endif; ?>